.box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
body.page-template-home {
  background-color: #e8e7e3;
}
body.single-post {
  background-color: #e8e7e3;
}
body.special-event {
  background-color: #2c2c2c;
}
body.special-event h1 {
  color: #fff;
}
body.special-event h2 {
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.special-event h2 {
    font-size: 1.5em !important;
  }
}
body.special-event h3 {
  color: #fff;
}
body.special-event p {
  color: #fff;
  text-align: justify;
}
body.gallery-event {
  background-color: #2c2c2c;
}
body.gallery-event h1 {
  color: #fff;
}
body.gallery-event h2 {
  color: #fff;
}
body.gallery-event h3 {
  color: #fff;
}
body.gallery-event p {
  color: #fff;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: 'Lato', sans-serif;
  src: url("/wp-content/themes/intentionally-blank/fonts/niramit.woff2") format('woff2');
}
@font-face {
  font-family: 'Reforma 1969', sans-serif;
  src: url("/wp-content/themes/intentionally-blank/fonts/reforma.woff2") format('woff2');
}
p {
  font-family: 'Niramit', sans-serif;
}
.texto {
  font-family: 'Niramit', sans-serif;
}
.titulos {
  font-family: 'Reforma 1969', sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4 {
  font-family: 'Reforma 1969', sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-transform: uppercase !important;
}
.mobile {
  display: none;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .mobile {
    display: block;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .mobile {
    display: block;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .no-mobile {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .no-mobile {
    display: none;
  }
}
.container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.bloque-info {
  padding: 30px;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .bloque-info .aditional-data {
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .bloque-info .aditional-data {
    float: left;
    width: 100%;
  }
}
.bloque-info .aditional-data .col-data {
  float: left;
  width: auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .bloque-info .aditional-data .col-data .right-text {
    text-align: right;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .bloque-info .aditional-data .col-data .right-text {
    text-align: right;
  }
}
.bloque-info h1 {
  font-size: 2.5em;
}
.bloque-info .read-more {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bloque-info .read-more .button-more {
  border: none;
  color: white;
  padding: 10px 65px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .bloque-info .read-more .button-more {
    padding: 10px;
    width: 100%;
  }
}
#menu-oscuro {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  #menu-oscuro * {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  #menu-oscuro * {
    display: none;
  }
}
#menu-oscuro .container .navbar .col-menu-logo {
  float: left;
  width: 20%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0px;
}
#menu-oscuro .container .navbar .col-menu-logo .logo-banyan {
  width: 69%;
  margin-top: 1.5em;
}
#menu-oscuro .container .navbar .col-menu-cont {
  float: left;
  width: 33%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#menu-oscuro .container .navbar .col-menu-cont ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#menu-oscuro .container .navbar .col-menu-cont ul li {
  float: left;
}
#menu-oscuro .container .navbar .col-menu-cont ul li a {
  display: block;
  color: #082B26;
  text-align: center;
  padding: 30px 16px;
  text-decoration: none;
  font-size: 17px;
}
#menu-oscuro .container .navbar .col-menu-cont ul li a:hover {
  color: #BAA382;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#menu-oscuro .container .navbar .col-menu-texto {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#menu-oscuro .container .navbar .col-menu-texto .p-menu {
  padding-left: 25px;
  padding-top: 3px;
  float: left;
  width: 100%;
}
#menu-oscuro .container .navbar .col-menu-texto .p-menu p {
  float: left;
  color: white;
}
#menu-oscuro .container .navbar .col-menu-texto .p-menu p a {
  color: white;
  text-decoration: none;
}
#menu-oscuro .container .navbar .col-menu-texto .p-menu p a:hover {
  color: #BAA382;
}
#menu-oscuro .container .navbar .col-menu-book {
  float: right;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#menu-oscuro .container .navbar .col-menu-book .book-now {
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#menu-oscuro .container .navbar .col-menu-book .book-now .button-menu {
  background-color: transparent;
  border: none;
  color: #BAA382;
  padding: 10px 0 10px 108px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.4em;
  cursor: pointer;
}
#menu-oscuro .container .navbar .col-menu-book .book-now .button-menu:hover {
  color: #8e7353;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#menu-oscuro .container .navbar .col-menu-book .select {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-align: right;
  margin-top: 35px;
}
#menu-oscuro .container .navbar .col-menu-book .select select {
  background: transparent;
  border: none;
  font-size: 14px;
  color: #fff;
}
#menu-oscuro .container .navbar .col-menu-book .select select:hover {
  cursor: pointer;
  background: #BAA382;
  border-radius: 5px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-post-menu {
  background-image: url(img/shadow_white.png);
  background-size: contain;
  height: 150px;
  background-repeat: repeat-x;
}
#menu-blanco {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  #menu-blanco {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  #menu-blanco {
    display: none;
  }
}
#menu-blanco .container .navbar .col-menu-logo {
  float: left;
  width: 20%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0px;
}
#menu-blanco .container .navbar .col-menu-logo .logo-banyan {
  width: 80%;
  margin-top: 17px;
}
#menu-blanco .container .navbar .col-menu-cont {
  float: left;
  width: 33%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#menu-blanco .container .navbar .col-menu-cont ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#menu-blanco .container .navbar .col-menu-cont ul li {
  float: left;
}
#menu-blanco .container .navbar .col-menu-cont ul li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 30px 16px;
  text-decoration: none;
  font-size: 17px;
}
#menu-blanco .container .navbar .col-menu-cont ul li a:hover {
  color: #BAA382;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#menu-blanco .container .navbar .col-menu-texto {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#menu-blanco .container .navbar .col-menu-texto .p-menu {
  padding-left: 25px;
}
#menu-blanco .container .navbar .col-menu-texto .p-menu p {
  float: left;
  color: #fff;
}
#menu-blanco .container .navbar .col-menu-texto .p-menu p a {
  color: #fff;
  text-decoration: none;
}
#menu-blanco .container .navbar .col-menu-texto .p-menu p a:hover {
  color: #BAA382;
}
#menu-blanco .container .navbar .col-menu-book {
  float: left;
  width: 20%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#menu-blanco .container .navbar .col-menu-book .book-now {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#menu-blanco .container .navbar .col-menu-book .book-now .button-menu {
  background-color: transparent;
  border: none;
  color: #BAA382;
  padding: 10px 0 10px 108px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.4em;
  cursor: pointer;
}
#menu-blanco .container .navbar .col-menu-book .book-now .button-menu:hover {
  color: #8e7353;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#menu-blanco .container .navbar .col-menu-book .select {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-align: right;
}
.special-event-menu {
  background-image: url(img/shadow_black.png);
  background-size: contain;
  background-repeat: repeat-x;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .special-event-menu {
    height: 90px;
  }
}
#menu-oscuro-landing {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  #menu-oscuro-landing * {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  #menu-oscuro-landing * {
    display: none;
  }
}
#menu-oscuro-landing .container .navbar .col-menu-logo {
  float: left;
  width: 20%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0px;
}
#menu-oscuro-landing .container .navbar .col-menu-logo .logo-banyan {
  width: 69%;
  margin-top: 1.5em;
}
#menu-oscuro-landing .container .navbar .col-menu-cont {
  float: left;
  width: 33%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#menu-oscuro-landing .container .navbar .col-menu-cont ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#menu-oscuro-landing .container .navbar .col-menu-cont ul li {
  float: left;
}
#menu-oscuro-landing .container .navbar .col-menu-cont ul li a {
  display: block;
  color: #082B26;
  text-align: center;
  padding: 30px 16px;
  text-decoration: none;
  font-size: 17px;
}
#menu-oscuro-landing .container .navbar .col-menu-cont ul li a:hover {
  color: #BAA382;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#menu-oscuro-landing .container .navbar .col-menu-texto {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#menu-oscuro-landing .container .navbar .col-menu-texto .p-menu {
  padding-left: 25px;
  padding-top: 3px;
  float: left;
  width: 100%;
}
#menu-oscuro-landing .container .navbar .col-menu-texto .p-menu p {
  float: left;
  color: white;
}
#menu-oscuro-landing .container .navbar .col-menu-texto .p-menu p a {
  color: white;
  text-decoration: none;
}
#menu-oscuro-landing .container .navbar .col-menu-texto .p-menu p a:hover {
  color: #BAA382;
}
#menu-oscuro-landing .container .navbar .col-menu-book {
  float: right;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#menu-oscuro-landing .container .navbar .col-menu-book .book-now {
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#menu-oscuro-landing .container .navbar .col-menu-book .book-now .button-menu {
  background-color: transparent;
  border: none;
  color: #BAA382;
  padding: 10px 0 10px 108px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.4em;
  cursor: pointer;
}
#menu-oscuro-landing .container .navbar .col-menu-book .book-now .button-menu:hover {
  color: #8e7353;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#menu-oscuro-landing .container .navbar .col-menu-book .select {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-align: right;
  margin-top: 5px;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  #menu-oscuro-landing .container .navbar .col-menu-book .select {
    margin-top: 18%;
  }
}
#menu-oscuro-landing .container .navbar .col-menu-book .select select {
  background: transparent;
  border: none;
  font-size: 14px;
  color: #fff;
}
#menu-oscuro-landing .container .navbar .col-menu-book .select select:hover {
  cursor: pointer;
  background: #BAA382;
  border-radius: 5px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*#menu-blog{
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	@media @mobile{
		display: none;
	}
	.container{
		.navbar {
			.col-menu-logo{
				float: left;
				width: 20%;
				.box;
				padding: 20px;
				.logo-banyan{
					width: 100%;
				}
			}
			.col-menu-cont{
				float: left;
				width: 33%;
				.box;
				
				ul{
					list-style-type: none;
					margin: 0;
					padding: 0;
					overflow: hidden;
					li{
						float: left;
						a {
							display: block;
							color: @gris;
							text-align: center;
							padding: 45px 16px;
							text-decoration: none;
							font-size: 17px;
							&:hover{
								color: @cafe;
								.animacion;
							}
						}
					}
				}
			}
			.col-menu-texto{
				float: left;
				width: 25%;
				.box;
				.p-menu{
					p{
						float: left;
						color: @gris;
					}
				}
			}
			.col-menu-book{
				float: left;
				width: 20%;
				.box;
				.button-menu{
					background-color: transparent;
					border: none;
					color: @cafe;
					padding: 35px 32px;
					text-align: center;
					text-decoration: none;
					display: inline-block;
					font-size: 1.4em;
					margin: 4px 2px;
					cursor: pointer;
					&:hover{
						color: #8e7353;
						.animacion;
					}
				}
			}
		}
	}
}*/
/*#menu-blanco{
	overflow: hidden;
	position: relative;
	top: 0;
	width: 100%;
	@media @mobile{
		display: none;
	}
	.container{
		.navbar {
			.col-menu-logo{
				float: left;
				width: 20%;
				.box;
				padding: 20px;
				.logo-banyan{
					width: 100%;
				}
			}
			.col-menu-cont{
				float: left;
				width: 35%;
				.box;
				
				ul{
					list-style-type: none;
					margin: 0;
					padding: 0;
					overflow: hidden;
					li{
						float: left;
						a {
							display: block;
							color: @gris;
							text-align: center;
							padding: 45px 16px;
							text-decoration: none;
							font-size: 17px;
						}
					}
				}
			}
			.col-menu-texto{
				float: left;
				width: 25%;
				.box;
				.p-menu{
					p{
						float: left;
						color: @gris;
					}
				}
			}
			.col-menu-book{
				float: left;
				width: 20%;
				.box;
				.button-menu{
					background-color: transparent;
					border: none;
					color: @cafe;
					padding: 35px 32px;
					text-align: center;
					text-decoration: none;
					display: inline-block;
					font-size: 1.4em;
					margin: 4px 2px;
					cursor: pointer;
				}
			}
		}
	}
}*/
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .hide-mobile {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .hide-mobile {
    display: none;
  }
}
.footer-mobile-social {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  float: left;
  display: none;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .footer-mobile-social {
    display: block;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .footer-mobile-social {
    display: block;
    margin-top: 0;
  }
}
.footer-mobile-social .container-mobile {
  max-width: 1140px;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .footer-mobile-social .container-mobile {
    padding-left: 1px;
    padding-right: 1px;
  }
}
.footer-mobile-social .container-mobile .follow-us {
  color: #fff;
  font-size: 0.9em;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .footer-mobile-social .container-mobile .follow-us {
    font-size: 0.6em;
  }
}
.footer-mobile-social .container-mobile .follow-us a {
  text-decoration: none;
  color: #fff;
}
.footer-mobile-social .container-mobile .follow-us a:hover {
  color: white;
}
.footer-mobile-social .container-mobile .social-media {
  float: left;
  width: 33.33%;
}
.footer-mobile-social .container-mobile .social-media .hide-text {
  list-style-type: none;
}
.footer-mobile-social .container-mobile .social-media .hide-text .img-icon {
  width: 25px;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .footer-mobile-social .container-mobile .social-media img {
    width: 3em;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .footer-mobile-social .container-mobile .social-media img {
    width: 2em;
  }
}
.footer-mobile-social .container-mobile p {
  color: #fff;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .footer-mobile-social .container-mobile p {
    text-align: center !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .footer-mobile-social .container-mobile p {
    text-align: center !important;
  }
}
.footer-mobile-social .container-mobile p a {
  color: #fff;
}
.footer-mobile-social .container-mobile p a:hover {
  color: #fff;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#footer-banyan {
  padding-top: 3em;
  float: left;
  width: 100%;
  background-color: #BAA382;
  font-weight: 400;
  font-family: 'Niramit', sans-serif;
}
section#footer-banyan .row-footer {
  width: auto;
  content: "";
  display: table;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3em;
}
section#footer-banyan .row-footer img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 2em;
  padding: 10px;
  padding-bottom: 3em;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#footer-banyan .row-footer img {
    padding-bottom: 0;
  }
}
section#footer-banyan .row-footer .col-footer {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#footer-banyan .row-footer .col-footer {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#footer-banyan .row-footer .col-footer {
    width: 100%;
    text-align: center;
  }
}
section#footer-banyan .row-footer .col-footer h4 {
  color: #ffffff;
}
section#footer-banyan .row-footer .col-footer ul {
  padding-left: 0;
  line-height: 1.7em;
  font-size: 90%;
}
section#footer-banyan .row-footer .col-footer ul li {
  list-style-type: none;
}
section#footer-banyan .row-footer .col-footer a {
  color: #ffffff;
  text-decoration: none;
  padding-top: 3.75px;
  padding-bottom: 3.75px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
