@font-face {
	font-family: 'Barlow-Bold';
	src:  url("../fonts/Barlow-Bold.otf") format('opentype');

}

@font-face {
	font-family: 'Barlow-Black';
	src:  url("../fonts/Barlow-Black.otf") format('opentype');
}

@font-face {
	font-family: 'Barlow-Regular';
	src:  url("../fonts/Barlow-Regular.otf") format('opentype');
}

@font-face {
	font-family: 'Barlow-Italic';
	src:  url("../fonts/Barlow-Italic.otf") format('opentype');
}


body{
	scroll-behavior: smooth;
	font-family: 'Barlow-Regular';
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
	color: #212529;
	text-align: left;
	background-color: #fff;
	overflow: scroll!important;
	overflow-x: scroll!important;
	-webkit-overflow-scrolling: touch;
}
@media screen and (min-width : 580px) {

}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	body{
		overflow-x: hidden!important;
	}

}
.prueba{
	height: 200px;
	width: 100%;
	background: red;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width : 580px) {

}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.container{
	    width: 1280px;
	}

}

header {
    border-bottom: 0;
    height: 90px;
    position: relative;
    width: 100%;
    z-index: 1020;
    width: 100%;
	transition: all .3s ease;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background-color: transparent;
	width: 100%;
}
.shrink {
    background-color: #000000!important;
    border-bottom: 0 solid rgba(0,0,0,.09);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1)!important;
	height: 70px;

}

.shrink:after {
    content: "";
    display: block;
    height: 18px;
    background-image: url(../img/bg-part_7.png);
    background-size: cover;
    background-repeat: repeat-x;
    background-position: bottom;
}

.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
}

.list-inline {
	list-style: none;
	padding: 0;
	height: 100%;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.list-inline li {
	display: inline-block;
	padding: 0 1.5rem!important;
	display: none;
}
@media screen and (min-width : 580px) {
	.list-inline li{
	    display: none;
	}
}

@media screen and (min-width: 980px) {
	.list-inline li{
	    display: block;
	}
}

@media screen and (min-width: 1280px) {
	.list-inline li{
	    display: block;
	}

}


.list-inline li a{
	font-weight: 600;
	letter-spacing: 1.5px;
	position: relative;
	text-transform: uppercase;
	font-size: 13px !important;
	color: rgba(255,255,255,.9);
	transition: all .3s ease;
	text-decoration: none;
	font-family: 'Barlow-Bold';
}

.list-inline li a:before{
	bottom: 0;
	content: '';
	display: block;
	height:2px;
	left: 0;
	opacity: 0;
	margin-bottom: -6px;
	position: absolute;
	width: 100%;
	background-color: #fff!important;
	transition: all .3s ease;
}

#my-awesome-nav li.active a{
	color:#fff;
}

#my-awesome-nav li.active a:before {
	opacity: 1;
}

.shrink #my-awesome-nav li a {
	color:#fff;
}
.list-inline li a:hover{
	color:#fff;
}

.shrink #my-awesome-nav li a:hover:before{
	opacity: 1;
}
 #my-awesome-nav li.logo a:hover:before{
	opacity: 0;
}
.shrink .list-inline{
	margin-top: 0;
}
.section {
	height: 100%;
	position: relative;
	display: flex;
}

.img_logo_main{
	width: 130px !important;
    max-width: 130px !important;
}
.shrink .img_logo_main {
    content: url(../img/logo.png);
}
.logo{
	display: block!important;
}

@media screen and (min-width : 580px) {

}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.logo{
		display: inherit!important;
	}

}
#my-awesome-nav .logo.active a:before {
    opacity:0;
}

#hero-bg{
	overflow:hidden;
	padding: 25px;
	height: 100vh;
}

#hero-bg .overlay-marco {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0 !important;
    width: 100%;
    z-index: 2;
    background-image: url(../img/marco_1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#hero-bg .overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    height: 100%;
}

#bg_video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

.casona_inn {
    background: url(../img/bg-ladrillos_2.new.png) !important;
    background-position: center !important;
    background-size: cover !important;
    align-self: inherit;
    width: 100%;
    padding: 0;
}
@media screen and (min-width : 580px) {
	.casona_inn{
	     align-self: inherit;
	    padding: 2rem;
	}
}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.casona_inn{
	    align-self: center;
	    padding: 0;
	}

}
.casona-wrapper{
	padding-top: 1px;
	padding-bottom: 5px;
	width: 100%;
	display: flex;
	flex-direction: column;
	z-index: 2;
	position: relative;
}
@media screen and (min-width : 580px) {
	.casona-wrapper{
	    z-index: inherit;
	    width: 75%;
	}
}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.casona-wrapper{
	    z-index: inherit;
	    width: 70%;
	}

}
.casona-wrapper-title{
	color: #fff;
	margin-top: 50px;
	margin-bottom: 2px;
}
.titulos {
    font-size: 80px;
    font-weight: bolder;
    text-transform: uppercase;
    font-family: 'Barlow-Black';
}

