/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
body {
  font-family: "Open Sans", sans-serif;
  display: block;
  margin: 0 auto;
}

p.MsoNormal,
li.MsoNormal,
div.MsoNormal {
  width: 100% !important;
}

a {
  text-decoration: none;
}

b {
  color: #333 !important;
}

.w100 {
  width: 100% !important;
}

.color-red {
  color: #ff370a;
}

.text-center {
  text-align: center;
}

.label-red {
  background: #ff0000;
}

.green-text {
  color: #00ba2d;
}

.white-text {
  color: #ffffff !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.tag {
  background: #9d0003;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 8px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}

.red-tag {
  background: #fb0004 !important;
  color: white !important;
  margin: 0;
}

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 6%;
  padding-right: 6%;
  display: block;
  max-width: 1280px;
  margin: 0 auto;
}

.nav-main {
  position: absolute;
  top: -90%;
  width: 100%;
  left: 0;
}

.nav-main ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: white;
}

.nav-main ul li {
  padding: 12px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  margin: 16px 16px;
  list-style: none;
  font-size: 1em;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
  /* text-shadow: 2px 2px 1px #000; */
}

.nav-main ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 220px;
  max-height: 450px;
  overflow-y: auto;
  left: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.96);
  padding: 16px 16px;
  z-index: 9999;
}

.nav-main ul li ul li {
  display: block;
  width: 100%;
  margin: 1px 0;
  padding: 6px 0;
}

.nav-main ul li ul li a {
  font-size: 1rem;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
  text-align: left !important;
}

.nav-main ul li ul li a:hover {
  color: #00ba2d;
}

.nav-main ul li.active a {
  color: #00ba2d !important;
}

.nav-main ul span.active {
  color: #00ba2d !important;
}

.nav-main ul li a {
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
}

.nav-main ul li a:hover {
  color: #00ba2d;
}

.li-services:hover ul,
.li-categories:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.wrapper-mobile-nav {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

.hidden-nav {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hidden-nav .nav-mobile {
  left: -120% !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav-mobile {
  background: white;
  position: absolute;
  width: 280px;
  height: 100%;
  left: 0;
  top: 0;
  overflow-y: auto;
  z-index: 99999 !important;
  -webkit-transform: translateZ(0px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 101%;
}

.nav-mobile ul li ul {
  padding: 0 !important;
  margin: 0 !important;
}

.nav-mobile ul li a {
  text-transform: capitalize;
  font-size: 1.1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 12px 24px;
  margin: 1px 0;
  border-bottom: 1px solid #e5e5e6;
  color: #1f1f1f;
}

.nav-mobile .close-nav-mobile {
  color: #f35950;
  font-size: 2em;
  display: inline-block;
  padding: 18px 24px;
}

.nav-mobile .btn-close:focus,
.nav-mobile .btn-close:active {
  outline: none !important;
}

.nav-mobile .btn-close span:before,
.nav-mobile .btn-close span:after {
  background: #f35950;
}

.wrapper-top-nav {
  background: #9d0003;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 0;
}

.wrapper-top-nav .img-logo {
  position: relative;
  width: 275px;
  margin-top: 4px;
}

.wrapper-top-nav .img-logo.img-logo-act {
  width: 200px !important;
}

.wrapper-top-nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-top-nav .btn-mobile-top {
  opacity: 0;
  cursor: pointer;
  display: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 40px;
  height: 40px;
  text-align: center;
}
.wrapper-top-nav .container{
  padding-left: 3%;
  padding-right: 3%;
}
.sec-top-home .sub-menu-lang{
  display: none !important;
}
.sub-menu-lang{
  display: flex;
  justify-content: center;
}
.sub-menu-lang li a {
  padding: 12px 17px !important;
}
.img-jp{
  border: 1px solid #c5c1c1;
  margin-top: -2px;
}
.alang{
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.alang .arrow-down{
  margin-left: 6px;
  border-top: 6px solid #fff !important;
  margin-top: 9px;
}
nav.nav-main .icon-lang{
  display: none;
}
.nav-top{
  margin-left: auto;
}
.nav-top .icon-lang{
  margin-top: -4px;
}
.nav-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 12px;
}

.nav-top ul li {
  text-transform: uppercase;
  margin: 0 11px;
  text-align: center;
  font-size: 14px;
}

.nav-top ul li a {
  color: white;
}

.nav-top ul li a:hover {
  color: #00ba2d;
}

.nav-top ul li ul {
  padding: 16px 16px;
  padding-top: 24px;
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: #9d0003;
  z-index: 9999;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: -16px;
}

.nav-top ul li ul li {
  margin: 12px auto;
  text-align: left;
}

.nav-top ul li:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav-top ul li.active a {
  color: #00ba2d;
}

.nav-top ul span {
  color: white;
  cursor: pointer;
  height: 23px;
}

.sub-menu-services,
.sub-menu-categories {
  display: none;
}

.sub-menu-services li,
.sub-menu-categories li {
  padding-left: 42px !important;
}

.a-services-mobile,
.a-categories-mobile {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #666;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn-close {
  position: relative;
  z-index: 999;
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: none;
}

.btn-close span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 14px;
  height: 2px;
}

.btn-close span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background: #aaa;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
}

.btn-close span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background: #aaa;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
}

button.btn-act {
  padding: 2% 3%;
  border: 0;
  border-radius: 2px;
  font-weight: 600;
  margin-right: 1%;
  cursor: pointer;
}

button.btn-yellow {
  background-color: #ffd100;
}

button.btn-green {
  background-color: #00ba2d;
}

.icon-google {
  margin-right: 20px;
}

.icon-agenda {
  font-size: 40px !important;
}

.only-mobile {
  display: none !important;
}

.btn-mobile {
  opacity: 0;
  cursor: pointer;
  display: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 50px;
  height: 50px;
  text-align: center;
}

.grid-btn {
  background-color: #fff;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  -webkit-box-shadow: -12px -12px, 0px -12px, 12px -12px, -12px 0px, 12px 0px,
    -12px 12px, 0px 12px, 12px 12px;
  box-shadow: -12px -12px, 0px -12px, 12px -12px, -12px 0px, 12px 0px,
    -12px 12px, 0px 12px, 12px 12px;
}

.overflow-hidden {
  overflow: hidden !important;
}

.main-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 1280px;
  margin: 0 auto;
}