section#footer-banyan .row-footer .col-footer a:hover {
  color: #fff;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(8, 43, 38, 0.04);
}
section#footer-banyan .row-footer .col-footer .text-footer {
  color: #ffffff;
  line-height: 1.3em;
}
section#footer-banyan .row-footer .col-footer .text-footer a {
  color: #ffffff;
  text-decoration: none;
}
section#footer-banyan .row-footer .col-footer .text-footer a:hover {
  color: #fff;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#footer-banyan .row-footer .col-footer .row-social-footer {
  float: left;
  width: 100%;
}
section#footer-banyan .row-footer .col-footer .row-social-footer .col-social {
  float: left;
  width: 3em;
}
section#footer-banyan .row-footer .col-footer .row-social-footer .col-social img {
  opacity: 0.5;
  width: 25px;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
section#footer-banyan .row-footer .col-footer .row-social-footer .col-social img:hover {
  opacity: 1;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#footer-banyan .row-footer .hide-mobile {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#footer-banyan .row-footer .hide-mobile {
    display: none;
  }
}
section#footer-banyan .mobile-social-footer {
  float: left;
  width: 100%;
}
section#footer-banyan .mobile-social-footer .social-media-footer {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
section#footer-banyan .row-policy {
  width: 100%;
  content: "";
  display: table;
  clear: both;
  font-size: 0.8em;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#footer-banyan .row-policy {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#footer-banyan .row-policy {
    display: none;
  }
}
section#footer-banyan .row-policy .col-policy {
  float: left;
  width: 70%;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#footer-banyan .row-policy .col-policy {
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#footer-banyan .row-policy .col-policy {
    width: 100%;
  }
}
section#footer-banyan .row-policy .col-policy ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
section#footer-banyan .row-policy .col-policy ul li {
  float: left;
}
section#footer-banyan .row-policy .col-policy ul li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 17px 5px;
  text-decoration: none;
  font-size: 15px;
}
section#footer-banyan .row-policy .col-policy p {
  padding-left: 5px;
  color: #fff;
  margin-top: 0;
}
section#footer-banyan .row-policy .col-policy-horizonte {
  float: left;
  width: 30%;
}
section#footer-banyan .row-policy .col-policy-horizonte a {
  text-decoration: none;
  color: #fff;
}
section#footer-banyan .row-policy .col-policy-horizonte a .code {
  color: #fff;
  text-align: right;
  padding-left: 5px;
  margin-top: 0;
}
.hamburguer {
  color: #BAA382;
  font-size: 30px;
  cursor: pointer;
  top: 0;
  right: 0;
  position: fixed;
  padding: 5px;
  padding-top: 3px;
  margin-top: 5px;
  margin-right: 10px;
  display: block;
  z-index: 999;
  background: #434343;
  display: none;
  width: 35px;
  height: 35px;
  text-align: center;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .hamburguer {
    display: block;
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .hamburguer {
    display: block;
    display: none;
  }
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #BAA382;
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.content-social {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  float: left;
}
.content-social .container-mobile {
  max-width: 1140px;
  margin-left: 70px;
  margin-right: 70px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.content-social .container-mobile .follow-us {
  color: #fff;
}
.content-social .container-mobile .call-us {
  color: #fff;
}
.content-social .container-mobile .phone {
  font-size: 20px;
}
.content-social .container-mobile .social-media {
  float: left;
  width: 25%;
}
.content-social .container-mobile .social-media .hide-text {
  list-style-type: none;
}
.content-social .container-mobile .social-media .hide-text .img-icon {
  width: 25px;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.overlay a:hover,
.overlay a:focus {
  color: #818181;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 40px;
}
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.row-logo-mobile {
  display: none;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .row-logo-mobile {
    display: block;
    width: 100%;
    content: "";
    display: table;
    clear: both;
    position: absolute;
    top: 0;
  }
  .row-logo-mobile .col-logo-mobile {
    float: left;
    width: 50%;
  }
  .row-logo-mobile .col-logo-mobile img {
    width: 150px;
    padding-top: 5px;
    z-index: 999;
    position: relative;
  }
  .row-logo-mobile .select {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    text-align: right;
    margin-top: 10px;
    text-align: center;
    z-index: 999;
    position: relative;
  }
  .row-logo-mobile .select select {
    float: right;
    background: transparent;
    border: none;
    font-size: 14px;
    color: white;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .row-logo-mobile {
    display: block;
    width: 100%;
    content: "";
    display: table;
    clear: both;
    position: absolute;
    top: 0;
  }
  .row-logo-mobile .col-logo-mobile {
    float: left;
    width: 50%;
  }
  .row-logo-mobile .col-logo-mobile img {
    width: 150px;
    padding-top: 5px;
    z-index: 999;
    position: relative;
  }
  .row-logo-mobile .select {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    text-align: right;
    margin-top: 10px;
    text-align: center;
    z-index: 999;
    position: relative;
  }
  .row-logo-mobile .select select {
    float: right;
    background: transparent;
    border: none;
    font-size: 14px;
    color: white;
  }
}
section#cover {
  width: 100%;
  float: left;
  margin-top: 9em;
  margin-bottom: 20px;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#cover {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#cover {
    margin-top: 100px;
  }
}
section#cover .row-cover {
  width: 100%;
  content: "";
  display: table;
  clear: both;
}
section#cover .row-cover a {
  text-decoration: none;
}
section#cover .row-cover:hover {
  cursor: default;
}
section#cover .row-cover:hover .col-cover figure {
  cursor: pointer;
}
section#cover .row-cover:hover .col-cover-info .bloque-info h1 {
  color: #BAA382;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#cover .row-cover:hover .col-cover-info .bloque-info p {
  cursor: default;
}
section#cover .row-cover .col-cover {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#cover .row-cover .col-cover {
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#cover .row-cover .col-cover {
    width: 100%;
  }
}
section#cover .row-cover .col-cover figure {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
section#cover .row-cover .col-cover figure img {
  max-width: 100%;
  object-fit: contain;
  width: 100%;
  height: auto;
  transform: scale(1);
  opacity: 0;
}
section#cover .row-cover .col-cover-info {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#cover .row-cover .col-cover-info {
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#cover .row-cover .col-cover-info {
    width: 100%;
  }
}
section#cover .row-cover .col-cover-info .bloque-info {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 125px;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#cover .row-cover .col-cover-info .bloque-info {
    padding: 5px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#cover .row-cover .col-cover-info .bloque-info {
    padding: 5px;
  }
}
section#cover .row-cover .col-cover-info .bloque-info .aditional-data .col-data {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
section#cover .row-cover .col-cover-info .bloque-info .aditional-data .col-data .text-data {
  color: #acaba9;
}
section#cover .row-cover .col-cover-info .bloque-info .aditional-data .col-data .right-text {
  text-align: right;
}
section#cover .row-cover .col-cover-info .bloque-info h1 {
  color: #183f36;
  font-size: 2.5em;
  margin-top: 0;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#cover .row-cover .col-cover-info .bloque-info h1 {
    font-size: 2em;
  }
}
section#cover .row-cover .col-cover-info .bloque-info p {
  color: #082B26;
  line-height: 1.4em;
}
section#cover .row-cover .col-cover-info .bloque-info .read-more .button-more {
  background-color: #BAA382;
  color: #fff;
  padding: 1px 10px;
}
section#cover .row-cover .col-cover-info .bloque-info .read-more .button-more .read-more-p {
  float: left;
  margin-top: 7px;
  margin-bottom: 5px;
  color: #fff;
  margin-right: 70px;
}
section#cover .row-cover .col-cover-info .bloque-info .read-more .button-more .read-more-p:hover {
  cursor: pointer;
}
section#cover .row-cover .col-cover-info .bloque-info .read-more .button-more .cover-arrow {
  float: left;
  text-align: right;
  width: 13px;
  padding: 4px;
}
section#cover .row-cover .col-cover-info .bloque-info .read-more:hover {
  color: #8e7353;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.separator {
  float: left;
  width: 100%;
  margin-bottom: 2em;
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(167, 166, 163, 0), rgba(167, 166, 163, 0.75), rgba(167, 166, 163, 0));
}
.separator-menu {
  float: left;
  width: 2px;
  margin-bottom: 10px;
  border: 0;
  height: 60px;
  background-image: linear-gradient(to bottom, rgba(167, 166, 163, 0), rgba(167, 166, 163, 0.75), rgba(167, 166, 163, 0));
}
.separator-footer {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(85, 72, 57, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
.separator-mobile {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
}
section#more-post {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
section#more-post .row-more-post {
  width: 100%;
  content: "";
  display: table;
  clear: both;
}
section#more-post .row-more-post .col-more-post {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
section#more-post .row-more-post .col-more-post:hover {
  cursor: pointer;
}
section#more-post .row-more-post .col-more-post:hover .content-post h3 {
  color: #BAA382;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#more-post .row-more-post .col-more-post:hover .content-post a {
  color: #BAA382;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#more-post .row-more-post .col-more-post .img-post {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#more-post .row-more-post .col-more-post .img-post {
    width: 100%;
    padding: 5px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#more-post .row-more-post .col-more-post .img-post {
    width: 100%;
    padding: 5px;
  }
}
section#more-post .row-more-post .col-more-post .img-post figure {
  width: 100%;
  overflow: hidden;
  margin: 0;
  height: 13em;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#more-post .row-more-post .col-more-post .img-post figure {
    height: 7em;
  }
}
section#more-post .row-more-post .col-more-post .img-post figure img {
  max-width: 100%;
  object-fit: contain;
  width: 100%;
  height: auto;
  transform: scale(1);
  opacity: 0;
}
section#more-post .row-more-post .col-more-post .content-post {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 2em;
  padding-right: 2em;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#more-post .row-more-post .col-more-post .content-post {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#more-post .row-more-post .col-more-post .content-post {
    width: 100%;
    text-align: center;
    padding: 0.5em;
  }
}
section#more-post .row-more-post .col-more-post .content-post h3 {
  font-size: 1.6em;
  margin-bottom: 0;
  color: #082B26;
  margin-top: 0;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#more-post .row-more-post .col-more-post .content-post h3 {
    font-size: 1.3em;
  }
}
section#more-post .row-more-post .col-more-post .content-post p {
  color: #082B26;
  line-height: 1.4em;
}
section#more-post .row-more-post .col-more-post .content-post a {
  text-decoration: none;
  color: #082B26;
}
section#more-post .row-more-post .col-more-post .content-post a.more {
  font-weight: bold;
}
section#more-post .row-more-post .col-more-post .content-post .read-more .button-more {
  background-color: #BAA382;
  color: #fff;
}
section#more-post .row-more-post .view-more {
  margin-top: 3em;
  margin-bottom: 2em;
  float: left;
  width: 100%;
  text-align: center;
}
section#more-post .row-more-post .view-more a {
  display: block;
  text-decoration: none;
  color: #082B26;
}
section#more-post .row-more-post .view-more a:hover {
  color: #BAA382;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#special-events {
  float: left;
  width: 100%;
  background-color: #d3d3cf;
  padding-top: 20px;
  padding-bottom: 20px;
}
section#special-events .row-speciale-events {
  width: 100%;
  content: "";
  display: table;
  clear: both;
}
section#special-events .row-speciale-events a {
  text-decoration: none;
}
section#special-events .row-speciale-events:hover .col-speciale-events .bloque-info h1 {
  color: #BAA382;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#special-events .row-speciale-events:hover .col-speciale-events .bloque-info .read-more .button-more {
  color: #BAA382;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#special-events .row-speciale-events .col-speciale-events {
  float: left;
  width: 40%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#special-events .row-speciale-events .col-speciale-events {
    width: 100%;
  }
}
section#special-events .row-speciale-events .col-speciale-events .bloque-info {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 1vw;
  padding-right: 4vw;
}
section#special-events .row-speciale-events .col-speciale-events .bloque-info .aditional-data .col-data .right-text {
  text-align: right;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#special-events .row-speciale-events .col-speciale-events .bloque-info {
    padding: 5px;
  }
}
section#special-events .row-speciale-events .col-speciale-events .bloque-info h1 {
  color: #082B26;
  font-size: 2.5em;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#special-events .row-speciale-events .col-speciale-events .bloque-info h1 {
    font-size: 2em;
  }
}
section#special-events .row-speciale-events .col-speciale-events .bloque-info p {
  color: #082B26;
  line-height: 1.4em;
}
section#special-events .row-speciale-events .col-speciale-events .bloque-info .text-data {
  color: #acaba9;
}
section#special-events .row-speciale-events .col-speciale-events .bloque-info .read-more .button-more {
  color: #082B26;
  padding-left: 0;
}
section#special-events .row-speciale-events .col-speciale-events figure {
  width: 100%;
  overflow: hidden;
  margin: 0;
  height: 30em;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#special-events .row-speciale-events .col-speciale-events figure {
    height: 220px;
  }
}
section#special-events .row-speciale-events .col-speciale-events figure .special-event-decoration {
  right: 6%;
  background-color: #BAA382;
  color: #fff;
  padding: 8px 40px;
  position: absolute;
  margin-top: 0;
}
@media only screen and (min-width: 1440px) and (max-width: 1920px) {
  section#special-events .row-speciale-events .col-speciale-events figure .special-event-decoration {
    right: 19%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#special-events .row-speciale-events .col-speciale-events figure .special-event-decoration {
    right: 11px;
  }
}
section#special-events .row-speciale-events .col-speciale-events figure img {
  max-width: 100%;
  object-fit: contain;
  width: 100%;
  height: auto;
  transform: scale(1);
  opacity: 0;
}
section#special-events .row-speciale-events .fotos {
  width: 60%;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#special-events .row-speciale-events .fotos {
    width: 100%;
  }
}
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 55px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  background-color: #2c2c2c;
  margin: auto;
  padding: 10px;
  width: 80%;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .modal-content {
    width: 85%;
  }
}
.modal-content iframe {
  width: 100%;
  height: 580px;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .modal-content iframe {
    height: 200px;
  }
}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
section#carousel-banyan {
  float: left;
  width: 100%;
  background-color: #fff;
  /* cell number */
}
section#carousel-banyan h2 {
  margin-top: 70px;
  text-align: center;
  margin-bottom: 70px;
  color: #082B26;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 2em;
}
section#carousel-banyan h3 {
  margin-top: 70px;
  text-align: center;
  margin-bottom: 30px;
  color: #082B26;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.5em;
}
section#carousel-banyan .gallery .flickity-prev-previous-button {
  background: none;
  background-image: url(/wp-content/themes/intentionally-blank/img/arrow-left.png);
  background-size: contain;
  background-repeat: no-repeat;
}
section#carousel-banyan .gallery .flickity-prev-previous-button svg {
  display: none;
}
section#carousel-banyan .gallery .flickity-prev-next-button {
  background: none;
  background-image: url(/wp-content/themes/intentionally-blank/img/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
}
section#carousel-banyan .gallery .flickity-prev-next-button svg {
  display: none;
}
section#carousel-banyan .gallery .flickity-page-dots {
  display: none;
}
section#carousel-banyan .gallery .flickity-page-dots .dot {
  background: #BAA382;
}
section#carousel-banyan .gallery-cell {
  width: 66%;
  height: 490px;
  margin-right: 10px;
  background: #082B26;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#carousel-banyan .gallery-cell {
    width: 100%;
    height: 220px;
  }
}
section#carousel-banyan .gallery-cell #myVideo {
  width: 100%;
  object-fit: cover;
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
section#carousel-banyan .gallery-cell:before {
  display: block;
  text-align: center;
  line-height: 500px;
  font-size: 80px;
  color: white;
}
section#carousel-banyan .info-carousel {
  width: 40%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#carousel-banyan .info-carousel {
    width: 90%;
  }
}
section#carousel-banyan .info-carousel h2 {
  margin-bottom: 0;
  text-align: center;
  color: #082B26;
}
section#carousel-banyan .info-carousel p {
  text-align: center;
  color: #082B26;
  line-height: 1.5em;
}
section#carousel-banyan .text-carousel {
  padding: 40px;
}
section#carousel-banyan .text-carousel .title-carousel {
  text-align: center;
  color: #BAA382;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#carousel-banyan .text-carousel .title-carousel {
    width: 100%;
  }
}
section#carousel-banyan .text-carousel .description {
  text-align: center;
  color: #fff;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#carousel-banyan .text-carousel .description {
    width: 100%;
  }
}
section#carousel-banyan-gallery {
  float: left;
  width: 100%;
  margin-top: 150px;
  margin-bottom: 80px;
  /* cell number */
}
section#carousel-banyan-gallery h2 {
  text-align: center;
}
section#carousel-banyan-gallery .gallery-cell {
  width: 66%;
  height: 500px;
  margin-right: 10px;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#carousel-banyan-gallery .gallery-cell {
    width: 100%;
    height: 220px;
  }
}
section#carousel-banyan-gallery .gallery-cell:before {
  display: block;
  text-align: center;
  line-height: 500px;
  font-size: 80px;
  color: white;
}
section#carousel-banyan-gallery .text-carousel {
  padding: 40px;
}
section#carousel-banyan-gallery .text-carousel .title-carousel {
  text-align: center;
  color: #BAA382;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#carousel-banyan-gallery .text-carousel .title-carousel {
    width: 100%;
  }
}
section#carousel-banyan-gallery .text-carousel .description {
  text-align: center;
  color: #fff;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#carousel-banyan-gallery .text-carousel .description {
    width: 100%;
  }
}
section#newsletter {
  float: left;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #e8e7e3;
}
section#newsletter .row-newsletter {
  width: 100%;
  content: "";
  display: table;
  clear: both;
}
section#newsletter .row-newsletter .col-newsletter {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  /*a{
				display: block;
				text-decoration: none;
				color: @gris;
				text-align: left;
				font-size: 1.5em;
				margin-top: 0.5em;
				&:hover{
					color: @cafe;
					.animacion;
				}
				@media @tablet{
					margin-top: 10px;
				}
				@media @mobile{
					margin-top: 10px;
				}
			}*/
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#newsletter .row-newsletter .col-newsletter {
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#newsletter .row-newsletter .col-newsletter {
    width: 100%;
  }
}
section#newsletter .row-newsletter .col-newsletter input[type=text] {
  width: 70%;
  padding: 20px 20px;
  box-sizing: border-box;
  border: none;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#newsletter .row-newsletter .col-newsletter input[type=text] {
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#newsletter .row-newsletter .col-newsletter input[type=text] {
    width: 100%;
  }
}
section#newsletter .row-newsletter .col-newsletter .read-more .button-more {
  background-color: #BAA382;
  color: #fff;
  border: none;
  color: white;
  padding: 5px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 1.5em 0;
  cursor: pointer;
  width: 62%;
}
section#newsletter .row-newsletter .col-newsletter .read-more .button-more .read-more-p {
  float: left;
  margin-top: 7px;
  margin-bottom: 5px;
  color: #fff;
  margin-right: 120px;
}
section#newsletter .row-newsletter .col-newsletter .read-more .button-more .read-more-p:hover {
  cursor: pointer;
}
section#newsletter .row-newsletter .col-newsletter .read-more .button-more .cover-arrow {
  float: left;
  text-align: right;
  width: 13px;
  padding: 4px;
}
section#newsletter .row-newsletter .col-newsletter .read-more:hover {
  color: #8e7353;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#newsletter .row-newsletter .col-newsletter h2 {
  margin-top: 0;
  color: #082B26;
  line-height: 1.4em;
}
section#newsletter .row-newsletter .col-newsletter p {
  color: #082B26;
}
section#newsletter .row-newsletter .field-newsletter {
  padding-left: 100px;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#newsletter .row-newsletter .field-newsletter {
    padding-left: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#newsletter .row-newsletter .field-newsletter {
    padding-left: 0;
  }
}
section#newsletter .row-newsletter .text-newsletter {
  padding-right: 100px;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#newsletter .row-newsletter .text-newsletter {
    padding-right: 0;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#newsletter .row-newsletter .text-newsletter {
    padding-right: 0;
    margin-top: 40px;
  }
}
section#instagram-banyan {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  background-color: #7b6d60;
}
section#instagram-banyan .titulo-instagram {
  float: left;
  width: 100%;
}
section#instagram-banyan .titulo-instagram h2 {
  margin-top: 3em;
  margin-bottom: 2em;
  text-align: center;
  color: #fff;
}
section#instagram-banyan .text-instagram {
  float: left;
  width: 100%;
}
section#instagram-banyan .text-instagram p {
  margin-top: 2em;
  margin-bottom: 3em;
  text-align: center;
  color: #fff;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5em;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#instagram-banyan .text-instagram p {
    width: 90%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#instagram-banyan .text-instagram p {
    width: 90%;
  }
}
section#instagram-banyan .col-instgram {
  float: left;
  width: 16.6%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