.casona-wrapper-subtitle{
	font-size: 52px;
	display: flex;
	flex-direction: column;


}
@media screen and (min-width : 580px) {
	.casona-wrapper-subtitle{
		flex-direction: row;
	}
}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.casona-wrapper-subtitle{
		flex-direction: row;
	}

}
.casona-wrapper-subtitle-item{
	 flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 20px;
}
@media screen and (min-width : 580px) {
	.casona-wrapper-subtitle-item{
		 flex: 0 0 1000%;
	    max-width: 1000%;
	    padding: 0 15px;
	    margin-top: 0px;
	}
}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.casona-wrapper-subtitle-item{
		 flex: 0 0 100%;
	    max-width: 100%;
	    padding: 0 15px;
	    margin-top: 0px;
	}

}
.casona-wrapper-subtitle-item:first-child{
	padding-left: 0;
}
.subtitulos_lg {
    color: #000;
    font-size: 25px;
    background: url(../img/boton-reserva_white.png);
    background-position: center;
    background-size: 100% 100%;
    display: inline-block;
    padding: 20px;
    margin-bottom: 50px;
    font-family: 'Barlow-Bold';
}
.subtitulos_sm {
    color: #000;
    font-size: 17px;
    background: url(../img/boton-reserva_sm_white.png);
    background-position: center;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px;
    margin-bottom: 10px;
    font-family: 'Barlow-Bold';
}
.parrafos {
	text-align: justify;
    font-size: 23px;
    line-height: 20px;
	line-height: normal;
    font-family:  Helvetica, sans-serif;
    margin-bottom: 20px;
    color: #fff;
}
.parrafos:last-of-type {
    margin-bottom: 0px;
}

.casona-wrapper-subtitle-block{
	margin-bottom: 20px;
}

.casona-wrapper-subtitle-block:last-child{
	margin-bottom:0px;
}

.casona-container{
	width: 100%;
}

.casona-sofa{
	position: absolute;
    right: 0;
    top: 20%;
   width: 200px!important;
   transition: all .3s ease;
   z-index: 1;
   opacity: .4 !important;
}
@media screen and (min-width : 580px) {
	.casona-sofa{
		top: 20%;
		width: 210px!important;
	}
}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.casona-sofa{
		z-index: inherit;
		width: 40vh!important;
		top: 15%;
		opacity: 1 !important;
	}

}
.casona-sofa img{
	width: 100%;

}
#local{
	height: auto;
}
#local .container{
	padding: 0;
}
@media screen and (min-width : 580px) {
	#local{
		height: auto;
	}

	#local .container{
		padding:0 25px;
	}
}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	#local{
		height: 100%;
	}

	#local .container{
		padding: 0 80px;
	}

}
.bg_local {
    position: absolute;
    background-image: url(../img/bg-part_local.png);
    background-repeat: repeat-x;
    background-size: 400px 60%;
    background-position: center;
    height: 100%;
    width: 100%;
    display: none;
}
@media screen and (min-width : 580px) {
	.bg_local{
		display: block;
	}
}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.bg_local{
		display: block;
	}

}
.local-container{
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
	display: flex;
	align-items: center;
}

.img_elocal {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 120px;
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition: all .3s ease;
    z-index: 100;
}
@media screen and (min-width : 580px) {
	.img_elocal{
		width: 160px;
	}
}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.img_elocal{
		width: 160px;
	}

}
.img_elocal-active{
	

	transform: matrix(1.1, 0, 0, 1.1, 0, 0);
}
.carta-info{
	text-align:center;
	padding: 24px 0px;
	padding-top: 0;
}

@media screen and (min-width : 580px) {
	.img_elocal-active{
		transform: matrix(1.2, 0, 0, 1.2, 0, 0);
	}
}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.carta-info{
		padding: 24px 48px;
	}

	.img_elocal-active{
		transform: matrix(1.2, 0, 0, 1.2, 0, 0);
	}

}
.carta-info .parrafos{
	color: inherit;
	font-size: 16px;
}