.modal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.modal-wrapper .modal-content {
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
  height: 95%;
  max-width: 390px !important;
  background: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px;
  z-index: 99999 !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.modal-wrapper .modal-content .sub-content {
  max-height: 70vh;
  -webkit-transform: translateZ(0px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  -webkit-overflow-scrolling: touch;
}

.modal-wrapper .modal-close {
  cursor: pointer;
  color: #bbbbbb;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.4em;
  padding: 16px 24px;
  font-weight: 100;
}

/* width */

.sub-content::-webkit-scrollbar {
  width: 0px;
}

/* Track */

.sub-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

.sub-content::-webkit-scrollbar-thumb {
  background: #ccc;
}

/* Handle on hover */

.sub-content::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.hidden-modal {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hidden-modal .modal-content {
  margin-left: -180%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/*Modal horarios*/

.content-horarios {
  width: 300px;
  text-align: center;
  line-height: 1.5em;
  color: #5f5f5f;
}

.content-tarifas {
  max-width: 95% !important;
  width: 500px;
  text-align: center;
  line-height: 1.5em;
  color: #5f5f5f;
}

.content-tarifas img {
  width: 70px;
}

.content-tarifas h2 {
  font-size: 2.7em;
  margin: 8px 0;
  margin-bottom: 24px;
}

.content-tarifas h3 {
  margin: 16px 0;
}

.content-tarifas .top-tarifas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-tarifas .top-tarifas .ctn-image img {
  wdith: 100%;
}

.content-mapa {
  width: 500px;
  text-align: center;
  line-height: 1.5em;
  color: #5f5f5f;
}

.content-mapa a {
  color: #00ba2d;
}

.content-telefonos {
  width: 300px;
  text-align: center;
  line-height: 1.5em;
  padding: 20px 16px;
  color: #5f5f5f;
}

.content-telefonos a {
  color: #00ba2d;
}

.sec-top-home {
  position: relative;
  background-color: #333;
  background-image: url("/img/jardin.jpg");
  background-size: cover;
  background-position: center;
  height: 70vh;
  overflow: hidden;
}

.sec-top-home .img-logo {
  width: 450px;
  max-width: 100%;
}

.sec-top-home .container {
  height: 100%;
}

.sec-top-home .degrade-abs {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(100, 100, 100, 0)),
    color-stop(49%, rgba(0, 0, 0, 0.65)),
    to(rgba(0, 0, 0, 0.65))
  );
  background: linear-gradient(
    to bottom,
    rgba(100, 100, 100, 0) 0%,
    rgba(0, 0, 0, 0.65) 49%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  position: absolute;
  bottom: 0;
  padding-bottom: 32px;
  width: 100%;
  heigth: 400px;
  legt: 0;
}

.video-home {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.sec-main-content.sec-restaurant-notice {
  padding: 60px 0 0 0;
}
.sec-restaurant-notice .container-text-service .img-notice, 
.sec-restaurant-notice .container-text-service .text-notice{
  display: flex !important;
  justify-content: center;
}
.sec-restaurant-notice .img-notice img {
  width: 30.5%;
}
.sec-restaurant-notice .img-notice {
  margin-bottom: 60px;
}
.sec-restaurant-notice .text-notice{
  width: 80%;
  margin: auto;
}
.sec-restaurant-notice h2{
  font-weight: 500;
  margin-bottom: 6px;
  margin-top: 0;
}
.sec-restaurant-notice a{
  color: #333;
}
.sec-slider{
  overflow: hidden;
}

.top-restaurant {
  background-image: url("/img/bg-restaurant.jpg") !important;
}

.top-vivero {
  background-image: url("/img/vivero_portada.jpg") !important;
}

.top-regaleria {
  background-image: url("/img/regaleria_portada.jpg") !important;
}

.top-chashitsu {
  background-image: url("/img/chashitsu.jpg") !important;
}

.top-viaje {
  background-image: url("/img/viaje.jpg") !important;
}

.top-salon {
  background-image: url("/img/salontokyo_portada.jpg") !important;
}

.top-lectura {
  background-image: url("/img/lectura.jpg") !important;
}

.top-visitas {
  background-image: url("/img/visitas.jpg") !important;
}

.sec-news {
  padding: 32px;
  text-align: center;
}

.sec-news .tag {
  background: #fb0004 !important;
  color: white !important;
  text-transform: inherit !important;
}

.item-new {
  text-align: center;
}

.item-new p {
  font-size: 0.9em;
  text-align: center;
  color: #888;
  line-height: 1.5em;
}

.ctn-top-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 32px;
  position: relative;
  z-index: 99;
}

.right-top-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-input {
  background: rgba(91, 91, 91, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 16px;
  border: none;
  width: 150px;
  height: 40px;
  color: #ababab;
}

.search-input::-webkit-input-placeholder {
  color: #ddd;
}

.search-input:-ms-input-placeholder {
  color: #ddd;
}

.search-input::-ms-input-placeholder {
  color: #ddd;
}

.search-input::placeholder {
  color: #ddd;
}

.language {
  border: 3px solid #e2dde1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #e2dde1;
  margin-left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ctn-main-title {
  position: absolute;
  bottom: 20%;
}

.main-title {
  color: white;
  font-weight: 400;
  font-size: 3em;
  font-family: 'Noto Serif Black';
  line-height: 1.1em;
  box-sizing: border-box;
}

.sec-info-home {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 120px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 auto;
  margin-top: -50px;
  z-index: 99;
  max-width: 1280px;
}

.item-info-home {
  background-color: #9d0003;
  background-image: url("/img/boton.jpg");
  border: 5px outset #000;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 1px #000;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
  color: white;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 4px;
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.item-info-home:hover {
  background-color: #222;
}

.ctn-icons-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ctn-icons-item img {
  width: 60px;
  margin-right: 8px;
}

.big-icon {
  font-size: 3em !important;
  margin: 0 16px;
}

.sec-notes .container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sec-notes .lef-notes {
  -webkit-box-flex: 2.3;
  -ms-flex: 2.3;
  flex: 2.3;
  margin-right: 40px;
}

.sec-notes .right-notes {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 32px;
}

.image-box {
  position: relative;
}

.image-box img {
  display: block;
  width: 100%;
}

.image-box .note-info {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 24px;
  padding-bottom: 24px;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(100, 100, 100, 0)),
    color-stop(49%, rgba(0, 0, 0, 0.65)),
    to(rgba(0, 0, 0, 0.65))
  );
  background: linear-gradient(
    to bottom,
    rgba(100, 100, 100, 0) 0%,
    rgba(0, 0, 0, 0.65) 49%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.image-box .note-info h3 {
  font-weight: 400;
  font-size: 1.5em;
  margin: 8px 0;
}

.image-box .note-info .meta {
  font-size: 0.8em;
}

.image-box .note-info .meta .tag {
  background: white;
  color: #000;
}

.ctn-secondary-notes {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 32px;
}

.ctn-secondary-notes a {
  color: #222;
}

h2.title-activity, h1.title-activity, h1.title-note {
  line-height: 30px;
  font-size: 1.5em !important;
}

.activity-content .date {
  vertical-align: middle;
  color: #00ba2d;
  font-size: 1.2em;
  font-weight: 600;
  margin-left: 3px;
  margin-top: 3px;
}

.item-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  positon: relative;
  margin-bottom: 8px;
}

.item-note .img-secondary-note {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.item-note .img-secondary-note img {
  width: 100%;
}

.item-note .date {
  display: inline-block;
  vertical-align: middle;
  color: #00ba2d;
  font-size: 1.2em;
  font-weight: 600;
  margin-left: 3px;
  margin-top: 3px;
}

.item-note .secondary-note-info {
  -webkit-box-flex: 1.8;
  -ms-flex: 1.8;
  flex: 1.8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 32px;
}

.item-note .secondary-note-info h3 {
  margin: 0;
  font-weight: 600;
}

.item-note .meta {
  margin: 8px 0;
  font-size: 0.8em;
}

.item-note .meta .tag {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9em;
  margin-top: 4px;
}

.item-note p {
  color: #777;
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 4px;
}

.item-main-note {
  margin-bottom: 24px;
}

.item-main-note .date {
  font-weight: 600;
  font-size: 1.3em;
}

.ctn-border-title {
  border-bottom: 2px solid #9d0003;
  margin: 16px auto;
}

.ctn-border-title h4 {
  display: inline-block;
  background: #9d0003;
  color: white;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 16px;
  text-transform: uppercase;
  font-weight: 400;
}

.ctn-secondary-notes.small {
  padding: 0;
}

.ctn-secondary-notes.small .activity-content .date {
  color: #00ba2d;
  display: block;
  font-weight: 600;
  font-size: 0.85em;
  margin-bottom: 4px;
}

.ctn-secondary-notes.small .item-note .secondary-note-info {
  padding-left: 18px;
}

.ctn-secondary-notes.small .item-note .secondary-note-info h3 {
  font-size: 0.85em;
}

.ctn-secondary-notes.small .item-note .secondary-note-info .date {
  color: #00ba2d;
  display: block;
  font-weight: 600;
  font-size: 0.85em;
  margin-bottom: 4px;
}

.ctn-secondary-notes.small .referente-info h3 {
  font-size: 1rem !important;
}

.ul-social-links {
  padding: 0;
}

.ul-social-links .social-item {
  list-style: none;
  margin: 12px auto;
}

.ul-social-links .social-item a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ul-social-links .social-item a i {
  background: #9d0003;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.7em;
  line-height: 1.8em;
  margin-right: 16px;
}

.ul-social-links .social-item a b {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.ul-social-links .social-item a button {
  background: none;
  font-weight: 700;
}

.sec-videos {
  background: #9d0003;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 60px;
}

.sec-videos h2 {
  text-align: center;
  color: white;
  font-weight: 400;
  margin: 32px auto;
}

.youtube {
  width: 190px;
  text-align: center;
  display: block;
  margin: auto;
  padding: 25px 0 35px 0;
}

.sec-instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.logo-instagram {
  width: 70px;
  height: 70px;
  text-align: center;
  display: block;
  margin-right: 20px;
}

.ctn-videos .video {
  min-height: 220px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 8px;
  position: relative;
}

.ctn-videos .video .fa-play-circle {
  position: absolute;
  top: 16px;
  left: 16px;
  color: white;
  font-size: 2em;
}

.ctn-videos .video img {
  width: 100%;
}

.ctn-videos .video p {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: auto;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 16px;
  font-weight: 300;
}

.ctn-videos .video p .date {
  font-size: 0.8em;
  display: block;
  color: #eee;
  padding-top: 8px;
}

.ctn-videos .video p .date i {
  margin-right: 8px;
}

.youtube {
  width: 190px;
  text-align: center;
  display: block;
  margin: auto;
  padding: 25px 0 35px 0;
}
.canceled-next{
  width: 70% !important;
  font-size: 13px !important;
  padding: 5px !important;
  margin: 10px 0 !important;
}
.canceled-footer{
  background-color: #fafafa !important;
  color: #333 !important;
  font-weight: 500;
  font-size: 0.7em !important;
  padding: 2px 4px !important;
  width: 50% !important;
}
.canceled, .canceled-next{
  margin: 10px 0 20px;
  background-color: #f30500;
  color: white;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 15px;
  letter-spacing: 2px;
  width: 34%;
  border-radius: 2px;
}
/* INSTAGRAM */
.cont-inst {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Open Sans", sans-serif;
}
.cont-inst .post-inst {
  position: relative;
  margin-bottom: 12px;
  margin-left: 12px;
}
.cont-inst a {
  text-decoration: none;
}
.cont-inst .likes-inst {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0 12px;
  font-size: 1.2rem;
  position: absolute;
  color: white;
  right: 0;
  bottom: 12px;
  left: 0;
}
.cont-inst .likes-inst p {
  padding-left: 12px;
  margin: 0;
}
.sec-instagram {
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding-bottom: 30px;
}
.logo-instagram {
  width: 70px;
  height: 70px;
  text-align: center;
  display: block;
  margin-right: 20px;
}
.sec-social {
  background: #fafafa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
}

.sec-social h3 {
  margin-top: 0;
  margin-bottom: 24px;
}

.ctn-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ctn-social-links a {
  font-size: 2em;
  line-height: 1.8em;
  margin: 0 16px;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.ctn-social-links a.facebook {
  background: #3b5998;
}

.ctn-social-links a.twitter {
  background: #1da1f2;
}

.ctn-social-links a.instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}

.sec-fundacion .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 6%;
  text-align: justify;
  font-size: 0.9em;
  color: #888;
  line-height: 1.5em;
}

.sec-fundacion .left-fundacion {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec-fundacion .left-fundacion img {
  display: block;
  width: 100%;
}

.sec-fundacion .right-fundacion {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec-logos {
  background: #f2f2f2;
}

.sec-logos .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px 6%;
}

.sec-logos .container div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
  position: relative;
}

.sec-logos .container div p {
  color: #555;
  font-size: 0.7em;
}

.sec-hashtag {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 32px;
}

.sec-hashtag h2 {
  margin-bottom: 32px;
}

.sec-hashtag .ctn-hashtag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec-hashtag .ctn-hashtag a {
  width: 32%;
  position: relative;
  margin-bottom: 18px;
}

.sec-hashtag .ctn-hashtag img {
  width: 100%;
}

.footer {
  background: #9d0003;
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
}

.ctn-cols-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ctn-cols-footer .col-footer {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  font-size: 0.9em;
}

.ctn-cols-footer .social-footer a {
  color: white;
  margin: 0 8px;
  font-size: 1.2em;
}

.ctn-cols-footer h3.title-footer {
  margin-bottom: 32px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.ctn-cols-footer ul {
  list-style: none;
  color: white;
}

.ctn-cols-footer ul li a {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 0;
}

.ctn-cols-footer ul li a div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ctn-cols-footer ul li a span {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.sub-cols-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sub-cols-footer .col-footer {
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.bottom-footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  jusfify-content: space-between;
}

.bottom-footer div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bottom-footer a {
  color: white;
}

.bottom-footer .copyright {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.8em;
  text-align: center;
}

.sec-main-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0;
}

.container-text-service {
  text-align: center;
}

.container-text-service p {
  dislay: block;
  width: 75%;
  margin: 0 auto;
  text-align: center;
  margin: 16px auto;
  color: #333;
  line-height: 1.5em;
}

.body-content {
  line-height: 1.5em;
}

.wrapper-title-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 225px;
  background-image: url("/img/viaje.jpg") !important;
  background-size: cover;
  background-position: center;
}

.wrapper-title-bg h1 {
  margin: 0;
  color: white;
  text-shadow: 1px 1px 1px #000;
}

.img-disciplina {
  display: block;
  max-width: 180px;
  margin: 16px auto;
  margin-bottom: 32px;
}

.content-reference {
  width: 460px;
  text-align: center;
  line-height: 1.5em;
  color: #5f5f5f;
}

.content-reference h2 {
  color: #333;
}

.div-image-reference {
  margin: 8px auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

.wrapper-info-reference {
  display: inline-block;
}

.item-info-reference {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.item-info-reference img {
  width: 55px;
}

.item-info-reference p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  font-size: 1.1em;
}

.item-info-reference a {
  color: #555;
}

.content-video {
  width: 700px;
  max-width: 95%;
  padding: 32px 0 !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
  background-image: url("/img/loader.gif") !important;
  background-size: 60px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.iframe-video {
  display: block;
  width: 92%;
  margin: 0 auto;
  height: 350px;
}

.content-contact {
  background: #f2f2f2 !important;
  width: 500px;
  text-align: center;
  line-height: 1.5em;
  color: #5f5f5f;
}

.content-contact a {
  color: #00ba2d;
}

.form-contact {
  display: block;
  width: 75%;
  margin: 0 auto;
  position: relative;
}

.form-contact input,
.form-contact button,
.form-contact textarea {
  width: 100%;
  display: block;
  height: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 12px;
  border: 1px solid #fafafa;
}

.form-contact textarea {
  resize: none;
  height: 100px;
}

.form-contact button {
  background: #f39429;
  color: white;
  border-bottom: 3px solid #c46c15;
}

.info-modal-contact {
  margin-top: 40px;
  margin-bottom: 40px;
}

.icon-contact {
  font-size: 2em !important;
}

.alert {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 32px;
}

.alert ul {
  list-style: none;
}

.alert-success {
  text-align: center;
  background: #00ba2d;
  color: #fff;
}

.alert-danger {
  text-align: center;
  background: #f4281d;
  color: #fff;
}

.footer-date {
  color: #ccc;
  font-size: 0.9em;
}

.footer-tag {
  background: #fafafa;
  color: #333;
  font-size: 0.7em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 4px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  margin-bottom: 3px;
}

.wrapper-lang .ctn-current-lang {
  cursor: pointer;
  text-align: right;
}

.wrapper-lang .ctn-current-lang i {
  color: white;
  text-shadow: 1px 1px 2px #111;
  margin-left: 4px;
}

.wrapper-lang .ctn-langs {
  padding-top: 4px;
}

.wrapper-lang .hidden {
  visibility: hidden;
}

.wrapper-lang .d-none {
  display: none !important;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.ctn-static-buttons{
  position:fixed;
  right: 18px;
  bottom: 15%;
  z-index:999;
  line-height:1.1em;
}
.ctn-static-buttons a{
   display:block;
   width: 60px;
   height:60px;  
   border-radius:50%;
   color:white;
   display:flex; 
   flex-direction:column;
   align-items:center;
   justify-content:center;
   font-size:2em;
   box-shadow: 1px 1px 1px #111;
    background-repeat: no-repeat;
    background-size:50%;
    background-position:center;
} 
.btn-static-2{
    background-image: url('/img/what.png');
    background-color:#25d366;
}

@media screen and (min-width: 1800px) {
  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 1280px) {
  .sec-notes {
    padding: 0;
  }
}

@media screen and (max-width: 1256px) {
  .nav-main ul li {
    font-size: 14px !important;
  }

  .nav-top,
  .nav-main {
    display: none;
  }

  .wrapper-top-nav .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .wrapper-top-nav .btn-mobile-top,
  .wrapper-top-nav .btn-mobile {
    opacity: 1;
    display: block !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-top: 25px;
  }
}
@media (max-width: 2560px) and (min-width: 1800px) {
  .cont-inst {
    max-width: 90%;
    margin: auto;
  }
}

@media screen and (max-width: 900px) {
  .nav-main {
    display: none;
  }

  .btn-mobile {
    opacity: 1;
    display: block !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-top: 25px;
  }
}

@media screen and (max-width: 800px) {

  .ctn-static-buttons{ 
    right: 12px;
  }

  .sec-top-home {
    height: 40vh;
  }

  .sec-top-home .img-logo {
    width: 100%;
    max-width: 95%;
  }

  .ctn-top-home {
    display: block;
  }

  .ctn-top-home .right-top-home {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .ctn-top-home .wrapper-lang {
    display: inline-block;
    height: auto;
  }

  .ctn-top-home .wrapper-lang .ctn-current-lang {
    padding-top: 18px;
  }

  .video-home {
    display: none;
  }

  .main-title {
    font-size: 1.5em;
  }

  .sec-info-home {
    display: block;
    padding: 0 40px;
  }

  .item-info-home {
    margin-bottom: 4px;
  }

  .sec-notes .container {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sec-notes .lef-notes {
    margin: 0;
  }

  .item-note {
    display: block;
    margin-bottom: 32px;
  }

  .item-note .secondary-note-info {
    padding: 0;
  }

  .item-note p {
    margin: 0;
  }

  .ctn-secondary-notes.small .item-note {
    display: block;
  }

  .ctn-secondary-notes.small .item-note .secondary-note-info {
    padding: 8px 0;
  }

  .item-main-note .date {
    display: none;
  }

  .ctn-videos {
    display: block;
  }

  .sec-fundacion .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec-logos .container div {
    width: 50%;
  }

  .sec-logos .container .buenosaires {
    width: 100%;
  }

  .sec-logos .container .bue,
  .sec-logos .container .museos {
    width: 50%;
  }

  .ctn-cols-footer {
    display: block;
  }

  .col-footer-1,
  .col-footer-2 {
    display: none;
  }

  .container-restaurant p {
    width: 90%;
    text-align: justify;
  }
  .sec-hashtag .ctn-hashtag a {
    margin-bottom: 4px;
  }
}


@media (max-width: 1990px) and (min-width: 1300px) {
  .modal-wrapper .modal-content {
    max-width: 100% !important;
  }
}
@media (max-width: 1200px) and (min-width: 900px) {
  .nav-top ul li {
    font-size: 14px;
  }
}
@media (max-width: 1024px) and (min-width: 320px) {
  .ctn-static-buttons a{
    width: 50px;
    height:50px; 
  }
}
@media (max-width: 780px) and (min-width: 320px) {

  .text-desc {
    font-size: 15px !important;
    line-height: 25px !important;
}
  .notificaciones-home{
    width: 80% !important;
  }
  .canceled-next {
    width: 40% !important;
    margin: 10px 0 !important;
}
  #modalNotificaciones .modal-content {
    max-width: 90% !important;
  }
  .sec-instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-instagram {
    margin: auto;
  }

  .footer .ctn-cols-footer .col-footer.col-footer-3,
  .footer hr {
    display: none;
  }

  .footer {
    text-align: center;
    padding: 0 0 40px 0;
  }

  .right-notes aside .w100 {
    margin-bottom: 5px;
  }

  .ctn-secondary-notes.small .item-note {
    margin-bottom: 10px;
  }

  .cont-inst .post-inst {
    width: 47.8%;
  }
  .cont-inst .post-inst:first-child,
  .cont-inst .post-inst:nth-child(2n) {
    margin-left: 0 !important;
  }
  .cont-inst a img {
    width: 100%;
  }
  .cont-inst .post-inst:first-child a img {
    height: auto !important;
  }
  .cont-inst .post-inst:first-child {
    width: 100% !important;
  }
}
@media (max-width: 360px) and (min-width: 320px) {
  .wrapper-top-nav .img-logo {
    width: 230px;
  }
 .modal-wrapper .modalPopup {
    width: 90%!important;
  }
  #imgPopup {
      width: 100% !important;
  }
  .modal-wrapper .modal-content {
    height: 90%;
  }
}

@media (min-width: 451px) {
  .only-desktop{
    display: block;
  }
}

@media (max-width: 450px) and (min-width: 320px) {
  .sec-restaurant-notice .container-text-service > div{
    flex-direction: column;
  }
  .sec-restaurant-notice .img-notice img {
    width: 90% !important;
      margin: auto;
  }
  .sec-restaurant-notice .container-text-service p {
    width: 90% !important;
  }
  .sec-restaurant-notice .text-notice{
    width: 100%;
  }
  .sec-restaurant-notice .container-text-service .text-notice p {
    margin-bottom: 0;
  }
  .only-desktop{
    display: none;
  }
  iframe.video-desc {
      height: 210px;
  }
  .canceled-next{
    width: 50% !important;
    margin: 10px auto !important;
  }
  .canceled.canceled-activity{
    width: 90% !important;
  }
  .canceled{
    margin: 20px auto !important;
    width: 50% !important;
  }
  #modalIdiomas li img {
      max-width: 60px !important;
  }
  .doll-idioma{
    width: 30% !important;
  }
  #modalIdiomas p {
    font-size: 1em !important;
    margin: 3px !important;
}
  .form-contact {
    width: 95% !important;
  }
    #modalNotificaciones input, .selectBox select {
      font-size: 14px;
  }
  #modalNotificaciones .modal-text .modal-title {
      font-size: 1.1em !important;
      margin-top: 20px;
  }
  #modalNotificaciones .modal-text p{
      font-size: 14px !important;
      line-height: 18px;
  }
  #modalNotificaciones input[type="submit"] {
      font-size: 17px !important;
  }
  .notificaciones-container {
    display: none !important;
    justify-content: center;
    flex-direction: column;
  }
  .notificaciones-container .notificacion-imagen {
    display: block !important;
    margin: auto;
  }
  .notificaciones-container .notificacion-texto {
      width: 100% !important;
      text-align: center !important;
      padding: 0 !important;
  }
  .notificaciones-container .modal-btn-enviar {
    font-size: 14px !important;
  }
  .notificaciones-container .notificacion-texto p {
    font-size: 1.1em !important;
  }
  .cont-inst .likes-inst {
    font-size: 1rem;
  }
  .cont-inst a img {
    height: 140px;
  }
  .cont-inst .post-inst:first-child a img {
    height: 280px !important;
  }
  .sec-logos .container .bue,
  .sec-logos .container .museos {
    width: 100% !important;
  }
  .sec-logos .container div.logo-footer img {
    width: 90%;
  }
  .only-mobile {
    display: block !important;
    margin-bottom: 8px;
  }
  .sec-logos .container .bue,
  .sec-logos .container .museos {
    width: 100%;
  }

  .sec-logos .container div.logo-footer img {
    width: 90%;
  }

  .item-note .secondary-note-info {
    text-align: center;
  }

  .item-note .secondary-note-info h3 {
    padding: 4px 0 8px 0;
  }

  .item-note .meta .tag {
    background: #7d7a7a !important;
    margin-bottom: 8px;
  }

  .item-note .date {
    width: 100%;
  }

  h2.title-activity {
    line-height: 30px;
    margin: 10px 0 20px 0;
  }

  .body-content.activity-content img {
    width: 100% !important;
  }

  .body-content.activity-content p {
    white-space: normal;
    word-break: break-word;
  }

  .activity-content .date {
    font-size: 1em;
    display: inline-block;
    padding-top: 10px;
  }

  button.btn-act {
    width: 100%;
    margin-bottom: 12px;
    padding: 5% 3%;
  }
}
select option.aLang-es{
  background-image: url('/img/es.png');
}
/*Overwrite styles plugins*/

.owl-nav {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: visible;
  top: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 999;
}

.owl-next,
.owl-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 2em !important;
  background: rgba(0, 0, 0, 0.8) !important;
  margin: 0 8px;
}

.owl-next:focus,
.owl-prev:focus {
  outline: none;
}

.owl-next span,
.owl-prev span {
  color: white;
  display: inline-block !important;
  margin-top: -6px !important;
}

.owl-prev {
  margin-left: -12px;
}

.owl-prev.disabled {
  background: rgba(0, 0, 0, 0.2) !important;
}

.owl-prev.disabled span {
  color: #999;
}

.owl-next {
  margin-right: -12px;
}

.owl-next.disabled {
  background: rgba(0, 0, 0, 0.2) !important;
}

.owl-next.disabled span {
  color: #999;
}

.owl-dots button:focus,
.owl-dots button:active {
  outline: none !important;
}
.notificaciones-home{
  width: 50%;
  margin: auto !important;
  margin-bottom: 50px !important;
}
            #modalIdiomas .modal-content,#modalNotificaciones .modal-content {
              padding:20px;
              text-align: center;
              line-height: 1.5em;
              color: #5f5f5f;
              min-height: 370px;
            }

            #modalIdiomas .modal-content{
              min-width: 300px;
            }
            #modalIdiomas img.doll-idioma{
              padding-bottom: 7px;
              padding-top: 12px;
            }
            #modalIdiomas p{
                font-weight: bolder;
                font-size: 1.1em;
                margin: 3px;
            }

            #modalIdiomas ul{
                list-style-type: none;
                margin: 0px;
                padding: 0px;
                margin-bottom: 30px;
            }

            #modalIdiomas li{
                padding: 4px 0px;
            }

            #modalIdiomas li img{
                  max-width: 80px;
                -webkit-box-shadow: 0px 0px 19px -5px rgba(152, 150, 150, 0.75);
                -moz-box-shadow: 0px 0px 19px -5px rgba(152, 150, 150, 0.75);
                box-shadow: 0px 0px 19px -5px rgba(152, 150, 150, 0.75);
            }

           /* Modal notificaicones*/

            #modalNotificaciones .modal-content{
              max-width: 50%;
            }

            #modalNotificaciones .modal-content .sub-content{
              max-height: 80vh;
            }

            #modalNotificaciones .modal-title{
                font-weight: bolder;
                font-size: 1.2em;
                margin:3px;
            }
            #modalNotificaciones input[type="submit"] {
              font-size: 20px;
              font-weight: 700;
          }
            #modalNotificaciones input{
                display:block;
                width: -webkit-fill-available;
                width: -webkit-fill-available;
                margin-bottom: 10px;
                padding: 5px;
                border-radius: 0;
            }

            #modalNotificaciones input[type="checkbox"]{
                display:inline;
                width:auto;
                margin-bottom: 0px;
                margin: 10px;
            }

            #modalNotificaciones .modal-text, #modalNotificaciones .legales{
              width: 100%;
              margin: 0 auto;
            }

            .modal-btn-enviar{
                  color: #fff;
                  background-color: #D13826;
                  border-color: #D13826;
                  display: inline-block;
                  font-weight: 400;
                  text-align: center;
                  white-space: nowrap;
                  vertical-align: middle;
                  -webkit-user-select: none;
                  -moz-user-select: none;
                  -ms-user-select: none;
                  user-select: none;
                  border: 1px solid transparent;
                  padding: .375rem .75rem;
                  font-size: 1rem;
                  line-height: 1.5;
                  border-radius: .25rem;
                  cursor: pointer;
                  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
                  margin-top: 20px;
            }

            .form-center{
              text-align: center;
              display: inline-block;
              margin-bottom: 40px;
            }

            .multiselect {
              width: 100%;
            }

            .selectBox {
              position: relative;
            }

            .selectBox select {
              width: 100%;
              font-weight: bold;
              padding: 5px;
            }

            .overSelect {
              position: absolute;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
            }

            #checkboxes {
              display: none;
              border: 1px #dadada solid;
              overflow-y: scroll;
              height: 200px;
            }

            #checkboxes label {
              display: block;
              text-align: left;
              width: 100% !important;
            }

            #checkboxes label:hover {
              background-color: #1e90ff;
            }
            
            .legales{
              margin-top: -30px!important;
            }

            .legales p{
              font-size: 14px;
              line-height: 18px;
              color: gray;
              margin: 30px 10px;
            }

            /*Div Boton notificaciones*/
            .notificaciones-container{
                background-color: #FCE2ED;
                padding: 20px;
                margin: 20px 0px;
            }

            .notificaciones-container .notificacion-imagen{
              width:20%;
              text-align:center;
              display: inline-block;
            }
            .notificaciones-container .notificacion-imagen img{
              max-width:80px;
              width:100%;
            }

            .notificaciones-container .notificacion-texto{
                  width: 70%;
                  text-align: left;
                  display: inline-block;
                  padding: 0px 10px;
                  box-sizing: border-box;
            }
            
            .notificaciones-container .notificacion-texto p{
              font-size: 1.3em;
              font-weight: bold;
            }

            .notificaciones-container .modal-btn-enviar{
              margin-top: 0px;
              background-color: transparent;
              border: 1px solid #E26396;
              color: black;
              font-weight: 600;
              border-radius: 0px !important;
            }
            .align-items-center{
                align-items: center!important;
                
            }
            .whatsapp-float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.whatsapp-my-float{
	margin-top:16px;
}