section#instagram-banyan .col-instgram figure {
  width: 170px;
  overflow: hidden;
  margin: 0;
  height: 250px;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#instagram-banyan .col-instgram figure {
    height: 100px;
  }
}
section#instagram-banyan .col-instgram figure img {
  max-width: 100%;
  width: 100%;
  height: 250px;
}
section#instagram-banyan .col-instgram figure:hover {
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mask {
  pointer-events: none;
  background-image: url(img/mask_cover.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90vh;
}
.has-text-align-center {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 5em;
  margin-bottom: 5em;
  color: #082B26;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .has-text-align-center {
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .has-text-align-center {
    width: 100%;
  }
}
.has-text-align-center a {
  color: #000;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.has-text-align-center a:hover {
  color: #BAA382;
}
.is-resized {
  width: 80%;
  margin-left: 55px !important;
  margin-right: 55px !important;
}
.is-vertically-aligned-center {
  margin-bottom: 5em;
}
.is-vertically-aligned-center h2 {
  font-size: 2em;
  color: #082B26;
  padding-right: 4em;
}
.is-vertically-aligned-center p {
  font-size: 1em;
}
.wp-block-image {
  margin: 0;
}
.wp-block-image figcaption {
  margin-left: 1.5em;
  color: #082B26;
}
.wp-block-columns {
  margin-bottom: 5em !important;
}
.wp-block-columns .wp-block-heading {
  width: 100%;
}
.size-large {
  margin-bottom: 5em;
}
.wp-block-embed {
  width: 70%;
  margin-left: 15%;
  margin-top: 2em;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .wp-block-embed {
    width: 84%;
    margin-left: 8%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .wp-block-embed {
    width: 100%;
    margin-left: 0;
  }
}
.wp-block-embed.wp-embed-aspect-16-9:before {
  padding-top: 56.25%;
}
.wp-block-embed iframe {
  height: 35vw;
  width: 100%;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .wp-block-embed iframe {
    height: 48vw;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .wp-block-embed iframe {
    height: 58vw;
  }
}
.size-full img {
  width: 100%;
  height: auto;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
section#hero-single {
  float: left;
  width: 100%;
  background-size: cover;
  background-position: center top;
  height: 95vh;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#hero-single {
    height: 700px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-single {
    height: 700px;
  }
}
section#hero-single .row-hero {
  width: 100%;
  content: "";
  display: table;
  clear: both;
  z-index: 10;
  position: relative;
}
section#hero-single .row-hero .col-hero {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#hero-single .row-hero .col-hero {
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-single .row-hero .col-hero {
    width: 100%;
  }
}
section#hero-single .row-hero .col-hero .bloque {
  display: block;
  height: 200px;
}
section#hero-single .row-hero .col-hero .bloque-info {
  margin-top: 120px;
  margin-bottom: 120px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 4vw;
  padding-right: 10vw;
}
section#hero-single .row-hero .col-hero .bloque-info .aditional-data {
  float: left;
  width: 100%;
}
section#hero-single .row-hero .col-hero .bloque-info .aditional-data .right-text {
  text-align: right;
}
section#hero-single .row-hero .col-hero .bloque-info h1 {
  color: #fff;
}
section#hero-single .row-hero .col-hero .bloque-info p {
  color: #fff;
}
section#hero-single .row-hero .col-hero .bloque-info .evento {
  background-color: #BAA382;
  padding-left: 5px;
  color: #000;
  width: 50%;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#hero-single .row-hero .col-hero .bloque-info .evento {
    width: 70%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-single .row-hero .col-hero .bloque-info .evento {
    width: 70%;
  }
}
section#hero-single .row-hero .col-hero .bloque-info .read-more .button-more {
  padding-left: 0;
}
section#hero-single .row-hero .detalle {
  float: left;
  width: 100%;
}
section#hero-single .row-hero .detalle img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  width: 50px;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-single .row-hero .detalle {
    display: none;
  }
}
section#full-post {
  float: left;
  width: 100%;
}
section#full-post .container-post {
  padding-left: 4em;
  padding-right: 4em;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post .container-post {
    padding-left: 1em;
    padding-right: 1em;
  }
}
section#full-post .container-post .row-full-post {
  width: 100%;
  content: "";
  display: table;
  clear: both;
}
section#full-post .container-post .row-full-post .text-post {
  float: left;
  width: 100%;
  font-size: 1.3em;
  text-align: justify;
}
section#full-post .container-post .row-full-post .text-post p {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 80px;
  color: #082B26;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post .container-post .row-full-post .text-post p {
    width: 100%;
    margin-top: 2em;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post .container-post .row-full-post .text-post p {
    width: 100%;
  }
}
section#full-post .container-post .row-full-post .content-cols {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
section#full-post .container-post .row-full-post .content-cols .col-half {
  float: left;
  width: 50%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post .container-post .row-full-post .content-cols .col-half {
    width: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post .container-post .row-full-post .content-cols .col-half {
    width: 50%;
  }
}
section#full-post .container-post .row-full-post .content-cols .col-half figure {
  width: 100%;
  overflow: hidden;
  margin: 0;
  height: auto;
}
section#full-post .container-post .row-full-post .content-cols .col-half figure img {
  max-width: 100%;
  object-fit: contain;
  width: 100%;
  height: auto;
  transform: scale(1);
  opacity: 0;
}
section#full-post .container-post .row-full-post .content-cols .col-texto {
  padding: 70px;
  margin-top: 10%;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post .container-post .row-full-post .content-cols .col-texto {
    margin-top: 0;
    padding: 0;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post .container-post .row-full-post .content-cols .col-texto {
    margin-top: 0;
    padding: 0;
    padding-top: 40px;
  }
}
section#full-post .container-post .row-full-post .content-cols .col-texto h3 {
  font-size: 2em;
  color: #082B26;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post .container-post .row-full-post .content-cols .col-texto h3 {
    font-size: 1em;
  }
}
section#full-post .container-post .row-full-post .content-cols .col-texto p {
  font-size: 1.1em;
  color: #082B26;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post .container-post .row-full-post .content-cols .col-texto p {
    font-size: 0.9em;
  }
}
section#full-post .container-post .row-full-post .col-full {
  float: left;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
section#full-post .container-post .row-full-post .col-full figure {
  width: 100%;
  overflow: hidden;
  margin: 0;
  height: auto;
}
section#full-post .container-post .row-full-post .col-full figure img {
  max-width: 100%;
  object-fit: contain;
  width: 100%;
  height: auto;
  transform: scale(1);
  opacity: 0;
}
section#full-post .container-post .row-full-post .content-video {
  float: left;
  width: 100%;
}
section#full-post .container-post .row-full-post .content-video .video-post {
  display: block;
  height: 540px;
}
section#full-post .container-post .row-full-post .content-video .video-post #myVideo {
  width: 80%;
  margin-left: 10%;
  height: 540px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