.parrafos-container{
    padding-left: 3rem!important;
    padding-right: 3rem!important;
    padding-bottom: 1.5rem!important;
    padding-top: 1.5rem!important;
    margin-left: 3rem!important;
    margin-right: 3rem!important;
    margin-bottom: 30px;
}

.carta-info-title span{
	color: purple;
}

.horarios-container{
	padding: 1rem 0;
}

.horarios-line{
	width: 62px;
	height: 4px;
	background-color: #000;
	margin: 0 auto;
}

.horarios-info {
	font-size: 1.75rem;
	font-family: 'Barlow-Bold';
	display: flex;
	flex-direction: column;
	margin:2rem 0;
}

.horarios-info span{
	font-size: 28px;
	text-transform: uppercase;
}

.carta-content	{
	height: 100%;
	display: flex;
	flex-direction: column;
}
@media screen and (min-width : 580px) {
	.carta-content	{
		height: auto;
		flex-direction: row;
	}
}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.carta-content	{
		/* height: 100vh; */
		flex-direction: row;
	}

}

@media screen and (max-width: 1280px) {
	.carta-content	{
		max-height: 600px;
	}

}
#carta{
	height: auto;
	flex-direction: column;
	padding: 3em 0;
	padding-bottom: 150px;
	position: inherit;
}
@media screen and (min-width : 580px) {
	#carta	{
		position: relative;
	}
}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	#carta	{
		position: relative;
	}

}


.carta-content-item{
	flex: 0 0 100%;
    max-width: 100%;
    height: 400px;
    position: relative;
    object-fit: contain;
    overflow: hidden;

}
@media screen and (min-width : 580px) {
	.carta-content-item{
		flex: 0 0 50%;
	    max-width: 50%;
	    height: 400px;
	}
}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.carta-content-item{
		flex: 0 0 50%;
	    max-width: 50%;
	    height: 100%;
	}

}

.carta-content-tab{
	display: none;
}
.carta-content-item img{
  display: block;
  width: 100%;
	height: 100%;
	transition: all .3s ease;
  object-fit: cover;
}
.carta-content-text{
	color: #fff;
	text-align: center;
	position: absolute;
    z-index: 10;
    width: 100%;
	height: 100%;
	display: flex;
	align-self: center;
	justify-content: center;
}

.carta-content-text-wrapper{
	    width: 100%;
    height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.carta-content-title{
    z-index: 5;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6)!important;
    bottom: 0;
    opacity: 0;
    align-items: center;
    display: flex;
    padding:20px;
    transition: all .3s ease;
    justify-content: center;
}

.carta-content-item:hover .carta-content-title{
	opacity: 1;
}

.carta-content-item:hover img{
	transform: scale(1.1);
}

.carta-content-tab .carta-content-item{
	flex: 0 0 25%;
    max-width: 25%;
    height: 300px;
}

.carta-content-tab .titulos{
	font-size: 24px;
	display: flex;
	flex-direction: column;
	align-self: center;
}

.carta-content-tab .titulos-small{
	font-size: 14px;
	font-family: 'Barlow-Regular';
	letter-spacing: 1px;
}

.btn{
	transition: all .3s ease;
	border-radius: 0;
	font-family: 'Barlow-Bold';
	letter-spacing: 1px;
}
.btncarta {
    border: 3px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 25px;
    background: 0 0;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
}
.btncarta:hover {
    color: #e1ae23;
    background: #fff !important;
}
.carta-content-text .horarios-line{
	background: #fff;
}


#eventos{
    background-color: #f8f9fa!important;
    padding: 3rem 0;
    padding-bottom: 150px;
    height: auto;
}

.eventos-title{
	text-align: center;
	margin-bottom: 20px;
}

#reservas{
    background-image: url(../img/bg_reservas.new.jpg);
    height: auto;
    padding: 50px 0;

}
@media screen and (min-width : 580px) {

}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	#reservas{
	    height: 100%;
	    padding: 0px 0;

	}

}

@media screen and (max-width: 1280px) {
	#reservas{
	    height: auto;
    	padding: 80px 0;

	}

}
.bg-overlay-black-2:before {
    background: rgba(0,0,0,.2)!important;
}

.bg-img-cover{
	background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    position: relative;
}

.bg-img-cover:before {
    background: rgba(0,0,0,.2)!important;
        content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.reservas-container{
	display: flex;
	align-self: center!important;
	    padding-right: 15px;
    padding-left: 15px;
    z-index: 10;
    width: 100%;
}

.reservas-wrapper{
	border-radius: 2px;
	display: flex;
	width: 100%;
  align-items: center;
}

#reservas{
  height: auto;
  padding: 80px 0;
}

@media screen and (min-width : 580px) {
	.reservas-wrapper{
		padding-bottom: 40px;
    width: 50%;
	}

  #reservas{
    height: 65vh;
    padding: 80px 0;
  }
}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.reservas-wrapper{
		padding-bottom: 0px;
	}

}
.reservas-wrapper-item{
	   
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
        align-self: center;
}

.reservas-wrapper-img{
	 width: 100%;
    padding: 0;
     margin: 0 auto;
    text-align: center;
}

.reservas-wrapper-img img{
	width: 100%;
}
@media screen and (min-width : 580px) {
	.reservas-wrapper-item{
	    width: 33.333333%;
	}

	.reservas-wrapper-img{
		 width: 33.333333%;
		 padding: 15px;
	}


	.reservas-wrapper-img img{
		width: 100%;
	}
}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.reservas-wrapper-item{
	    width: 33.333333%;
	}

	.reservas-wrapper-img{
		 width: 33.333333%;
		 padding: 15px;
	}


	.reservas-wrapper-img img{
		width: auto;
	}

}


input:focus, input:valid {
    box-shadow: none;
    outline: none;
    background-position: 0 0;
}

label {
  display: block;
  position: relative;
  margin: 40px 0px;
}
.label-txt {
  position: absolute;
  top: -1em;
  padding: 10px 0;
  font-family: sans-serif;
  letter-spacing: 1px;
  color: rgb(120,120,120);
  transition: all .3s ease;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
.input {
  width: 100%;
  padding: 10px 0;
  padding-top: 0;
  background: transparent;
  border: none;
  outline: none;
  font-size: 20px;
  color:  #672b8c;
  font-family: 'Barlow-Regular';
}

.line-box {
  position: relative;
  width: 100%;
  height: 2px;
  background: #BCBCBC;
}

.line {
  position: absolute;
  width: 0%;
  height: 2px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background:  #672b8c;
  transition: all .3s ease;
}

.input:focus + .line-box .line {
  width: 100%;
}

.label-active {
  top: -3em;
  font-size: 8px;
}

.input:focus ~ .label-txt{
	display: none;
}

.reservas-form{
	width: 300px;
	margin: 30px auto;
}

.btn-reserva {
    background-color: transparent;
    border: 2px solid #672b8c;
    display: inline-block;
    cursor: pointer;
    color: #672b8c;
    opacity: 1;
    font-size: 20px !important;
    padding: 5px 31px;
    text-decoration: none;
    text-transform: uppercase;
	font-size: 18px;
}
.btn-reserva:hover {
    background-color: #672b8c;
    color: #fff;
}
.reservas-wrapper-item-block{
	display: flex;
	flex-direction: column;
	
}
@media screen and (min-width : 580px) {
	.reservas-wrapper-item-block{
		flex-direction: row;
		
	}
}	

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.reservas-wrapper-item-block{
		flex-direction: row;
		
	}

}
.reservas-wrapper-item-block .reservas-wrapper-item{
	width: 85%;
}
@media screen and (min-width : 580px) {
	.reservas-wrapper-item-block .reservas-wrapper-item{
		width: 50%;
	}
}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.reservas-wrapper-item-block .reservas-wrapper-item{
		width: 50%;
	}

}
.reservas-wrapper-item-container{
	display: flex;
	flex-direction:column;
	width: 100%;
    align-self: center;
}
@media screen and (min-width : 580px) {
	.reservas-wrapper-item-container{
		width: 100%;
	}
}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.reservas-wrapper-item-container{
		width: 100%;
	}

}
.reservas-wrapper-block{
	text-align: center;
}

.contactos-container{
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}
@media screen and (min-width : 580px) {

}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.contactos-container{
		flex-direction: row;
	}

}
.contactos-container-item{
	width: 100%;
    position: relative;
    height: 600px;
}
@media screen and (min-width : 580px) {

}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.contactos-container-item{
		width: 50%;
		height: auto;
	}

}
.contactos-container-info:before {
    background: rgba(0,0,0,.6)!important;
        content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.contactos-container-info {
    background-image: url(../img/presentacion.jpg);
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-self: center;
    align-items: center;
}
@media screen and (min-width : 580px) {

}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.contactos-container-info {
	    background-image: url(../img/presentacion.jpg);
	    background-size: 100% 100%;
	    width: 100%;
	    height: 100%;
	    display: flex;
	    align-self: center;
	    align-items: center;
}

}
.contactos-container-info-content{
	width: 100%;
	z-index: 1;
	position: relative;
	margin: 0 auto;
	text-align: center;

}