section#full-post .container-post .row-full-post .tags-banyan {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
section#full-post .container-post .row-full-post .tags-banyan .col-tags {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
section#full-post .container-post .row-full-post .tags-banyan .col-tags h4 {
  color: #BAA382;
}
section#full-post .container-post .row-full-post .tags-banyan .right-tag {
  right: 0;
  text-align: right;
}
section#full-post .container-post .row-full-post .pagination-post {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
section#full-post .container-post .row-full-post .pagination-post .previous-post {
  float: left;
  width: 33.3%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post .container-post .row-full-post .pagination-post .previous-post {
    width: 50%;
  }
}
section#full-post .container-post .row-full-post .pagination-post .previous-post .col-previous {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post .container-post .row-full-post .pagination-post .previous-post .col-previous {
    width: 100%;
  }
}
section#full-post .container-post .row-full-post .pagination-post .previous-post .col-previous figure {
  width: 100%;
  overflow: hidden;
  margin: 0;
  height: 200px;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post .container-post .row-full-post .pagination-post .previous-post .col-previous figure {
    height: 100px;
  }
}
section#full-post .container-post .row-full-post .pagination-post .previous-post .col-previous figure img {
  max-width: 100%;
  object-fit: contain;
  width: 100%;
  height: auto;
  transform: scale(1);
  opacity: 0;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post .container-post .row-full-post .pagination-post .previous-post .img-post {
    display: none;
  }
}
section#full-post .container-post .row-full-post .pagination-post .previous-post .text-previous {
  padding: 20px;
}
section#full-post .container-post .row-full-post .pagination-post .previous-post .text-previous h3 {
  color: #082B26;
  font-size: 1.3em;
}
section#full-post .container-post .row-full-post .pagination-post .previous-post .text-previous p {
  margin-top: 4em;
  color: #BAA382;
  font-size: 1.1em;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post .container-post .row-full-post .pagination-post .previous-post .text-previous p {
    margin-top: 1em;
  }
}
section#full-post .container-post .row-full-post .pagination-post .additional {
  float: left;
  width: 33.3%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post .container-post .row-full-post .pagination-post .additional {
    display: none;
  }
}
section#full-post .container-post .row-full-post .pagination-post .additional p {
  text-align: center;
  font-size: 0.9em;
  margin-top: 7em;
  color: #c3c3c3;
}
section#full-post .container-post .row-full-post .pagination-post .next-post {
  float: left;
  width: 33.3%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post .container-post .row-full-post .pagination-post .next-post {
    width: 50%;
  }
}
section#full-post .container-post .row-full-post .pagination-post .next-post .col-next {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post .container-post .row-full-post .pagination-post .next-post .col-next {
    width: 100%;
  }
}
section#full-post .container-post .row-full-post .pagination-post .next-post .col-next figure {
  width: 100%;
  overflow: hidden;
  margin: 0;
  height: 200px;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post .container-post .row-full-post .pagination-post .next-post .col-next figure {
    height: 100px;
  }
}
section#full-post .container-post .row-full-post .pagination-post .next-post .col-next figure img {
  max-width: 100%;
  object-fit: contain;
  width: 100%;
  height: auto;
  transform: scale(1);
  opacity: 0;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post .container-post .row-full-post .pagination-post .next-post .img-post {
    display: none;
  }
}
section#full-post .container-post .row-full-post .pagination-post .next-post .text-next {
  padding: 20px;
  text-align: right;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post .container-post .row-full-post .pagination-post .next-post .text-next {
    text-align: right;
  }
}
section#full-post .container-post .row-full-post .pagination-post .next-post .text-next h3 {
  color: #082B26;
  font-size: 1.3em;
}
section#full-post .container-post .row-full-post .pagination-post .next-post .text-next p {
  margin-top: 4em;
  color: #BAA382;
  font-size: 1.1em;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post .container-post .row-full-post .pagination-post .next-post .text-next p {
    margin-top: 1em;
  }
}
section#full-post-event {
  float: left;
  width: 100%;
}
section#full-post-event .row-full-post {
  width: 100%;
  content: "";
  display: table;
  clear: both;
}
section#full-post-event .row-full-post .text-post {
  float: left;
  width: 100%;
}
section#full-post-event .row-full-post .text-post p {
  color: #fff;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  margin-top: 2em;
  margin-bottom: 80px;
  font-size: 1.1em;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-event .row-full-post .text-post p {
    width: 100%;
    margin-top: 2em;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-event .row-full-post .text-post p {
    width: 100%;
    margin-top: 2em;
  }
}
section#full-post-event .row-full-post .text-post .remove-later {
  margin-top: 380px;
}
section#full-post-event .row-full-post .content-cols {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
section#full-post-event .row-full-post .content-cols .col-half {
  float: left;
  width: 50%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-event .row-full-post .content-cols .col-half {
    width: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-event .row-full-post .content-cols .col-half {
    width: 50%;
  }
}
section#full-post-event .row-full-post .content-cols .col-half figure {
  width: 100%;
  overflow: hidden;
  margin: 0;
  height: auto;
}
section#full-post-event .row-full-post .content-cols .col-half figure img {
  max-width: 100%;
  object-fit: contain;
  width: 100%;
  height: auto;
  transform: scale(1);
  opacity: 0;
}
section#full-post-event .row-full-post .content-cols .col-half .img-description {
  width: 80%;
  margin-left: 55px;
}
section#full-post-event .row-full-post .content-cols .col-texto {
  padding: 70px;
  margin-top: 10%;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-event .row-full-post .content-cols .col-texto {
    margin-top: 0;
    padding: 0;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-event .row-full-post .content-cols .col-texto {
    margin-top: 0;
    padding: 0;
    padding-top: 40px;
  }
}
section#full-post-event .row-full-post .content-cols .col-texto h3 {
  color: #fff;
  font-size: 2em;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-event .row-full-post .content-cols .col-texto h3 {
    font-size: 1em;
  }
}
section#full-post-event .row-full-post .content-cols .col-texto p {
  color: #fff;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-event .row-full-post .content-cols .col-texto p {
    font-size: 0.9em;
  }
}
section#full-post-event .row-full-post .col-full {
  float: left;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
section#full-post-event .row-full-post .col-full figure {
  width: 100%;
  overflow: hidden;
  margin: 0;
  height: auto;
}
section#full-post-event .row-full-post .col-full figure .special-tasting {
  background-color: #000;
  color: #fff;
  float: left;
  width: 22%;
  position: absolute;
  margin-top: 100px;
  margin-left: 90px;
  padding: 35px;
}
section#full-post-event .row-full-post .col-full figure .special-tasting h3 {
  color: #BAA382;
  font-size: 1.5me;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-event .row-full-post .col-full figure .special-tasting {
    display: none;
    float: left;
    width: 69%;
    position: absolute;
    margin-top: 192px;
    margin-left: 0px;
    padding: 35px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-event .row-full-post .col-full figure .special-tasting {
    display: none;
    float: left;
    width: 69%;
    position: absolute;
    margin-top: 192px;
    margin-left: 0px;
    padding: 35px;
  }
}
section#full-post-event .row-full-post .col-full figure .special-tasting .special-row {
  float: left;
  width: 100%;
}
section#full-post-event .row-full-post .col-full figure .special-tasting .special-row .col-special {
  float: left;
  width: 50%;
}
section#full-post-event .row-full-post .col-full figure .special-tasting .special-row .col-special a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 21px 0px;
  text-decoration: none;
  font-size: 17px;
}
section#full-post-event .row-full-post .col-full figure img {
  max-width: 100%;
  object-fit: contain;
  width: 100%;
  height: auto;
  transform: scale(1);
  opacity: 0;
}
section#full-post-event .row-full-post .content-video {
  float: left;
  width: 100%;
}
section#full-post-event .row-full-post .content-video .video-post {
  display: block;
  height: 540px;
}
section#full-post-event .row-full-post .content-video .video-post #myVideo {
  width: 80%;
  margin-left: 10%;
  height: 540px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