.contactos-logo{
	width: 300px;
	margin: 0 auto;
}

.contactos-container-info-content .horarios-line{
	background: #fff;
}

.contactos-container-info-content .horarios-info{
	color: #fff;
}

.contactos-container-info-content .horarios-info span{
	font-size: 30px;
}

.contactos-container-info-content .horarios-info .horarios-small{
	font-size: 25px;
}

.contacts-content{
	display: flex;
	flex-direction: column;
}

.contacts-content {
	display: flex;
	color:#fff;
	font-size: 20px;
	font-family: 'Barlow-Italic';
	display: flex;
	align-items: center;
	margin: 30px 0 20px 0;
}

.contacts-content-item{
	margin-bottom: 5px;

}

.contacts-content-item:last-child{
	margin-bottom: 0px;
	
}
.contacts-content-item img{
	margin-right: 5px;
	width: 12px;
}

.contacts-content-item-social{
	display: flex;
}

#social-icon{
	width: 25px;
	margin-right: 10px;
	cursor: pointer;
}

.contacts-content-item-social{
	margin-top: 10px;
}

.btn-video-container{
	position: absolute;
	bottom: 60px;
	text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 101;
}
.btn-video {
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    background: url(../img/boton-reserva.png);
    background-position: center;
    background-size: 100% 100%;
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    margin:  0 auto;
    font-family: 'Barlow-Regular';
	letter-spacing: 1px;
	text-transform: uppercase;
    
}

.btn-video a{
 	color: inherit;
 	text-decoration: none;
}


ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	justify-content: center;
    display: flex;
    margin-bottom: 40px;
}
ul.tabs li{
	background: none;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	margin-right: 20px;
}

ul.tabs li:last-child{
	margin-right: 0px;
}

ul.tabs li.current{
	background-color: #672b8c;
    color: #fff;
}

.tab-content{
	display: none;
	margin-bottom: 0px;
}

.tab-content.current{
	display: flex;
}

.casona-sofa-active{
	width: 40vh;
    transform: matrix(1.4, 0, 0, 1.4, 0, 0);
}

.swiper-container {
  width: 100%;
  height: 80%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
}

.swiper-slide img{
	object-fit: inherit;
	width: 100%;
	height: 100%;
  border-radius: 12px;
}

.swiper-button-prev{
	    left: 30px;
}

.swiper-button-next{
	    right: 30px;
}

@media screen and (min-width : 580px) {

}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.swiper-button-prev{
	    left: 100px;
	}

	.swiper-button-next{
		    right: 100px;
	}

}

.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 25px;
}

@media screen and (min-width : 580px) {

}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.swiper-button-next:after, .swiper-button-prev:after{
		font-size: 35px;
	}

}
.swiper-button-next, .swiper-button-prev{
	color: #fff;
	transition: all .3s ease;
}

.swiper-button-next:hover, .swiper-button-prev:hover{
	color: #fff;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .2;
}


.WS-lightbox{
	z-index: 1000;
	background: #fff;
}

.grid{
	padding: 0;
	column-gap: 20px;
	column-count: 1;
}
@media screen and (min-width : 580px) {
	.grid{
		column-count: 2;
	}
}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.grid{
		column-count: 4;
	}

}
.grid li{
	margin-bottom: 20px;
	overflow: hidden;
}
.grid li img{
	transition: all .3s ease;
}

.grid li img:hover{
	transform: scale(1.1);
	cursor: url(../img/icon-zoom-in-white.png),pointer;
}
#eventos .eventos-title{
	margin-bottom: 10rem;
}

.WS-lightbox--bg{
	display: none!important;
}

.WS-lb-ctrl--close{
	height: 30px!important;
	width: 30px!important;
	right: 30px!important;
	top:30px!important;
    background-image: url(../img/close.svg);
    background-size: cover;
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: transparent!important;
}

.WS-lb-arrow--left, .WS-lb-arrow--right {
	width: 50px!important;
	height: 50px!important;
	background-color: transparent!important;
	background-size: cover;
    background-repeat: repeat-x;
    background-position: bottom;
	
}

.WS-lb-arrow--left{
	background-image: url(../img/icon-arrow-left-dark.png);
	    left: 10px!important;
}