section#full-post-event .row-full-post .tags-banyan {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
section#full-post-event .row-full-post .tags-banyan .col-tags {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
section#full-post-event .row-full-post .tags-banyan .col-tags h4 {
  color: #BAA382;
}
section#full-post-event .row-full-post .tags-banyan .col-tags h4 a {
  color: #BAA382;
}
section#full-post-event .row-full-post .tags-banyan .right-tag {
  right: 0;
  text-align: right;
}
section#full-post-event .row-full-post .pagination-post {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
section#full-post-event .row-full-post .pagination-post .previous-post {
  float: left;
  width: 33.3%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-event .row-full-post .pagination-post .previous-post {
    width: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-event .row-full-post .pagination-post .previous-post {
    width: 50%;
  }
}
section#full-post-event .row-full-post .pagination-post .previous-post .col-previous {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-event .row-full-post .pagination-post .previous-post .col-previous {
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-event .row-full-post .pagination-post .previous-post .col-previous {
    width: 100%;
  }
}
section#full-post-event .row-full-post .pagination-post .previous-post .col-previous figure {
  width: 100%;
  overflow: hidden;
  margin: 0;
  height: 200px;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-event .row-full-post .pagination-post .previous-post .col-previous figure {
    height: 100px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-event .row-full-post .pagination-post .previous-post .col-previous figure {
    height: 100px;
  }
}
section#full-post-event .row-full-post .pagination-post .previous-post .col-previous figure img {
  max-width: 100%;
  object-fit: contain;
  width: 100%;
  height: auto;
  transform: scale(1);
  opacity: 0;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-event .row-full-post .pagination-post .previous-post .img-post {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-event .row-full-post .pagination-post .previous-post .img-post {
    display: none;
  }
}
section#full-post-event .row-full-post .pagination-post .previous-post .text-previous {
  padding: 10px;
}
section#full-post-event .row-full-post .pagination-post .previous-post .text-previous p {
  color: #fff;
}
section#full-post-event .row-full-post .pagination-post .previous-post .text-previous h3 {
  color: #fff;
  font-size: 1.3em;
}
section#full-post-event .row-full-post .pagination-post .additional {
  float: left;
  width: 33.3%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-event .row-full-post .pagination-post .additional {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-event .row-full-post .pagination-post .additional {
    display: none;
  }
}
section#full-post-event .row-full-post .pagination-post .additional p {
  color: #fff;
  text-align: center;
  font-size: 0.9em;
}
section#full-post-event .row-full-post .pagination-post .next-post {
  float: left;
  width: 33.3%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-event .row-full-post .pagination-post .next-post {
    width: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-event .row-full-post .pagination-post .next-post {
    width: 50%;
  }
}
section#full-post-event .row-full-post .pagination-post .next-post .col-next {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-event .row-full-post .pagination-post .next-post .col-next {
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-event .row-full-post .pagination-post .next-post .col-next {
    width: 100%;
  }
}
section#full-post-event .row-full-post .pagination-post .next-post .col-next figure {
  width: 100%;
  overflow: hidden;
  margin: 0;
  height: 200px;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-event .row-full-post .pagination-post .next-post .col-next figure {
    height: 100px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-event .row-full-post .pagination-post .next-post .col-next figure {
    height: 100px;
  }
}
section#full-post-event .row-full-post .pagination-post .next-post .col-next figure img {
  max-width: 100%;
  object-fit: contain;
  width: 100%;
  height: auto;
  transform: scale(1);
  opacity: 0;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-event .row-full-post .pagination-post .next-post .img-post {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-event .row-full-post .pagination-post .next-post .img-post {
    display: none;
  }
}
section#full-post-event .row-full-post .pagination-post .next-post .text-next {
  padding: 10px;
  text-align: right;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-event .row-full-post .pagination-post .next-post .text-next {
    text-align: right;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-event .row-full-post .pagination-post .next-post .text-next {
    text-align: right;
  }
}
section#full-post-event .row-full-post .pagination-post .next-post .text-next p {
  color: #fff;
}
section#full-post-event .row-full-post .pagination-post .next-post .text-next h3 {
  color: #fff;
  font-size: 1.3em;
}
section#hero-restaurant {
  float: left;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 650px;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#hero-restaurant {
    min-height: 600px;
    height: 100vh;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-restaurant {
    min-height: 600px;
    height: 100vh;
  }
}
section#hero-restaurant .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95vh;
  max-height: 100%;
  z-index: 1;
}
@media only screen and (min-width: 720px) and (max-width: 959px), only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-restaurant .mask {
    height: 100%;
  }
}
section#hero-restaurant .container {
  z-index: 2;
  position: relative;
}
section#hero-restaurant .row-hero {
  width: 100%;
  content: "";
  display: table;
  clear: both;
}
section#hero-restaurant .row-hero .col-hero {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
section#hero-restaurant .row-hero .col-hero.mobile .bloque .bloque-logo {
  padding-top: 8vh;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#hero-restaurant .row-hero .col-hero {
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-restaurant .row-hero .col-hero {
    width: 100%;
  }
}
section#hero-restaurant .row-hero .col-hero .bloque {
  display: block;
  height: 200px;
  margin-top: 25vh;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#hero-restaurant .row-hero .col-hero .bloque {
    height: auto;
    margin-top: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-restaurant .row-hero .col-hero .bloque {
    height: auto;
    margin-top: 0;
  }
}
section#hero-restaurant .row-hero .col-hero .bloque .bloque-logo {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#hero-restaurant .row-hero .col-hero .bloque .bloque-logo {
    text-align: center;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-restaurant .row-hero .col-hero .bloque .bloque-logo {
    text-align: center;
  }
}
section#hero-restaurant .row-hero .col-hero .bloque .bloque-logo .logo-restaurant {
  float: right;
  width: 16em;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#hero-restaurant .row-hero .col-hero .bloque .bloque-logo .logo-restaurant {
    float: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-restaurant .row-hero .col-hero .bloque .bloque-logo .logo-restaurant {
    float: none;
  }
}
section#hero-restaurant .row-hero .col-hero .bloque-info {
  margin-top: 90px;
  margin-bottom: 90px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: unset;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#hero-restaurant .row-hero .col-hero .bloque-info {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-restaurant .row-hero .col-hero .bloque-info {
    margin-top: 0;
    margin-bottom: 0;
  }
}
section#hero-restaurant .row-hero .col-hero .bloque-info .aditional-data {
  float: left;
  width: 100%;
}
section#hero-restaurant .row-hero .col-hero .bloque-info .aditional-data .right-text {
  text-align: right;
}
section#hero-restaurant .row-hero .col-hero .bloque-info h1 {
  color: #fff;
}
section#hero-restaurant .row-hero .col-hero .bloque-info p {
  color: #fff;
  font-size: 1.1em;
}
section#hero-restaurant .row-hero .col-hero .bloque-info .evento {
  color: #fff;
  font-size: 0.9em;
}
section#hero-restaurant .row-hero .col-hero .bloque-info .read-more {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#hero-restaurant .row-hero .col-hero .bloque-info .read-more:hover {
  color: #8e7353;
}
section#hero-restaurant .row-hero .col-hero .bloque-info .read-more .button-more {
  background-color: #BAA382;
  color: #fff;
  padding: 1px 10px;
  animation: 3s linear infinite intermitent-fading;
  width: 15vw;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#hero-restaurant .row-hero .col-hero .bloque-info .read-more .button-more {
    width: 20vw;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-restaurant .row-hero .col-hero .bloque-info .read-more .button-more {
    width: 50vw;
  }
}
section#hero-restaurant .row-hero .col-hero .bloque-info .read-more .button-more:hover {
  background-color: #8e7353;
}
section#hero-restaurant .row-hero .col-hero .bloque-info .read-more .button-more .read-more-p {
  float: left;
  margin-top: 7px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 1em;
}
section#hero-restaurant .row-hero .col-hero .bloque-info .read-more .button-more .read-more-p:hover {
  cursor: pointer;
}
section#hero-restaurant .row-hero .col-hero .bloque-info .read-more .button-more .cover-arrow {
  float: right;
  text-align: right;
  width: 13px;
  padding-top: 6px;
}
section#full-post-restaurant {
  float: left;
  width: 100%;
  margin-top: 40px;
}
section#full-post-restaurant .row-full-post {
  width: 100%;
  content: "";
  display: table;
  clear: both;
}
section#full-post-restaurant .row-full-post .text-post {
  float: left;
  width: 100%;
}
section#full-post-restaurant .row-full-post .text-post p {
  color: #fff;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  margin-top: 2em;
  margin-bottom: 80px;
  font-size: 1.1em;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-restaurant .row-full-post .text-post p {
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-restaurant .row-full-post .text-post p {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
section#full-post-restaurant .row-full-post .text-post .remove-later {
  margin-top: 380px;
}
section#full-post-restaurant .row-full-post .content-cols {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-restaurant .row-full-post .content-cols {
    margin-top: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-restaurant .row-full-post .content-cols {
    margin-top: 0;
  }
}
section#full-post-restaurant .row-full-post .content-cols .col-three {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  height: 300px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-restaurant .row-full-post .content-cols .col-three {
    height: 170px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-restaurant .row-full-post .content-cols .col-three {
    height: 170px;
    width: 32.8%;
  }
}
section#full-post-restaurant .row-full-post .content-cols .col-three figure {
  width: 100%;
  overflow: hidden;
  margin: 0;
  height: 100%;
  background-position: center;
}
section#full-post-restaurant .row-full-post .content-cols .col-three figure:hover {
  cursor: pointer;
}
section#full-post-restaurant .row-full-post .content-cols .col-three figure img {
  max-width: 100%;
  object-fit: contain;
  width: 100%;
  height: 100%;
  opacity: 0;
}
section#full-post-restaurant .row-full-post .content-cols .col-three .img-description {
  width: 80%;
  margin-left: 55px;
}
section#full-post-restaurant .row-full-post .content-cols .col-texto {
  padding: 70px;
  margin-top: 10%;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-restaurant .row-full-post .content-cols .col-texto {
    margin-top: 0;
    padding: 0;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-restaurant .row-full-post .content-cols .col-texto {
    margin-top: 0;
    padding: 0;
    padding-top: 40px;
  }
}
section#full-post-restaurant .row-full-post .content-cols .col-texto h3 {
  color: #fff;
  font-size: 2em;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-restaurant .row-full-post .content-cols .col-texto h3 {
    font-size: 1em;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-restaurant .row-full-post .content-cols .col-texto h3 {
    font-size: 1em;
  }
}
section#full-post-restaurant .row-full-post .content-cols .col-texto p {
  color: #fff;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-restaurant .row-full-post .content-cols .col-texto p {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-restaurant .row-full-post .content-cols .col-texto p {
    font-size: 0.9em;
  }
}
section#full-post-restaurant .row-full-post .col-full {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
section#full-post-restaurant .row-full-post .col-full figure {
  width: 100%;
  overflow: hidden;
  margin: 0;
  height: auto;
}
section#full-post-restaurant .row-full-post .col-full figure .special-tasting {
  background-color: #000;
  color: #fff;
  float: left;
  width: 22%;
  position: absolute;
  margin-top: 100px;
  margin-left: 90px;
  padding: 35px;
}
section#full-post-restaurant .row-full-post .col-full figure .special-tasting h3 {
  color: #BAA382;
  font-size: 1.5em;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-restaurant .row-full-post .col-full figure .special-tasting {
    display: none;
    float: left;
    width: 69%;
    position: absolute;
    margin-top: 192px;
    margin-left: 0px;
    padding: 35px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-restaurant .row-full-post .col-full figure .special-tasting {
    display: none;
    float: left;
    width: 69%;
    position: absolute;
    margin-top: 192px;
    margin-left: 0px;
    padding: 35px;
  }
}
section#full-post-restaurant .row-full-post .col-full figure .special-tasting .special-row {
  float: left;
  width: 100%;
}
section#full-post-restaurant .row-full-post .col-full figure .special-tasting .special-row .col-special {
  float: left;
  width: 50%;
}
section#full-post-restaurant .row-full-post .col-full figure .special-tasting .special-row .col-special a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 21px 0px;
  text-decoration: none;
  font-size: 17px;
}
section#full-post-restaurant .row-full-post .col-full figure img {
  max-width: 100%;
  object-fit: contain;
  width: 100%;
  height: auto;
  transform: scale(1);
  opacity: 0;
}
section#full-post-restaurant .row-full-post .content-video {
  float: left;
  width: 100%;
}
section#full-post-restaurant .row-full-post .content-video .video-post {
  display: block;
  height: 540px;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-restaurant .row-full-post .content-video .video-post {
    height: auto;
  }
}
section#full-post-restaurant .row-full-post .content-video .video-post #myVideo {
  width: 80%;
  margin-left: 10%;
  height: 540px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-restaurant .row-full-post .content-video .video-post #myVideo {
    margin-left: 0;
    width: 100%;
    height: 380px;
  }
}
section#full-post-restaurant .row-full-post .tags-banyan {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
section#full-post-restaurant .row-full-post .tags-banyan .col-tags {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
section#full-post-restaurant .row-full-post .tags-banyan .col-tags h4 {
  color: #BAA382;
}
section#full-post-restaurant .row-full-post .tags-banyan .col-tags h4 a {
  color: #BAA382;
}
section#full-post-restaurant .row-full-post .tags-banyan .right-tag {
  right: 0;
  text-align: right;
}
section#full-post-restaurant .row-full-post .pagination-post {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
section#full-post-restaurant .row-full-post .pagination-post .previous-post {
  float: left;
  width: 33.3%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-restaurant .row-full-post .pagination-post .previous-post {
    width: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-restaurant .row-full-post .pagination-post .previous-post {
    width: 50%;
  }
}
section#full-post-restaurant .row-full-post .pagination-post .previous-post .col-previous {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-restaurant .row-full-post .pagination-post .previous-post .col-previous {
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-restaurant .row-full-post .pagination-post .previous-post .col-previous {
    width: 100%;
  }
}
section#full-post-restaurant .row-full-post .pagination-post .previous-post .col-previous figure {
  width: 100%;
  overflow: hidden;
  margin: 0;
  height: 200px;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-restaurant .row-full-post .pagination-post .previous-post .col-previous figure {
    height: 100px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-restaurant .row-full-post .pagination-post .previous-post .col-previous figure {
    height: 100px;
  }
}
section#full-post-restaurant .row-full-post .pagination-post .previous-post .col-previous figure img {
  max-width: 100%;
  object-fit: contain;
  width: 100%;
  height: auto;
  transform: scale(1);
  opacity: 0;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-restaurant .row-full-post .pagination-post .previous-post .img-post {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-restaurant .row-full-post .pagination-post .previous-post .img-post {
    display: none;
  }
}
section#full-post-restaurant .row-full-post .pagination-post .previous-post .text-previous {
  padding: 10px;
}
section#full-post-restaurant .row-full-post .pagination-post .previous-post .text-previous p {
  color: #fff;
}
section#full-post-restaurant .row-full-post .pagination-post .previous-post .text-previous h3 {
  color: #fff;
  font-size: 1.3em;
}
section#full-post-restaurant .row-full-post .pagination-post .additional {
  float: left;
  width: 33.3%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-restaurant .row-full-post .pagination-post .additional {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-restaurant .row-full-post .pagination-post .additional {
    display: none;
  }
}
section#full-post-restaurant .row-full-post .pagination-post .additional p {
  color: #fff;
  text-align: center;
  font-size: 0.9em;
}
section#full-post-restaurant .row-full-post .pagination-post .next-post {
  float: left;
  width: 33.3%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-restaurant .row-full-post .pagination-post .next-post {
    width: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-restaurant .row-full-post .pagination-post .next-post {
    width: 50%;
  }
}
section#full-post-restaurant .row-full-post .pagination-post .next-post .col-next {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-restaurant .row-full-post .pagination-post .next-post .col-next {
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-restaurant .row-full-post .pagination-post .next-post .col-next {
    width: 100%;
  }
}
section#full-post-restaurant .row-full-post .pagination-post .next-post .col-next figure {
  width: 100%;
  overflow: hidden;
  margin: 0;
  height: 200px;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-restaurant .row-full-post .pagination-post .next-post .col-next figure {
    height: 100px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-restaurant .row-full-post .pagination-post .next-post .col-next figure {
    height: 100px;
  }
}
section#full-post-restaurant .row-full-post .pagination-post .next-post .col-next figure img {
  max-width: 100%;
  object-fit: contain;
  width: 100%;
  height: auto;
  transform: scale(1);
  opacity: 0;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-restaurant .row-full-post .pagination-post .next-post .img-post {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-restaurant .row-full-post .pagination-post .next-post .img-post {
    display: none;
  }
}
section#full-post-restaurant .row-full-post .pagination-post .next-post .text-next {
  padding: 10px;
  text-align: right;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-restaurant .row-full-post .pagination-post .next-post .text-next {
    text-align: right;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-restaurant .row-full-post .pagination-post .next-post .text-next {
    text-align: right;
  }
}
section#full-post-restaurant .row-full-post .pagination-post .next-post .text-next p {
  color: #fff;
}
section#full-post-restaurant .row-full-post .pagination-post .next-post .text-next h3 {
  color: #fff;
  font-size: 1.3em;
}
section#full-post-restaurant .row-full-post .info-restaurant {
  float: left;
  width: 100%;
}
section#full-post-restaurant .row-full-post .info-restaurant .image-restaurant .logo-oscuro {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 16em;
}
section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 35%;
  line-height: 1.4em;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant {
    width: auto;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant {
    width: auto;
  }
}
section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant h2 {
  text-align: center;
  color: #fff;
  font-size: 2.6em;
  line-height: 1.1em;
}
section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant p {
  text-align: center;
  color: #fff;
}
section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant .read-more {
  text-align: center;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant .read-more:hover {
  color: #8e7353;
}
section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant .read-more .button-more {
  background-color: #BAA382;
  color: #fff;
  padding: 1px 10px;
  animation: 3s linear infinite intermitent-fading;
  width: 15vw;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant .read-more .button-more {
    width: 20vw;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant .read-more .button-more {
    width: 50vw;
  }
}
section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant .read-more .button-more:hover {
  background-color: #8e7353;
}
section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant .read-more .button-more .read-more-p {
  float: left;
  margin-top: 7px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 1em;
}
section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant .read-more .button-more .read-more-p:hover {
  cursor: pointer;
}
section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant .read-more .button-more .cover-arrow {
  float: right;
  text-align: right;
  width: 13px;
  padding-top: 6px;
}
section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant .reservations {
  display: block;
  float: left;
  width: 100%;
}
section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant .reservations .col-reserva {
  width: 100%;
  text-align: center;
}
section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant .reservations .col-reserva .book {
  text-align: left;
}
section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant .reservations .col-reserva-lil {
  float: left;
  width: 5%;
}
section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant .info-direction {
  font-size: 0.8em;
  color: #082B26;
}
section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant .info-direction a {
  color: #082B26;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant .info-direction a:hover {
  color: white;
}
section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant .trip-advisor {
  text-align: center;
  width: min-content;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant .trip-advisor:hover {
  background-color: #BAA382;
}
section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant .trip-advisor img {
  opacity: 0.4;
  padding: 10px 30px 0px 30px;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 150px;
}
section#full-post-restaurant .row-full-post .info-restaurant .text-restaurant .trip-advisor img:hover {
  opacity: 1;
}
section#carousel-restaurant {
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
  /* cell number */
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#carousel-restaurant {
    margin-top: 40px;
    margin-bottom: 0px;
  }
}
section#carousel-restaurant h2 {
  text-align: center;
}
section#carousel-restaurant .gallery .flickity-prev-next-button {
  background: none;
  background-size: 30px 60px;
  background-repeat: no-repeat;
  background-position-y: center;
  z-index: 3;
  height: 100%;
  border-radius: unset;
  width: 100px;
}
section#carousel-restaurant .gallery .flickity-prev-next-button.previous {
  background-image: url(/wp-content/themes/intentionally-blank/img/arrow-left.png);
  background-position-x: left;
  background-position-x: left 45px;
  left: 0;
}
section#carousel-restaurant .gallery .flickity-prev-next-button.next {
  background-image: url(/wp-content/themes/intentionally-blank/img/arrow-right.png);
  background-position-x: right;
  background-position-x: right 45px;
  right: 0;
}
section#carousel-restaurant .gallery .flickity-prev-next-button svg {
  display: none;
}
section#carousel-restaurant .gallery .flickity-page-dots {
  display: none;
}
section#carousel-restaurant .gallery .flickity-page-dots .dot {
  background: #BAA382;
}
section#carousel-restaurant .gallery-cell {
  width: 66%;
  height: 500px;
  margin-right: 10px;
  background-position: center;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#carousel-restaurant .gallery-cell {
    width: 100%;
    height: 300px;
  }
}
section#carousel-restaurant .gallery-cell:before {
  display: block;
  text-align: center;
  line-height: 500px;
  font-size: 80px;
  color: white;
}
section#carousel-restaurant .text-carousel .title-carousel {
  text-align: center;
  color: #fff;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#carousel-restaurant .text-carousel .title-carousel {
    width: 100%;
  }
}
section#carousel-restaurant .text-carousel .description {
  text-align: center;
  color: #fff;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#carousel-restaurant .text-carousel .description {
    width: 100%;
  }
}
section#more-post-blogs {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10em;
}
section#more-post-blogs .row-more-post {
  width: 100%;
  content: "";
  display: table;
  clear: both;
}
section#more-post-blogs .row-more-post .col-more-post {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
section#more-post-blogs .row-more-post .col-more-post:hover {
  cursor: pointer;
}
section#more-post-blogs .row-more-post .col-more-post:hover .content-post h3 {
  color: #BAA382;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#more-post-blogs .row-more-post .col-more-post:hover .content-post a {
  color: #BAA382;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#more-post-blogs .row-more-post .col-more-post .img-post {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#more-post-blogs .row-more-post .col-more-post .img-post {
    width: 100%;
    padding: 5px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#more-post-blogs .row-more-post .col-more-post .img-post {
    width: 100%;
    padding: 5px;
  }
}
section#more-post-blogs .row-more-post .col-more-post .img-post figure {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
section#more-post-blogs .row-more-post .col-more-post .img-post figure img {
  max-width: 100%;
  object-fit: contain;
  width: 100%;
  height: auto;
  transform: scale(1);
  opacity: 0;
}
section#more-post-blogs .row-more-post .col-more-post .content-post {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 1em;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#more-post-blogs .row-more-post .col-more-post .content-post {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#more-post-blogs .row-more-post .col-more-post .content-post {
    width: 100%;
    text-align: center;
  }
}
section#more-post-blogs .row-more-post .col-more-post .content-post h3 {
  font-size: 1.6em;
  margin-bottom: 0;
  color: #082B26;
}
section#more-post-blogs .row-more-post .col-more-post .content-post p {
  color: #082B26;
}
section#more-post-blogs .row-more-post .col-more-post .content-post a {
  text-decoration: none;
  color: #082B26;
}
section#more-post-blogs .row-more-post .col-more-post .content-post a.more {
  font-weight: bold;
}
section#more-post-blogs .row-more-post .col-more-post .content-post .read-more .button-more {
  background-color: #BAA382;
  color: #fff;
}
section#more-post-blogs .row-more-post .view-more {
  margin-top: 60px;
  float: left;
  width: 100%;
  text-align: center;
}
section#more-post-blogs .row-more-post .view-more a {
  display: block;
  text-decoration: none;
  color: #082B26;
}
section#more-post-blogs .row-more-post .view-more a:hover {
  color: #BAA382;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.slider {
  width: 100%;
  margin: 0px auto;
  float: left;
  margin-top: 100px;
  margin-bottom: 200px !important;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section.slider {
    margin-bottom: 250px !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px), only screen and (min-width: 720px) and (max-width: 959px) {
  section.slider .slick-slide {
    position: relative;
  }
}
section.slider .slick-slide .venue {
  opacity: 0;
  position: absolute;
  width: 30vw;
  margin-left: 0;
  text-align: center;
  height: 200px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 0) and (max-width: 719px), only screen and (min-width: 720px) and (max-width: 959px) {
  section.slider .slick-slide .venue {
    width: 100%;
    height: 100px;
  }
}
section.slider .slick-slide .venue h3 {
  color: #BAA382;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section.slider .slick-slide .venue h3 {
    opacity: 0;
  }
}
section.slider .slick-slide .venue p {
  opacity: 0;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.slider .slick-slide .venue p em {
  color: gray;
}
section.slider .slick-list.draggable {
  padding-bottom: 200px;
  margin-bottom: -200px;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section.slider .slick-list.draggable {
    padding-bottom: 250px;
    margin-bottom: -250px;
  }
}
section.slider .slick-active .venue {
  opacity: 0;
}
@media only screen and (min-width: 0) and (max-width: 719px), only screen and (min-width: 720px) and (max-width: 959px) {
  section.slider .slick-active .venue h3 {
    opacity: 1;
  }
  section.slider .slick-active .venue p {
    opacity: 1;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
section.slider .slick-active ~ .slick-active .venue {
  opacity: 1;
}
section.slider .slick-active ~ .slick-active .venue p {
  opacity: 1;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section.slider .slick-active ~ .slick-active .venue h3 {
    opacity: 1;
  }
}
section.slider .slick-active ~ .slick-active ~ .slick-active .venue {
  opacity: 0;
}
section.slider .slick-active ~ .slick-active ~ .slick-active .venue p {
  opacity: 0;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section.slider .slick-active ~ .slick-active ~ .slick-active .venue h3 {
    opacity: 0;
  }
}
.slick-slider {
  margin: 0px 0.5vw;
}
.slick-slider img {
  width: 100%;
  height: 270px;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .slick-slider img {
    height: 450px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .slick-slider img {
    height: 350px;
  }
}
.slick-slider .borde-slider:hover {
  height: 100px;
  width: 100px;
  background-color: red;
  z-index: 9;
  position: absolute;
  top: 0;
  border: 1px solid #fff;
}
.slick-slider .slick-dots {
  display: none !important;
}
.slick-slider .slick-dotted.slick-slider {
  margin-bottom: 5px !important;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  color: white;
  font-size: 50px;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .slick-slider .slick-prev:before,
  .slick-slider .slick-next:before {
    font-size: 20px;
  }
}
.slick-slider .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}
.slick-slider .slick-active {
  opacity: 1;
}
.slick-slider .slick-current {
  opacity: 1;
}
.slick-slider .slick-prev {
  left: 20px;
  z-index: 9;
}
.slick-slider .slick-next {
  right: 50px;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .slick-slider .slick-next {
    right: 20px;
  }
}
section.slider-home {
  width: 100%;
  margin: 0 !important;
  margin-top: 1em;
  float: left;
  padding-bottom: 16em;
  padding-top: 100px;
  background-color: #fff;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section.slider-home {
    margin-bottom: 0;
  }
}
section.slider-home h2 {
  margin-top: 1em;
  text-align: center;
  margin-bottom: 70px;
  color: #082B26;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 2em;
}
@media only screen and (min-width: 0) and (max-width: 719px), only screen and (min-width: 720px) and (max-width: 959px) {
  section.slider-home .slick-slide {
    position: relative;
  }
}
section.slider-home .slick-slide .venue {
  opacity: 0;
  position: absolute;
  width: 30vw;
  margin-left: 0;
  text-align: center;
  height: 200px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 0) and (max-width: 719px), only screen and (min-width: 720px) and (max-width: 959px) {
  section.slider-home .slick-slide .venue {
    width: 100%;
    height: 100px;
  }
}
section.slider-home .slick-slide .venue h2 {
  margin-bottom: 0;
  text-align: center;
  color: #082B26;
}
section.slider-home .slick-slide .venue p {
  text-align: center;
  color: #082B26;
  line-height: 1.5em;
}
section.slider-home .slick-list.draggable {
  padding-bottom: 260px;
  margin-bottom: -200px;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section.slider-home .slick-list.draggable {
    padding-bottom: 250px;
    margin-bottom: -250px;
  }
}
section.slider-home .slick-active .venue {
  opacity: 0;
}
@media only screen and (min-width: 0) and (max-width: 719px), only screen and (min-width: 720px) and (max-width: 959px) {
  section.slider-home .slick-active .venue h3 {
    opacity: 1;
  }
  section.slider-home .slick-active .venue p {
    opacity: 1;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
section.slider-home .slick-active ~ .slick-active .venue {
  opacity: 1;
}
section.slider-home .slick-active ~ .slick-active .venue p {
  opacity: 1;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section.slider-home .slick-active ~ .slick-active .venue h3 {
    opacity: 1;
  }
}
section.slider-home .slick-active ~ .slick-active ~ .slick-active .venue {
  opacity: 0;
}
section.slider-home .slick-active ~ .slick-active ~ .slick-active .venue p {
  opacity: 0;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section.slider-home .slick-active ~ .slick-active ~ .slick-active .venue h3 {
    opacity: 0;
  }
}
.slick-prev,
.slick-next {
  top: 35% !important;
}
@keyframes intermitent-fading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
.icon-bar {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .icon-bar {
    display: none;
  }
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 19px;
  opacity: 0.5;
}
.icon-bar a:hover {
  background-color: #BAA382;
  opacity: 1;
}
.facebook {
  background: #BAA382;
  color: white;
}
.instagram {
  background: #BAA382;
  color: white;
}
.twitter {
  background: #BAA382;
  color: white;
}
.linkedin {
  background: #BAA382;
  color: white;
}
.pinterest {
  background: #BAA382;
  color: white;
}
section#hero-landing {
  float: left;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 100vh;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#hero-landing {
    min-height: 600px;
    height: 100vh;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-landing {
    min-height: 600px;
    height: 100vh;
  }
}
section#hero-landing .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 100%;
  z-index: 1;
}
@media only screen and (min-width: 720px) and (max-width: 959px), only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-landing .mask {
    height: 100%;
  }
}
section#hero-landing .container {
  z-index: 2;
  position: relative;
}
section#hero-landing .row-hero {
  width: 100%;
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-landing .row-hero {
    margin-top: 100px;
  }
}
section#hero-landing .row-hero .col-landing {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
section#hero-landing .row-hero .col-landing.mobile .bloque .bloque-logo {
  padding-top: 8vh;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#hero-landing .row-hero .col-landing {
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-landing .row-hero .col-landing {
    width: 100%;
  }
}
section#hero-landing .row-hero .col-landing .bloque {
  display: block;
  height: 200px;
  margin-top: 15vh;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#hero-landing .row-hero .col-landing .bloque {
    height: auto;
    margin-top: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-landing .row-hero .col-landing .bloque {
    height: auto;
    margin-top: 0;
  }
}
section#hero-landing .row-hero .col-landing .bloque .bloque-logo {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#hero-landing .row-hero .col-landing .bloque .bloque-logo {
    text-align: center;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-landing .row-hero .col-landing .bloque .bloque-logo {
    text-align: center;
  }
}
section#hero-landing .row-hero .col-landing .bloque .bloque-logo .logo-restaurant {
  float: right;
  width: 16em;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#hero-landing .row-hero .col-landing .bloque .bloque-logo .logo-restaurant {
    float: none;
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-landing .row-hero .col-landing .bloque .bloque-logo .logo-restaurant {
    float: none;
    display: none;
  }
}
section#hero-landing .row-hero .col-landing .bloque-info {
  margin-top: 120px;
  margin-bottom: 120px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: unset;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#hero-landing .row-hero .col-landing .bloque-info {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-landing .row-hero .col-landing .bloque-info {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
}
section#hero-landing .row-hero .col-landing .bloque-info .aditional-data {
  float: left;
  width: 100%;
}
section#hero-landing .row-hero .col-landing .bloque-info .aditional-data .right-text {
  text-align: right;
}
section#hero-landing .row-hero .col-landing .bloque-info .logo-landing {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-landing .row-hero .col-landing .bloque-info .logo-landing {
    width: 40px;
  }
}
section#hero-landing .row-hero .col-landing .bloque-info h1 {
  text-align: center;
  color: #fff;
  font-size: 2em;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-landing .row-hero .col-landing .bloque-info h1 {
    font-size: 1.8em;
  }
}
section#hero-landing .row-hero .col-landing .bloque-info .separator-landing {
  float: left;
  width: 100%;
  margin-bottom: 2em;
  border: 0;
  height: 2px;
  background-image: linear-gradient(to bottom, rgba(167, 166, 163, 0), rgba(167, 166, 163, 0.75), rgba(167, 166, 163, 0));
}
section#hero-landing .row-hero .col-landing .bloque-info p {
  color: #fff;
  font-size: 1.1em;
  text-align: justify;
}
section#hero-landing .row-hero .col-landing .bloque-info .social-landing {
  float: left;
  width: 100%;
}
section#hero-landing .row-hero .col-landing .bloque-info .social-landing .social-icons {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
section#hero-landing .row-hero .col-landing .bloque-info .social-landing .social-icons p {
  color: #fff;
}
section#hero-landing .row-hero .col-landing .bloque-info .social-landing .social-icons .col-social {
  float: left;
  width: 3em;
}
section#hero-landing .row-hero .col-landing .bloque-info .social-landing .social-icons .col-social img {
  opacity: 1;
  width: 25px;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