.WS-lb-arrow--right{
	background-image: url(../img/icon-arrow-right-dark.png);
	right: 10px!important;
}

@media screen and (min-width : 580px) {

}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.WS-lb-arrow--left{
	    left: -150px!important;
	}

	.WS-lb-arrow--right{
		right: -150px!important;
	}

}
.WS-lightbox .WS-lightbox--subcontainer {
    object-fit: contain;
}
.WS-lightbox .WS-lightbox--container img{
	 object-fit: inherit;
	 max-height: 657px!important;
	 width: 350px!important;
    max-width: 100%!important;
     padding: 40px 0 40px;
}
@media screen and (min-width : 580px) {
	.WS-lightbox .WS-lightbox--container img{
		width: 700px!important;
	}
}

@media screen and (min-width: 980px) {
	.WS-lightbox .WS-lightbox--container img{
		width: 900px!important;
	}
}

@media screen and (min-width: 1280px) {
	.WS-lightbox .WS-lightbox--container img{
		width: 800px!important;
	}

}
.map-example {
  margin-top:0px;
  padding-bottom:0px;
}

.map-example #map {
  height: 100%!important;
  margin-bottom: 0px;
}

.map-example #map{
    height: 100%;

}

#marker {
  background-image: url('img/pizza_marker.png');
  background-size: cover;
  width: 50px;
  height: 70px;
}

.overlay-marco-custom {
	z-index: 100;
  margin: 0px auto;
  width: 100%;
  height: 97%;
  border-top: 3px solid #be1c5b;
  border-bottom: 3px solid #e9bb42;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  -webkit-background-size: 3px 100%;
  -moz-background-size: 3px 100%;
  background-size: 3px 100%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top,#be1c5b 0%, #e9bb42 100%), -webkit-linear-gradient(top, #be1c5b 0%, #e9bb42 100%);
  background-image: -moz-linear-gradient(top, #be1c5b 0%, #e9bb42 100%), -moz-linear-gradient(top, #be1c5b 0%, #e9bb42 100%);
  background-image: -o-linear-gradient(top, #be1c5b 0%, #e9bb42 100%), -o-linear-gradient(top, #be1c5b 0%, #e9bb42 100%);
  background-image: linear-gradient(to bottom, #be1c5b 0%, #e9bb42 100%), linear-gradient(to bottom, #be1c5b 0%, #e9bb42 100%);
}

#contactos {
	height: auto;
}
@media screen and (min-width : 580px) {

}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	#contactos{
		height: 100%;
	}

}

@media screen and (max-width: 1280px) {
	#contactos{
		height: 600px;
	}

}
.overlay-marco-container{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	padding: 25px;
}

.contactos-container-wrapper{
	padding: 150px 0;
}

@media screen and (min-width : 580px) {

}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	.contactos-container-wrapper{
		padding: 0px 0;
	}

}

#casona{
	overflow:hidden;
	height: auto;
}
@media screen and (min-width : 580px) {
	#casona{
		height: auto;
	}
}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1280px) {
	#casona{
		height: 100%;
	}

}
#footer{
	background: #191919;
}

.footer-container{
	padding: 1.5rem;
}

.footer-container-title{
	color:#fff;
	font-family: 'Barlow-Regular';
	letter-spacing: 2px;
	text-align: center;
	font-size: 10px;
}

.return{
	width: 25px;
	height: 25px;
	background-color: #000;
    border-radius: 2px;
	position:fixed;
	right: 35px;
    top: 94%;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease;
}

.return-active{
	opacity: 1;
	pointer-events: inherit;

}
.return img{
	width: 15px;
}
    
.eventos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 2fr 1fr 1fr 2fr;
  gap: 1rem;
}

.eventos-grid img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.eventos-grid img:nth-of-type(3) {
  grid-column: span 2;
}
.eventos-grid img:nth-of-type(4) {
  grid-column: span 2;
  grid-row: span 2;
}
.eventos-grid img:nth-of-type(5) {
  grid-row: span 2;
}
.eventos-grid img:nth-of-type(6) {
  grid-row: span 1;
}
.eventos-grid img:nth-of-type(7) {
  grid-column: span 1;
}
.eventos-grid img:nth-of-type(8) {
  grid-column: span 4;
}

@media screen and (max-width: 980px) {
  .eventos-grid {
    gap: .25rem;
  }

  .carta-info-title span {
    font-size: 5rem;
  }

  .titulos {
    font-size: 48px;
  }
}