section#hero-landing .row-hero .col-landing .bloque-info .social-landing .social-icons .col-social img:hover {
  opacity: 1;
}
section#hero-landing .row-hero .col-landing .bloque-info .redirecionar {
  float: left;
  width: 100%;
  margin-top: 30px;
}
section#hero-landing .row-hero .col-landing .bloque-info .redirecionar h3 {
  text-align: center;
  color: #fff;
}
section#hero-landing .row-hero .col-landing .bloque-info .redirecionar .button {
  text-align: center;
  color: #fff;
  display: block;
}
section#hero-landing .row-hero .col-landing .bloque-info .evento {
  color: #fff;
  font-size: 0.9em;
}
section#hero-landing .row-hero .col-landing .bloque-info .read-more {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#hero-landing .row-hero .col-landing .bloque-info .read-more:hover {
  color: #8e7353;
}
section#hero-landing .row-hero .col-landing .bloque-info .read-more .button-more {
  background-color: #BAA382;
  color: #fff;
  padding: 1px 10px;
  animation: 3s linear infinite intermitent-fading;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#hero-landing .row-hero .col-landing .bloque-info .read-more .button-more {
    width: auto;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-landing .row-hero .col-landing .bloque-info .read-more .button-more {
    width: auto;
  }
}
section#hero-landing .row-hero .col-landing .bloque-info .read-more .button-more:hover {
  background-color: #8e7353;
}
section#hero-landing .row-hero .col-landing .bloque-info .read-more .button-more .read-more-p {
  float: left;
  margin-top: 7px;
  margin-bottom: 5px;
  color: #fff;
  margin-right: 70px;
  font-size: 1em;
}
section#hero-landing .row-hero .col-landing .bloque-info .read-more .button-more .read-more-p:hover {
  cursor: pointer;
}
section#hero-landing .row-hero .col-landing .bloque-info .read-more .button-more .cover-arrow {
  float: left;
  text-align: right;
  width: 13px;
  padding: 6px;
}
section#page-404 {
  float: left;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}
section#page-404 .cont-404 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#page-404 .cont-404 {
    margin-bottom: 60px;
  }
}
section#page-404 .cont-404 img {
  padding: 20px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#page-404 .cont-404 img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
section#page-404 .cont-404 .message-page {
  color: #082B26;
  font-size: 3em;
  text-align: center;
}
section#page-404 .cont-404 .text-page {
  color: #082B26;
  text-align: center;
  font-size: 1.5em;
}
section#page-404 .col-404 .bloque-info {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#page-404 .col-404 .bloque-info {
    padding: 5px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#page-404 .col-404 .bloque-info {
    padding: 5px;
  }
}
section#page-404 .col-404 .bloque-info .aditional-data .col-data {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
section#page-404 .col-404 .bloque-info .aditional-data .col-data .text-data {
  color: #acaba9;
}
section#page-404 .col-404 .bloque-info .aditional-data .col-data .right-text {
  text-align: right;
}
section#page-404 .col-404 .bloque-info h1 {
  color: #183f36;
  font-size: 2.5em;
  margin-top: 0;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#page-404 .col-404 .bloque-info h1 {
    font-size: 2em;
  }
}
section#page-404 .col-404 .bloque-info p {
  color: #082B26;
  line-height: 1.4em;
}
section#page-404 .col-404 .bloque-info .read-more .button-more {
  background-color: #BAA382;
  color: #fff;
  padding: 1px 10px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
section#page-404 .col-404 .bloque-info .read-more .button-more .read-more-p {
  float: left;
  margin-top: 7px;
  margin-bottom: 5px;
  color: #fff;
  margin-right: 30px;
  margin-left: 30px;
}
section#page-404 .col-404 .bloque-info .read-more .button-more .read-more-p:hover {
  cursor: pointer;
}
section#page-404 .col-404 .bloque-info .read-more .button-more .cover-arrow {
  float: left;
  text-align: right;
  width: 13px;
  padding: 6px;
}
section#page-404 .col-404 .bloque-info .read-more:hover {
  color: #8e7353;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.page-template-single-gallery .bwg_thumbnail.bwg_container {
  padding-top: 100px !important;
}
body.page-template-single-gallery section#hero-restaurant {
  height: auto  !important;
}
body.page-template-single-gallery #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 {
  text-align: left;
}
body.page-template-single-gallery input.bwg_current_page {
  padding: 7px 15px !important;
}
body.page-template-single-gallery .bwg-container-0.bwg-standard-thumbnails .bwg-title1 {
  display: none;
}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-title1 {
  display: none !important;
}
#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a,
#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 input.bwg_current_page {
  padding: 8px 15px !important;
}
span.bwg_nav_cont_0 {
  margin-top: 40px !important;
  float: left !important;
  margin-bottom: 50px !important;
}
span.pagination-links_col2 {
  letter-spacing: 4px;
}
#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a,
#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 input.bwg_current_page {
  background: #a98f6f;
  color: white;
}
.link_galeria {
  margin-top: 10em;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .link_galeria {
    margin-top: 3em;
  }
}
.link_galeria img {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 10em;
  opacity: 0.6;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .link_galeria img {
    width: 110%;
    margin-left: -5%;
    margin-bottom: 5em;
  }
}
.link_galeria:hover img {
  opacity: 1;
}
section#carousel-restaurant.event {
  margin-bottom: 0;
}
section#hero-restaurant .row-hero .col-hero .bloque-info h1 small#date {
  font-size: 60%;
}
section#hero-restaurant .row-hero .col-hero .bloque .bloque-logo .logo-evento {
  width: 24em;
}
section#full-post-restaurant .row-full-post .tags-banyan .col-tags h4 a.white {
  color: white;
}
body.page-template-hecho-mexico,
body.page-template-sinfonico,
body.page-template-luis-miguel {
  background-color: #0a090e;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-template-hecho-mexico,
  body.page-template-sinfonico,
  body.page-template-luis-miguel {
    background-size: 180% !important;
  }
}
body.page-template-hecho-mexico small,
body.page-template-sinfonico small,
body.page-template-luis-miguel small {
  color: white;
}
body.page-template-hecho-mexico .logo-oscuro,
body.page-template-sinfonico .logo-oscuro,
body.page-template-luis-miguel .logo-oscuro {
  width: 22%;
  margin-left: 40%;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-template-hecho-mexico .logo-oscuro,
  body.page-template-sinfonico .logo-oscuro,
  body.page-template-luis-miguel .logo-oscuro {
    width: 50%;
    margin-left: 25%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-template-hecho-mexico #hero-restaurant,
  body.page-template-sinfonico #hero-restaurant,
  body.page-template-luis-miguel #hero-restaurant {
    height: auto;
    padding-bottom: 10vw;
  }
}
body.page-template-hecho-mexico #hero-restaurant .col-hero,
body.page-template-sinfonico #hero-restaurant .col-hero,
body.page-template-luis-miguel #hero-restaurant .col-hero {
  float: right;
  width: 40vw;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-template-hecho-mexico #hero-restaurant .col-hero,
  body.page-template-sinfonico #hero-restaurant .col-hero,
  body.page-template-luis-miguel #hero-restaurant .col-hero {
    padding-top: 50vw;
    width: 100%;
  }
}
body.page-template-hecho-mexico #hero-restaurant .col-hero .bloque-info,
body.page-template-sinfonico #hero-restaurant .col-hero .bloque-info,
body.page-template-luis-miguel #hero-restaurant .col-hero .bloque-info {
  float: right;
  margin-top: 10vw;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-template-hecho-mexico #hero-restaurant .col-hero .bloque-info,
  body.page-template-sinfonico #hero-restaurant .col-hero .bloque-info,
  body.page-template-luis-miguel #hero-restaurant .col-hero .bloque-info {
    padding-right: 0;
  }
}
body.page-template-hecho-mexico #full-post-restaurant .text-post.hal,
body.page-template-sinfonico #full-post-restaurant .text-post.hal,
body.page-template-luis-miguel #full-post-restaurant .text-post.hal {
  width: 50%;
  margin-left: 25%;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-template-hecho-mexico #full-post-restaurant .text-post.hal,
  body.page-template-sinfonico #full-post-restaurant .text-post.hal,
  body.page-template-luis-miguel #full-post-restaurant .text-post.hal {
    width: 100%;
    margin-left: 0;
  }
}
body.page-template-hecho-mexico #full-post-restaurant .text-post.hal ul,
body.page-template-sinfonico #full-post-restaurant .text-post.hal ul,
body.page-template-luis-miguel #full-post-restaurant .text-post.hal ul {
  color: white;
  text-align: left;
  padding-left: 0;
  list-style: disc;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-template-hecho-mexico #full-post-restaurant .text-post.hal ul,
  body.page-template-sinfonico #full-post-restaurant .text-post.hal ul,
  body.page-template-luis-miguel #full-post-restaurant .text-post.hal ul {
    padding-left: 1em;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-template-hecho-mexico #full-post-restaurant .row-full-post .content-cols .col-three,
  body.page-template-sinfonico #full-post-restaurant .row-full-post .content-cols .col-three,
  body.page-template-luis-miguel #full-post-restaurant .row-full-post .content-cols .col-three {
    width: 32%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-template-hecho-mexico #full-post-restaurant .row-full-post .content-video .video-post,
  body.page-template-sinfonico #full-post-restaurant .row-full-post .content-video .video-post,
  body.page-template-luis-miguel #full-post-restaurant .row-full-post .content-video .video-post,
  body.page-template-hecho-mexico #full-post-restaurant .row-full-post #myVideo,
  body.page-template-sinfonico #full-post-restaurant .row-full-post #myVideo,
  body.page-template-luis-miguel #full-post-restaurant .row-full-post #myVideo {
    height: 240px !important;
    width: 100% !important;
    padding: 0;
    margin: 0 !important;
  }
}
body.page-template-hecho-mexico h2,
body.page-template-sinfonico h2,
body.page-template-luis-miguel h2 {
  text-align: center;
  color: #BAA382;
}
.no-mobile {
  display: none;
}
body.page-template-thai-fest {
  background-color: #19141a;
}
body.page-template-thai-fest h1 {
  padding-top: 1em;
}
body.page-template-thai-fest .bloque-logo img {
  padding-top: 6em;
  width: 50% !important;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-template-thai-fest .logoimg {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-template-thai-fest section#hero-restaurant {
    height: auto;
  }
}
body.page-template-thai-fest section#carousel-restaurant .gallery-cell {
  height: 600px;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-template-thai-fest section#carousel-restaurant .gallery-cell {
    height: 300px;
  }
}
body.page-template-thai-fest .patrocinadores {
  display: none;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-template-thai-fest .logo-oscuro {
    width: 14em !important;
    margin-top: 2em;
  }
}
p.cafe {
  color: #BAA382 !important;
}
.barra-pop {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  text-align: center;
  box-sizing: border-box;
  border-top: 1px solid #BAA382;
  line-height: 32px;
}
.barra-pop a {
  color: white;
  text-decoration: none;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .barra-pop a {
    width: 100%;
    float: left;
  }
}
.barra-pop span.titulo {
  font-family: 'Reforma 1969', sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.barra-pop .cerrar {
  color: #fff;
  font-size: 22px;
  float: right;
  cursor: pointer;
  position: absolute;
  bottom: 88px;
  right: 18px;
}
.barra-pop .discount {
  margin-left: 1em;
  padding: 4px 9px;
  background-color: #BAA382;
  font-size: 0.9em;
  border-radius: 5px;
}
section#hero-landing {
  color: white;
  text-align: center;
}
section#hero-landing .row-hero .col-landing .bloque-info p {
  text-align: center;
}
body.page-template-luis-miguel section#hero-restaurant .row-hero .col-hero .bloque-info h1 {
  color: #505050;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-template-luis-miguel section#hero-restaurant .row-hero .col-hero .bloque-info h1 {
    color: white;
  }
}
body.page-template-luis-miguel section#hero-restaurant .row-hero .col-hero .bloque-info p,
body.page-template-luis-miguel section#hero-restaurant .row-hero .col-hero .bloque-info span,
body.page-template-luis-miguel section#hero-restaurant .row-hero .col-hero .bloque-info a {
  color: #505050;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-template-luis-miguel section#hero-restaurant .row-hero .col-hero .bloque-info p,
  body.page-template-luis-miguel section#hero-restaurant .row-hero .col-hero .bloque-info span,
  body.page-template-luis-miguel section#hero-restaurant .row-hero .col-hero .bloque-info a {
    color: white;
  }
}
section.ventaboletos p {
  width: 50%;
  margin-left: 25%;
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section.ventaboletos p {
    width: 100%;
    margin-left: 0%;
    text-align: left;
    font-size: 0.9em;
  }
}
section#specal-events h1,
section#page_single h1 {
  text-align: center;
  margin-top: 3.5em;
  font-size: 2.5em;
  color: #BAA382;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#specal-events h1,
  section#page_single h1 {
    margin-top: 3.5em;
    font-size: 1.8em !important;
  }
}
section#specal-events h2 a,
section#page_single h2 a {
  color: white;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#specal-events .entry-content p.has-text-align-center,
section#page_single .entry-content p.has-text-align-center {
  color: #fff;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#specal-events .entry-content p.has-text-align-center,
  section#page_single .entry-content p.has-text-align-center {
    width: auto !important;
    margin: 0.7em 6em;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#specal-events .entry-content p.has-text-align-center,
  section#page_single .entry-content p.has-text-align-center {
    width: auto !important;
    margin: 10px;
  }
}
section#specal-events .container_new,
section#page_single .container_new {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0em;
  padding-bottom: 4em;
  color: white;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#specal-events .container_new,
  section#page_single .container_new {
    padding: 0em;
  }
  section#specal-events .container_new .wp-block-column,
  section#page_single .container_new .wp-block-column {
    margin-bottom: 0 !important;
  }
}
section#specal-events .container_new ul,
section#page_single .container_new ul {
  line-height: 1.8em;
}
section#specal-events .container_new a,
section#page_single .container_new a {
  color: white;
}
section#specal-events .container_new a:hover,
section#page_single .container_new a:hover {
  color: #cbcbcb;
}
section#specal-events .container_new .padding,
section#page_single .container_new .padding {
  padding: 0 1em;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
section#specal-events figure.center,
section#page_single figure.center {
  text-align: center;
  width: 100%;
  margin: 0 !important;
  padding: 0;
}
section#specal-events .wp-block-columns,
section#page_single .wp-block-columns {
  margin-top: 2em;
}
section#specal-events .wp-block-columns .wp-block-column,
section#page_single .wp-block-columns .wp-block-column {
  opacity: 0.8;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#specal-events .wp-block-columns .wp-block-column,
  section#page_single .wp-block-columns .wp-block-column {
    margin-bottom: 2em;
  }
}
section#specal-events .wp-block-columns .wp-block-column:hover,
section#page_single .wp-block-columns .wp-block-column:hover {
  opacity: 1;
}
section#specal-events .wp-block-columns .wp-block-column:hover h2 a,
section#page_single .wp-block-columns .wp-block-column:hover h2 a {
  color: #BAA382;
}
section#specal-events .wp-block-columns figure.wp-block-image,
section#page_single .wp-block-columns figure.wp-block-image {
  margin-bottom: 2em;
}
section#specal-events .wp-block-columns p.has-text-align-center,
section#page_single .wp-block-columns p.has-text-align-center {
  margin-top: 0.5em;
  width: 100%;
}
section#specal-events .wp-block-columns a.wp-block-read-more,
section#page_single .wp-block-columns a.wp-block-read-more {
  color: white;
  width: 100%;
  text-align: center;
  font-size: 1.5em;
}
section#specal-events .wp-block-quote,
section#page_single .wp-block-quote {
  overflow-wrap: break-word;
  font-size: 1.5em;
  text-align: center;
  width: 100%;
  margin-bottom: 3em;
  margin-left: 0;
}
section#specal-events .wp-block-quote p,
section#page_single .wp-block-quote p {
  width: 100%;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#specal-events .wp-block-quote,
  section#page_single .wp-block-quote {
    margin-left: 0;
  }
}
section#specal-events .wp-block-quote p,
section#page_single .wp-block-quote p {
  text-align: center;
}
section#specal-events .wp-block-media-text__content,
section#page_single .wp-block-media-text__content {
  width: 60%;
  margin-left: 12%;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#specal-events .wp-block-media-text__content,
  section#page_single .wp-block-media-text__content {
    width: 85%;
    margin-right: 0%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#specal-events .wp-block-media-text__content,
  section#page_single .wp-block-media-text__content {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#specal-events .left,
  section#page_single .left {
    float: left;
    width: 100%;
    margin-top: 4em;
  }
}
section#specal-events .left .wp-block-media-text__content,
section#page_single .left .wp-block-media-text__content {
  margin-left: 12%;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#specal-events .left .wp-block-media-text__content,
  section#page_single .left .wp-block-media-text__content {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#specal-events .left .wp-block-media-text__content,
  section#page_single .left .wp-block-media-text__content {
    width: auto;
    margin-left: 0;
  }
}
body.page-id-318,
body.page-id-455,
body.page-template-btmxmy_restaurant,
body.page-id-773,
body.page-id-693,
body.page-id-881 {
  background: #cbcbcb !important;
  background-color: #e8e7e3 !important;
}
body.page-id-318 .container-post p,
body.page-id-455 .container-post p,
body.page-template-btmxmy_restaurant .container-post p,
body.page-id-773 .container-post p,
body.page-id-693 .container-post p,
body.page-id-881 .container-post p {
  font-size: 1.2em !important;
}
body.page-id-318 .container,
body.page-id-455 .container,
body.page-template-btmxmy_restaurant .container,
body.page-id-773 .container,
body.page-id-693 .container,
body.page-id-881 .container {
  max-width: 1000px;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-id-318 .entry-content .wp-block-columns,
  body.page-id-455 .entry-content .wp-block-columns,
  body.page-template-btmxmy_restaurant .entry-content .wp-block-columns,
  body.page-id-773 .entry-content .wp-block-columns,
  body.page-id-693 .entry-content .wp-block-columns,
  body.page-id-881 .entry-content .wp-block-columns {
    display: contents !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-id-318 .entry-content .wp-block-columns .wp-block-column,
  body.page-id-455 .entry-content .wp-block-columns .wp-block-column,
  body.page-template-btmxmy_restaurant .entry-content .wp-block-columns .wp-block-column,
  body.page-id-773 .entry-content .wp-block-columns .wp-block-column,
  body.page-id-693 .entry-content .wp-block-columns .wp-block-column,
  body.page-id-881 .entry-content .wp-block-columns .wp-block-column {
    display: contents !important;
  }
}
body.page-id-318 .entry-content .wp-block-columns .wp-block-column,
body.page-id-455 .entry-content .wp-block-columns .wp-block-column,
body.page-template-btmxmy_restaurant .entry-content .wp-block-columns .wp-block-column,
body.page-id-773 .entry-content .wp-block-columns .wp-block-column,
body.page-id-693 .entry-content .wp-block-columns .wp-block-column,
body.page-id-881 .entry-content .wp-block-columns .wp-block-column {
  opacity: 1 !important;
}
body.page-id-318 .entry-content h1,
body.page-id-455 .entry-content h1,
body.page-template-btmxmy_restaurant .entry-content h1,
body.page-id-773 .entry-content h1,
body.page-id-693 .entry-content h1,
body.page-id-881 .entry-content h1 {
  color: #ffffff !important;
}
body.page-id-318 .entry-content h2,
body.page-id-455 .entry-content h2,
body.page-template-btmxmy_restaurant .entry-content h2,
body.page-id-773 .entry-content h2,
body.page-id-693 .entry-content h2,
body.page-id-881 .entry-content h2 {
  color: #082B26 !important;
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-id-318 .entry-content h2,
  body.page-id-455 .entry-content h2,
  body.page-template-btmxmy_restaurant .entry-content h2,
  body.page-id-773 .entry-content h2,
  body.page-id-693 .entry-content h2,
  body.page-id-881 .entry-content h2 {
    font-size: 2em;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-id-318 .entry-content h2.wp-block-heading,
  body.page-id-455 .entry-content h2.wp-block-heading,
  body.page-template-btmxmy_restaurant .entry-content h2.wp-block-heading,
  body.page-id-773 .entry-content h2.wp-block-heading,
  body.page-id-693 .entry-content h2.wp-block-heading,
  body.page-id-881 .entry-content h2.wp-block-heading {
    margin-top: 1em;
    line-height: 1em;
  }
}
body.page-id-318 .entry-content p,
body.page-id-455 .entry-content p,
body.page-template-btmxmy_restaurant .entry-content p,
body.page-id-773 .entry-content p,
body.page-id-693 .entry-content p,
body.page-id-881 .entry-content p {
  color: #082B26 !important;
  white-space: pre-wrap;
  line-height: 1.4;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  body.page-id-318 .entry-content p,
  body.page-id-455 .entry-content p,
  body.page-template-btmxmy_restaurant .entry-content p,
  body.page-id-773 .entry-content p,
  body.page-id-693 .entry-content p,
  body.page-id-881 .entry-content p {
    text-align: center !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-id-318 .entry-content p,
  body.page-id-455 .entry-content p,
  body.page-template-btmxmy_restaurant .entry-content p,
  body.page-id-773 .entry-content p,
  body.page-id-693 .entry-content p,
  body.page-id-881 .entry-content p {
    text-align: center !important;
  }
}
body.page-id-318 .entry-content .featured,
body.page-id-455 .entry-content .featured,
body.page-template-btmxmy_restaurant .entry-content .featured,
body.page-id-773 .entry-content .featured,
body.page-id-693 .entry-content .featured,
body.page-id-881 .entry-content .featured {
  background-size: cover;
  background-repeat: repeat-x;
  min-height: 50em;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  body.page-id-318 .entry-content .featured,
  body.page-id-455 .entry-content .featured,
  body.page-template-btmxmy_restaurant .entry-content .featured,
  body.page-id-773 .entry-content .featured,
  body.page-id-693 .entry-content .featured,
  body.page-id-881 .entry-content .featured {
    display: block !important;
    background-size: cover;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-id-318 .entry-content .featured,
  body.page-id-455 .entry-content .featured,
  body.page-template-btmxmy_restaurant .entry-content .featured,
  body.page-id-773 .entry-content .featured,
  body.page-id-693 .entry-content .featured,
  body.page-id-881 .entry-content .featured {
    display: block !important;
    background-size: cover;
  }
}
body.page-id-318 h2.title_footer,
body.page-id-455 h2.title_footer,
body.page-template-btmxmy_restaurant h2.title_footer,
body.page-id-773 h2.title_footer,
body.page-id-693 h2.title_footer,
body.page-id-881 h2.title_footer {
  font-size: 2.4em;
  margin-top: 1em;
  margin-bottom: 0;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-id-318 h2.title_footer,
  body.page-id-455 h2.title_footer,
  body.page-template-btmxmy_restaurant h2.title_footer,
  body.page-id-773 h2.title_footer,
  body.page-id-693 h2.title_footer,
  body.page-id-881 h2.title_footer {
    font-size: 4vh;
  }
}
body.page-id-318 .wp-block-buttonsa,
body.page-id-455 .wp-block-buttonsa,
body.page-template-btmxmy_restaurant .wp-block-buttonsa,
body.page-id-773 .wp-block-buttonsa,
body.page-id-693 .wp-block-buttonsa,
body.page-id-881 .wp-block-buttonsa,
body.page-id-318 .center,
body.page-id-455 .center,
body.page-template-btmxmy_restaurant .center,
body.page-id-773 .center,
body.page-id-693 .center,
body.page-id-881 .center {
  margin: auto;
}
body.page-id-318 div.carousel-caption p,
body.page-id-455 div.carousel-caption p,
body.page-template-btmxmy_restaurant div.carousel-caption p,
body.page-id-773 div.carousel-caption p,
body.page-id-693 div.carousel-caption p,
body.page-id-881 div.carousel-caption p {
  color: #ffffff !important;
}
body.page-id-318 .wp-block-gallery,
body.page-id-455 .wp-block-gallery,
body.page-template-btmxmy_restaurant .wp-block-gallery,
body.page-id-773 .wp-block-gallery,
body.page-id-693 .wp-block-gallery,
body.page-id-881 .wp-block-gallery {
  margin-top: 4em;
  margin-bottom: 4em;
  width: 84%;
  margin-left: 8%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  body.page-id-318 .wp-block-gallery,
  body.page-id-455 .wp-block-gallery,
  body.page-template-btmxmy_restaurant .wp-block-gallery,
  body.page-id-773 .wp-block-gallery,
  body.page-id-693 .wp-block-gallery,
  body.page-id-881 .wp-block-gallery {
    width: 100%;
    margin-left: 0%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-id-318 .wp-block-gallery,
  body.page-id-455 .wp-block-gallery,
  body.page-template-btmxmy_restaurant .wp-block-gallery,
  body.page-id-773 .wp-block-gallery,
  body.page-id-693 .wp-block-gallery,
  body.page-id-881 .wp-block-gallery {
    width: 100%;
    margin-left: 0%;
  }
}
body.page-id-318 .wp-block-separator,
body.page-id-455 .wp-block-separator,
body.page-template-btmxmy_restaurant .wp-block-separator,
body.page-id-773 .wp-block-separator,
body.page-id-693 .wp-block-separator,
body.page-id-881 .wp-block-separator {
  border: 1px solid;
  border-left: none;
  border-right: none;
  margin: 3em;
  border: 1px solid #BAA382;
  opacity: 0.5;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-id-318 h5.animate__animated,
  body.page-id-455 h5.animate__animated,
  body.page-template-btmxmy_restaurant h5.animate__animated,
  body.page-id-773 h5.animate__animated,
  body.page-id-693 h5.animate__animated,
  body.page-id-881 h5.animate__animated {
    font-size: 2em  !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-id-318 .wp-block-media-text.is-stacked-on-mobile,
  body.page-id-455 .wp-block-media-text.is-stacked-on-mobile,
  body.page-template-btmxmy_restaurant .wp-block-media-text.is-stacked-on-mobile,
  body.page-id-773 .wp-block-media-text.is-stacked-on-mobile,
  body.page-id-693 .wp-block-media-text.is-stacked-on-mobile,
  body.page-id-881 .wp-block-media-text.is-stacked-on-mobile {
    width: 100% !important;
  }
}
body.page-id-773 .featured,
body.page-id-693 .featured,
body.page-id-881 .featured {
  background-position: bottom !important;
}
body.page-id-773 section#newsletter,
body.page-id-693 section#newsletter,
body.page-id-881 section#newsletter {
  background: url(img/newsletter_banyantree_mayakoba.jpg);
  background-size: cover;
}
body.page-template-btmxmy_restaurant .wp-block-columns.featured p {
  color: white !important;
}
body.page-template-btmxmy_restaurant .wp-block-buttons.is-vertical .has-text-align-center {
  margin-top: 0;
  margin-bottom: 0;
}
body.page-template-btmxmy_restaurant .wp-block-buttons.is-vertical .has-text-align-center .wp-block-button {
  margin: 0 auto;
}
body.page-template-btmxmy_restaurant .wp-block-buttons.is-vertical .wp-element-button {
  width: 300px;
}
body.page-template-btmxmy_restaurant .wp-block-columns.featured .wp-block-button {
  margin-top: 0;
}
body.page-template-btmxmy_restaurant .wp-block-button__link {
  font-size: 0.8rem !important;
}
body.page-template-btmxmy_restaurant .featured.wp-block-columns .wp-block-column {
  z-index: 9;
}
body.page-template-btmxmy_restaurant #specal-events .featured.wp-block-columns .wp-block-column {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
body.page-template-btmxmy_restaurant #specal-events .featured.wp-block-columns .wp-block-column h1 {
  margin-top: 3.5em !important;
  text-align: left;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-template-btmxmy_restaurant #specal-events .featured.wp-block-columns .wp-block-column h1 {
    text-align: center;
  }
}
body.page-template-btmxmy_restaurant #specal-events .featured.wp-block-columns .wp-block-column .wp-block-buttons-is-layout-flex {
  width: 320px;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.page-template-btmxmy_restaurant #specal-events .featured.wp-block-columns .wp-block-column .wp-block-buttons-is-layout-flex {
    width: 100%;
  }
}
p.has-text-align-center {
  margin: 3em auto;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  p.has-text-align-center {
    text-align: center;
    padding: 20px;
    margin: 0 auto;
  }
}
.wp-block-columns.featured {
  margin-top: 0em !important;
  margin-bottom: 4em !important;
  padding-bottom: 8em;
  background-size: 100%;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .wp-block-columns.featured {
    float: left;
    height: auto;
    width: 100%;
    display: block !important;
    padding-bottom: 5em;
  }
}
.wp-block-columns.featured h1 {
  margin-top: 0em !important;
  font-size: 3em !important;
  margin-bottom: 0em !important;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .wp-block-columns.featured h1 {
    font-size: 9vw !important;
  }
}
.wp-block-columns.featured p,
.wp-block-columns.featured p.has-text-align-center {
  color: #ffffff !important;
}
.wp-block-columns.featured p.has-text-align-center {
  width: 65% !important;
  margin: 0 auto;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .wp-block-columns.featured p.has-text-align-center {
    width: auto !important;
  }
}
.wp-block-columns.featured .wp-block-button {
  margin: auto;
  margin-top: 2em;
}
.wp-block-columns.featured .wp-block-button .wp-block-button__link {
  background-color: #BAA382;
  animation: 3s linear infinite intermitent-fading;
  width: auto;
  margin: 0;
}
.wp-block-columns.featured figure#logo {
  text-align: center;
  margin-top: 7em;
  width: 100%;
  padding: 0;
  margin-left: 0 !important;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .wp-block-columns.featured figure#logo {
    padding-top: 7em;
    margin-top: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .wp-block-columns.featured figure#logo {
    margin-top: 7em;
  }
}
.wp-block-columns.featured a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#specal-events {
    background-size: 120% !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#specal-events {
    margin-bottom: 5em !important;
  }
}
.wp-block-button__link {
  background-color: #BAA382;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Reforma 1969', sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 0;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .wp-block-button__link {
    font-size: 1rem !important;
  }
}
.wp-block-button__link:hover {
  background: #183f36;
}
.wp-block-bsb-slider {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4em;
  margin-bottom: 2em;
  width: 70%;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .wp-block-bsb-slider {
    width: 84%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .wp-block-bsb-slider {
    max-width: fit-content;
    width: 100%;
  }
}
.wp-block-bsb-slider .bsbCarousel .carousel-caption {
  left: 49% !important;
  width: calc(61% - 180px) !important;
  transform: translate(0%, 0%) !important;
  top: 5vw !important;
  width: calc(61% - 12vw) !important;
  height: auto !important;
}
@media only screen and (min-width: 1399px) {
  .wp-block-bsb-slider .bsbCarousel .carousel-caption {
    top: 11vw !important;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .wp-block-bsb-slider .bsbCarousel .carousel-caption {
    left: 49% !important;
    transform: translate(0%, 0%) !important;
    top: 15% !important;
    width: 47% !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .wp-block-bsb-slider .bsbCarousel .carousel-caption {
    transform: translate(0%, 0%) !important;
    left: 51% !important;
    top: 20% !important;
  }
}
.wp-block-bsb-slider .bsbCarousel .carousel-caption h5.bsbTitle,
.wp-block-bsb-slider .bsbCarousel .carousel-caption h5 {
  color: #BAA382 !important;
  font-size: 2.2em !important;
  margin-bottom: 0;
  margin-top: 0em;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .wp-block-bsb-slider .bsbCarousel .carousel-caption h5.bsbTitle,
  .wp-block-bsb-slider .bsbCarousel .carousel-caption h5 {
    font-size: 1.7em !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .wp-block-bsb-slider .bsbCarousel .carousel-caption h5.bsbTitle,
  .wp-block-bsb-slider .bsbCarousel .carousel-caption h5 {
    font-size: 2em !important;
    margin-top: 0.5em !important;
    line-height: 1em;
  }
}
.wp-block-bsb-slider .bsbCarousel .carousel-caption p {
  text-align: center !important;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .wp-block-bsb-slider .bsbCarousel .carousel-caption p {
    font-size: 90% !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .wp-block-bsb-slider .bsbCarousel .carousel-caption p {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .wp-block-bsb-slider .bsbCarousel .carousel-caption {
    left: 47% !important;
    width: calc(92% - 180px) !important;
    transform: translate(0, -48%) !important;
    font-size: 75%;
  }
}
.wp-block-bsb-slider .bsbCarousel .carousel-caption .bottom-center {
  bottom: initial !important;
  top: 0;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .wp-block-bsb-slider .bsbCarousel .carousel-caption .bottom-center {
    top: 22%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .wp-block-bsb-slider .bsbCarousel .carousel-item {
    height: 340px !important;
  }
}
.wp-block-bsb-slider .bsbCarousel .carousel-item img {
  width: auto !important;
  margin: 0 auto;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .wp-block-bsb-slider .bsbCarousel .carousel-item img {
    width: 120% !important;
    margin-left: 0% !important;
  }
}
.wp-block-bsb-slider .bsbCarousel .carousel-item::after {
  background: none !important;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .wp-block-bsb-slider .default .bsbButtonDesign button {
    width: calc(15px + 20px) !important;
  }
}
.wp-block-bsb-slider .carousel-control-next,
.wp-block-bsb-slider .carousel-control-prev {
  width: 6%;
}
#slide_speakersb .bsbCarousel .carousel-item img {
  width: 100% !important;
  margin-left: 0% !important;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  #slide_speakersb .bsbCarousel .carousel-item img {
    width: 112% !important;
    margin-left: -11% !important;
  }
}
body {
  font-family: Arial, sans-serif;
}
section#newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30vh;
  background: url(img/newsletter_banyantree_mayakoba.jpg);
  background-size: cover;
}
section#newsletter .container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
  padding: 20px 20px 50px 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
section#newsletter .container h2 {
  color: #19141a;
  margin-bottom: 0;
}
section#newsletter .container p {
  margin-top: 0;
  color: #19141a;
  padding: 0;
  text-align: center;
  margin-bottom: 1.5em;
}
section#newsletter .container .column {
  display: flex;
  flex-direction: column;
}
section#newsletter .container .column form#subscription-form {
  display: flex;
  flex-direction: column;
  max-width: 80%;
  margin-left: 10%;
  font-size: 1.2em;
}
section#newsletter .container .column input {
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.8em;
  text-align: center;
}
section#newsletter .container .column button {
  border: none;
  cursor: pointer;
}
section#newsletter .container .column .enviado {
  display: none;
}
section#newsletter .container .column form#subscription-form.send input,
section#newsletter .container .column form#subscription-form.send button {
  display: none;
}
section#newsletter .container .column form#subscription-form.send .enviado {
  display: block;
}
