@charset "UTF-8";
/*! 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.5;
  /* 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: "Noto Serif SC", 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: #fbb3c6;
  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;
}

.notes-tag {
  background: #fbb3c6;
  font-size: 11px;
  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;
  margin-bottom: 6px;
}

.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;
}

/* MENU */
.sec-lang-menu .right-top-home {
  padding-top: 20px;
}

.nav-main {
  width: 100%;
  left: 0;
  font-family: "Noto Serif SC";
}

.nav-main {
  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: #333;
  font-weight: 500;
}

.nav-main > ul li:after {
  content: " ";
  background-color: #333;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  position: absolute;
  margin-top: 10px;
  right: -17px;
}

.nav-main ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 250px;
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  left: 0;
  top: 100%;
  background: #f1f1f1;
  z-index: 9999;
}

.nav-main ul li.li-services ul {
  overflow-y: hidden;
}

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

.nav-main ul li ul li:hover {
  background-color: #333333;
}

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

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

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

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

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

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

.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: #333;
}

.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, .nav-main ul li.li-contacto::after {
  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: 14px !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: white;
  border: 1px solid #bfbfbf;
}

.card-body p button.btn-green a {
  color: #777 !important;
}

.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: 42px;
  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;
}

.grid-btn-scroll {
  background-color: #d0c9c9 !important;
  color: #d0c9c9 !important;
}

/*
.btn-mobile-scroll {
    background-color: white;
    width: 100% !important;
    right: 0;
    text-align: right;
    padding: 13px 44px 0 0 !important;
    top: 0 !important;
    box-shadow: 2px 4px 6px #ebebeb;
    height: 42px;
}*/
.overflow-hidden {
  overflow: hidden !important;
}

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

.modalPopup {
  padding: 0 !important;
  width: auto !important;
  cursor: pointer !important;
}

#imgPopup, .imgPopup {
  width: 100% !important;
  height: auto;
  overflow: hidden;
}

.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: auto;
  max-height: 95%;
  max-width: 400px !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 a {
  margin-bottom: 0 !important;
}

.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 {
  width: 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;
}

/* ANIMATIONS */
.hidden {
  display: none;
}

.sec-top-home .trs-petalos-sakura-none {
  display: none;
}

/*.sec-top-home .trs-petalos-sakura {
  animation-duration: 3s;
  animation-name: slidein-petalos;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-direction: reverse;
  animation-timing-function: ease-in;
  animation-delay: 0.5s;
  display: block;
  width: 35%;
  position: absolute;
}
*/
@keyframes slidein-petalos {
  from {
    left: 100%;
    top: 45%;
  }
  to {
    left: 0%;
    top: 14%;
  }
}
.sec-top-home .sakura-lat {
  animation-duration: 2s;
  animation-name: slidein-sakura;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  width: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*
@keyframes slidein-sakura {
  from {
    bottom: 0%;
    left: 0;
  }

  to {
    bottom: 1%;
 }
}*/
/*.btn-mobile-scroll {
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.4s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
*/
/* HOME */
.sec-top-home {
  position: relative;
  background-image: url("/img/web-sakura.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 950px;
  overflow: hidden;
}

.sec-top-home img.img-kanji {
  width: 9% !important;
  position: absolute;
  right: 0;
  top: 112px;
}

.sec-top-home .ctn-top-home a {
  margin: auto;
}

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

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

.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%;
  height: 400px;
  left: 0;
}

.accordion-info {
  padding: 0 60px 0 0;
}

.accordion-info .card {
  border-bottom: 1px solid #bfbfbf;
  padding: 14px 0;
}

.accordion-info .card-header h2 {
  color: #333;
  font-weight: 500;
}

.accordion-info .card-header i {
  color: #fbb3c6;
  font-size: 18px;
  float: right;
}

.accordion-info .ctn-texto p, .accordion-info .card-body p {
  text-align: left !important;
}

.collapse.in {
  display: block;
}

.collapse {
  display: none;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.card-header a[aria-expanded=true] .fa-plus:before {
  content: "";
}

.card-body p a, .card-body p font span {
  color: #333 !important;
  font-weight: 700;
}

.card-body p, .card-body p span {
  color: #777 !important;
}

.sec-info-jardin {
  margin: 50px 0;
}

.sec-info-jardin h1, .sec-info-jardin h2, .sec-info-jardin h3 {
  text-align: center;
  color: #333;
}

.sec-info-jardin h1 {
  font-size: 42px;
  margin: 0;
  font-weight: 600;
}

.sec-info-jardin h2 {
  font-size: 28px;
  font-weight: 600;
}

.sec-info-jardin h3 {
  line-height: 24px;
  font-size: 18px;
  font-weight: 400;
}

.info-jardin {
  display: flex;
  justify-content: center;
  padding: 35px 0 0;
}

.info-jardin > div {
  padding: 0 47px;
}

.sakura-icons {
  display: flex;
  justify-content: center;
}

.sakura-icons img {
  width: 26px;
  height: 26px;
  margin: 20px 10px;
}

#mainSlider .item {
  overflow-x: auto;
}

#mainSlider .owl-dots {
  display: none;
}

.sec-petalos img {
  width: 100%;
  padding-bottom: 30px;
  margin-top: -8px;
}

.sec-info-ads {
  padding-bottom: 2% !important;
}

.sec-info-ads a {
  color: #e6027d;
}

.sec-info-ads .text-camp-origami p.txt-info-pink {
  color: #e6027d !important;
  font-weight: 600;
}

.sec-notes .camp-origami {
  padding: 0 6% 40px 6%;
}

.sec-notes .camp-origami h1 {
  text-align: center;
  font-weight: 600;
  margin-top: 4px !important;
  margin-bottom: 0 !important;
}

.sec-notes .camp-origami h1.subtitle-h1 {
  margin-top: 0 !important;
  margin-bottom: 50px !important;
}

.sec-notes .camp-origami .col-2 {
  width: 50%;
}

.sec-notes .camp-origami .img-camp-origami img, .sec-notes .camp-origami .title-camp-origami {
  width: 100%;
}

.sec-notes .camp-origami .text-camp-origami {
  height: 493px;
  overflow-y: auto;
}

.sec-notes .camp-origami .text-camp-origami p {
  padding: 0 30px;
  color: #333;
  font-size: 16px;
}

.sec-notes .camp-origami .text-camp-origami p:first-child {
  margin-top: 0;
}

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

.social-section img {
  width: 50%;
  border-radius: 50%;
}

.social-section h3 {
  font-weight: 600;
  color: #333;
  padding: 12px 0;
  font-size: 20px;
}

.social-section-icons a {
  color: #333;
  font-size: 24px;
  margin: 0 7px;
}

.notes-right-section .item-note {
  display: block;
}

.notes-right-section {
  padding-top: 40px;
}

.notes-right-section > h5 {
  font-size: 16px;
}

.notes-right-section h5 {
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #f9b7c9;
  padding: 16px 10px;
  color: #333;
  font-weight: 600;
}

.social-share {
  display: flex;
}

.social-share .socialShareIcons {
  width: 15%;
  position: absolute;
  margin-top: -13px;
}

.social-share .socialShareIcons .jssocials-shares,
.social-share .socialShareIcons .jssocials-share,
.social-share .socialShareIcons .jssocials-share a {
  width: 100%;
  height: 35px;
}

.social-share .socialShareIcons .jssocials-shares a i {
  opacity: 0;
}

.social-share i.fa-share-alt {
  margin-right: 10px;
}

.social-share, .canceled {
  color: #333;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
}

.canceled {
  color: #f30500;
  font-weight: 500;
  font-size: 15px;
}

.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;
}

.sec-instagram h3 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-weight: 700;
}

.sec-instagram .container {
  width: 100%;
}

.secondary-note-info.sidebar-notes h3 {
  font-size: 18px;
  padding: 0 !important;
}

.footer-notes article.item-note {
  margin-bottom: 14px;
}

.notes-right-section .item-note {
  margin-bottom: 20px;
  border-bottom: 1px solid #b8b7b7;
  padding-bottom: 14px;
}

.notes-right-section > :nth-child(4) article {
  border-bottom: 0 !important;
  padding-bottom: 0;
  margin-bottom: 0;
}

.video-home {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}

/* SCROLL SECTION AND MENU */
.text-camp-origami::-webkit-scrollbar,
.nav-main ul li.li-categories ul::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.text-camp-origami::-webkit-scrollbar-button,
.nav-main ul li.li-categories ul::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.text-camp-origami::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
}

.nav-main ul li.li-categories ul::-webkit-scrollbar-thumb {
  background: #bcbcbc;
  border: 0px none #ffffff;
}

.text-camp-origami::-webkit-scrollbar-thumb:hover,
.nav-main ul li.li-categories ul::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

.text-camp-origami::-webkit-scrollbar-thumb:active,
.nav-main ul li.li-categories ul::-webkit-scrollbar-thumb:active {
  background: #000000;
}

.text-camp-origami::-webkit-scrollbar-track,
.nav-main ul li.li-categories ul::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
}

.text-camp-origami::-webkit-scrollbar-track:hover,
.nav-main ul li.li-categories ul::-webkit-scrollbar-track:hover {
  background: #666666;
}

.text-camp-origami::-webkit-scrollbar-track:active,
.nav-main ul li.li-categories ul::-webkit-scrollbar-track:active {
  background: #333333;
}

.text-camp-origami::-webkit-scrollbar-corner,
.nav-main ul li.li-categories ul::-webkit-scrollbar-corner {
  background: transparent;
}

/* MOUSE SCROLL */
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
  bottom: 40%;
}

.icon-scroll {
  width: 25px;
  height: 42px;
  margin-left: -20px;
  margin-top: -35px;
  box-shadow: inset 0 0 0 2px white;
  border-radius: 25px;
}

.icon-scroll:before {
  content: "";
  width: 6px;
  height: 6px;
  background: white;
  margin-left: -3.5px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(26px);
  }
}
.icon-scroll i {
  color: white;
  font-size: 20px;
  position: absolute;
  bottom: -18px;
  left: 6px;
}

/* PAGES */
.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;
}

.sec-banner-info {
  padding: 40px 0;
}

.sec-banner-info div {
  width: 80%;
}

.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: 70px;
  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 {
  padding-top: 40px;
}

.sec-info-home .container {
  display: flex;
  justify-content: center;
}

.sec-info-home .container > div {
  width: 50%;
}

.sec-info-home .img-info img {
  width: 100%;
}

.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% 0 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;
  position: relative;
  margin-bottom: 35px;
}

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

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

.item-note .date {
  display: inline-block;
  vertical-align: middle;
  color: #bfbfbf;
  font-size: 13px;
  margin-bottom: 4px;
  margin-top: 4px;
  text-transform: uppercase;
}

.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: 30px;
}

.notes-right-section .item-note .secondary-note-info.sidebar-notes {
  padding-left: 0;
  margin-top: 10px;
}

.activity .item-note .secondary-note-info h3 {
  font-size: 20px;
}

.item-note .secondary-note-info h3 {
  margin: 0;
  font-weight: 700;
  color: #333;
}

.item-note .meta {
  font-size: 0.8em;
}

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

.item-note p {
  color: #333;
  font-size: 15px;
  line-height: 1.5em;
  margin-top: 8px;
}

.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: 14px;
  line-height: 17px;
  color: #bfbfbf;
  padding-bottom: 7px;
}

.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;
}

/* INSTAGRAM */
.cont-inst {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.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: 15px;
}

.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%;
  margin-right: 25px;
  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 */
.footer {
  background: #333;
  color: #f8f8f8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 30px 0;
}

img.logo-footer {
  width: 100%;
  margin-bottom: 50px;
}

.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;
  padding-bottom: 50px;
}

.ctn-cols-footer .social-footer a {
  color: #f8f8f8;
  margin: 0 5px;
  font-size: 1.4em;
  border: 1px solid #7c7c7c;
  border-radius: 50%;
  padding: 8px 10px;
}

.ctn-cols-footer .social-footer a i {
  width: 20px;
  text-align: center;
}

.ctn-cols-footer h4.title-footer {
  margin-top: 0;
  margin-bottom: 32px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
}

.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: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  border-top: 1px solid #7c7c7c;
  text-transform: uppercase;
  color: #bfbfbf;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  font-size: 14px;
}

.bottom-footer div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 6%;
}

.bottom-footer a {
  color: #bfbfbf;
}

.footer-date {
  color: #bfbfbf;
  font-size: 0.95em;
}

.footer-tag {
  background: #f8f8f8;
  color: #333;
  font-size: 0.75em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 5px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  border-radius: 1px;
  margin-bottom: 8px;
}

.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 {
  display: 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;
}

.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;
}

select option.aLang-es {
  background-image: url("/img/es.png");
}

/* OWL CARUSEL*/
.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;
}

/* MODAL NOTIFICATIONS*/
.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);
}

#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: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.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;
}

/* BUTTOM NOTIFICATIONS*/
.notificaciones-container {
  display: none !important;
  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;
}

/* RESPONSIE */
@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;
  }

  .sec-top-home img.img-kanji {
    width: 13% !important;
    top: 112px;
  }

  .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;
  }

  .btn-mobile {
    opacity: 1;
    display: block !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-top: 0;
    top: 40px;
    position: fixed;
  }
}
@media (max-width: 2560px) and (min-width: 1800px) {
  .cont-inst {
    max-width: 90%;
    margin: auto;
  }
}
@media (max-width: 2560px) and (min-width: 1312px) {
  .sec-top-home {
    height: 160vh;
  }
}
@media (max-width: 1300px) and (min-width: 900px) {
  .nav-top ul li {
    font-size: 14px;
  }

  .icon-scroll, .icon-scroll:before {
    bottom: 49%;
  }

  .ctn-static-buttons a {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 962px) and (min-width: 320px) {
  .footer .ctn-cols-footer .col-footer.col-footer-3,
.footer hr, .col-footer-1,
.col-footer-2 {
    display: none;
  }

  .footer {
    padding-top: 0 !important;
  }

  .ctn-top-home {
    padding-top: 40px;
  }
}
@media (max-width: 930px) and (min-width: 768px) {
  .sec-info-home .container {
    flex-direction: column;
  }

  .sec-info-home .container > div {
    width: 100%;
  }

  .accordion-info {
    padding: 50px 0;
  }

  .info-jardin > div {
    padding: 0 16px;
  }

  .notes-right-section h5 {
    width: 50%;
    margin: auto;
    margin-bottom: 30px;
  }

  .social-section img {
    width: 25%;
  }

  .sec-notes .lef-notes {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
}
@media screen and (max-width: 900px) {
  .nav-main {
    display: none;
  }

  .sec-top-home {
    height: 730px;
  }

  .sec-top-home .img-logo {
    width: 60% !important;
    margin: auto;
    display: block;
  }

  .icon-scroll, .icon-scroll:before {
    bottom: 30%;
  }
}
@media screen and (max-width: 800px) {
  .item-note .secondary-note-info.sidebar-notes {
    padding: 6px 0 2px;
  }

  .item-note .date {
    margin-bottom: 8px;
    margin-top: 0;
  }

  .sec-top-home img.img-kanji {
    right: 18px;
  }

  .btn-canceled-share {
    margin-top: 20px;
  }

  .item-note .meta .tag {
    background: #fbb3c6 !important;
    margin-top: 20px;
  }

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

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

  .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;
  }

  .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-fundacion .right-fundacion {
    padding-bottom: 20px;
  }

  .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;
  }

  .container-restaurant p {
    width: 90%;
    text-align: justify;
  }

  .sec-hashtag .ctn-hashtag a {
    margin-bottom: 4px;
  }

  .sec-notes .camp-origami .text-camp-origami p {
    padding: 0 10px;
  }

  .accordion-info .card-header h2 {
    color: #333;
    font-weight: 600;
    font-size: 18px;
  }

  .sec-notes .camp-origami .col-2 {
    width: 100%;
  }

  .sec-notes .camp-origami .text-camp-origami {
    height: 316px;
    margin-top: 30px;
  }

  .canceled {
    margin-top: 18px;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .modal-wrapper .modalPopup {
    width: 90% !important;
  }

  .btn-canceled-share {
    justify-content: center;
  }

  .sec-top-home .img-logo {
    width: 40% !important;
  }

  .sec-notes .camp-origami h1 {
    font-size: 23px;
  }

  .sec-logos .container div p {
    text-align: center;
  }

  .camp-origami .text-camp-origami p {
    padding: 0 10px;
  }

  .canceled {
    text-align: center;
  }

  .sec-info-home .container {
    flex-direction: column;
  }

  .sec-info-home .container > div, .camp-origami .col-2 {
    width: 100%;
  }

  .accordion-info {
    padding: 50px 0;
  }

  .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 {
    text-align: center;
    padding: 0 0 30px 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;
  }

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

  iframe.video-desc {
    height: 210px;
  }

  .info-jardin {
    flex-direction: column;
    padding: 12px 0;
  }

  .info-jardin > div {
    padding: 0 10px 20px;
  }

  .sec-info-jardin {
    margin: 30px 0 0;
  }

  .sec-petalos img {
    padding-bottom: 0;
  }

  .canceled-next {
    width: 50% !important;
    margin: 10px auto !important;
  }

  .canceled.canceled-activity {
    width: 90% !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: flex;
    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 .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%;
  }
}
@media (max-width: 500px) 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-banner-info div {
    width: 97%;
  }

  .sec-restaurant-notice .container-text-service .text-notice p {
    margin-bottom: 0;
  }

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

  .sec-top-home .sakura-lat {
    display: none;
  }

  .social-share .socialShareIcons {
    width: 35%;
    left: 32%;
  }

  .social-share {
    margin: auto;
    display: block;
    text-align: center;
  }

  .sec-top-home .img-logo {
    margin-top: 15% !important;
    width: 60% !important;
  }

  .sec-top-home {
    background-image: url("/img/web-sakura-mobile.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 95vh;
  }

  .sec-top-home img.img-kanji {
    width: 97px !important;
    top: 94px;
    right: -3px;
  }

  .icon-scroll, .icon-scroll:before {
    position: absolute;
    left: 53%;
    bottom: 50px;
  }

  .trs-petalos-sakura {
    width: 80% !important;
  }

  @keyframes slidein-petalos {
    from {
      left: 100%;
      top: 70%;
    }
    to {
      left: 0%;
      top: 34%;
    }
  }
}
@media (max-width: 375px) {
  .icon-scroll, .icon-scroll:before {
    bottom: 50px;
  }

  .sec-info-home {
    padding: 0 4px;
  }
}
@media (max-width: 360px) and (min-width: 320px) {
  .wrapper-top-nav .img-logo {
    width: 230px;
  }

  #imgPopup, .imgPopup {
    width: 100% !important;
  }

  .sec-top-home img.img-kanji {
    right: -7px;
  }
}
.align-items-center {
  align-items: center !important;
}

/*Header jardín*/
.sec-top-jardin {
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  background-image: url("../img/new-images/el-jardin.jpg");
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.sec-top-jardin::after, .sec-top-vivero::after, .sec-top-art::after, .sec-top-foto::after, .sec-top-res::after, .sec-top-salaLectura::after, .sec-top-salon::after, .sec-top-cul::after, .sec-top-visitas::after, .sec-top-agenda::after, .sec-top-bonsai::after, .sec-top-origami::after, .sec-top-aikido::after, .sec-top-shodo::after, .sec-top-ikebana::after, .sec-top-anime::after, .sec-top-taiko::after, .sec-top-kiri-e::after, .sec-top-kumitate::after, .sec-top-artes::after, .sec-top-bunka::after, .sec-top-kimono::after, .sec-top-oshie::after, .sec-top-kokeshi::after, .sec-top-shiatsu::after, .sec-top-karate::after, .sec-top-pintura::after, .sec-top-nihon::after, .sec-top-reflexologia::after, .sec-top-reiki::after, .sec-top-judo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff00, #ffffff00, #ffffff00, #ffffffec);
  z-index: -1;
}

.sec-top-jardin .ctn-top-jardin a, .sec-top-vivero a, .sec-top-art a, .sec-top-foto a, .sec-top-res a, .sec-top-salaLectura a, .sec-top-salon a, .sec-top-cul a, .sec-top-visitas a, .sec-top-agenda a, .sec-top-bonsai a, .sec-top-origami a, .sec-top-aikido a, .sec-top-shodo a, .sec-top-ikebana a, .sec-top-anime a, .sec-top-taiko a, .sec-top-kiri-e a, .sec-top-kumitate a, .sec-top-artes a, .sec-top-bunka a, .sec-top-kimono a, .sec-top-oshie a, .sec-top-kokeshi a, .sec-top-shiatsu a, .sec-top-karate a, .sec-top-pintura a, .sec-top-nihon a, .sec-top-reflexologia a, .sec-top-reiki a, .sec-top-judo a {
  margin: auto;
}

.ctn-top-jardin {
  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: 20px;
  position: relative;
  z-index: 99;
}

.img-logo {
  width: 100%;
  max-width: 500px;
}

.webpageName {
  z-index: 1;
  position: absolute;
  top: 275px;
  left: 24px;
  font-family: "Noto Serif Black";
  color: white;
  /*text-shadow: -3px 5px 3px rgba(0, 0, 0, 0.884);*/
  font-size: 42px;
}

/* Burger menu*/
.mobilePages {
  right: 40px;
}

.right-top-home {
  padding-top: 20px;
}

.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;
}

/*Menu Section -JARDIN*/
.nav-main-jardin {
  display: block;
  width: 100%;
  left: 0;
}

.nav-main-jardin 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-jardin 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: #333;
  font-weight: 500;
}

.nav-main-jardin > ul li:after {
  content: " ";
  background-color: #333;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  position: absolute;
  margin-top: 10px;
  right: -17px;
}

.nav-main-jardin ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 250px;
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  left: 0;
  top: 100%;
  background: #f1f1f1;
  z-index: 9999;
}

.nav-main-jardin ul li.li-services ul {
  overflow-y: hidden;
}

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

.nav-main-jardin ul li ul li:hover {
  background-color: #333333;
}

.nav-main-jardin ul li ul li:hover a {
  color: white;
}

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

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

.nav-main-jardin ul span.active {
  color: #fbb3c6 !important;
}

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

.nav-main-jardin ul li a:hover {
  color: #fbb3c6;
}

nav.nav-main-jardin .icon-lang, .nav-main-jardin ul li.li-contacto::after {
  display: none;
}

/* SCROLL SECTION AND MENU */
.nav-main-jardin ul li.li-categories ul::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.nav-main-jardin ul li.li-categories ul::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.nav-main-jardin ul li.li-categories ul::-webkit-scrollbar-thumb {
  background: #bcbcbc;
  border: 0px none #ffffff;
}

.text-camp-origami::-webkit-scrollbar-thumb:hover,
.nav-main-jardin ul li.li-categories ul::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

.text-camp-origami::-webkit-scrollbar-thumb:active,
.nav-main-jardin ul li.li-categories ul::-webkit-scrollbar-thumb:active {
  background: #000000;
}

.text-camp-origami::-webkit-scrollbar-track,
.nav-main-jardin ul li.li-categories ul::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
}

.text-camp-origami::-webkit-scrollbar-track:hover,
.nav-main-jardin ul li.li-categories ul::-webkit-scrollbar-track:hover {
  background: #666666;
}

.text-camp-origami::-webkit-scrollbar-track:active,
.nav-main-jardin ul li.li-categories ul::-webkit-scrollbar-track:active {
  background: #333333;
}

.text-camp-origami::-webkit-scrollbar-corner,
.nav-main-jardin ul li.li-categories ul::-webkit-scrollbar-corner {
  background: transparent;
}

.jardin-main {
  padding: 0px;
  margin: 20px 15px 20px 0px;
}

a {
  text-decoration: none !important;
}

.jardin-container {
  display: flex;
  flex-direction: column;
}

.scroll-container {
  overflow-y: scroll;
  width: 100%;
  height: 500px;
  margin-top: 50px;
  padding: 10px;
}

.scroll-container::-webkit-scrollbar {
  width: 4px;
  height: 0px;
}

.scroll-container::-webkit-scrollbar-thumb {
  background-color: #5a5a5a;
  border-radius: 4px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
  background-color: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.scroll-container::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

.scroll-container::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}

.scroll-container::-webkit-scrollbar-track:hover,
.scroll-container::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}

.frase {
  font-family: "Noto Serif Black";
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

.autor {
  font-family: "Noto Serif Black";
  font-size: 16px;
  text-align: center;
}

.text-p {
  font-family: "Noto Serif SC";
  text-align: justify;
}

.slider-jardin {
  margin-top: 50px;
  margin-bottom: 25px;
  width: 70%;
  margin: 0 auto;
}

.slider-jardin .p1 {
  font-family: "Noto Serif Medium";
  text-align: center;
}

.slider-jardin .p2 {
  font-family: "Noto Serif Black";
  font-weight: 600;
  text-align: center;
}

.autoridades-container {
  border-top: 2px lightgray solid;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}

.autoridades-container h3 {
  text-align: center;
  font-size: 28px;
}

.autoridades-container img {
  width: 100%;
  margin: 0 auto;
}

.petalosF img {
  display: none;
  width: 100%;
}

.container-img img {
  display: block;
  width: 97%;
  transform: rotate(14deg);
  margin-right: 0px;
  padding: 0px;
  left: 3%;
  bottom: 2px;
  position: relative;
  overflow-y: hidden;
}

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

.sec-logos .container div {
  margin-right: 0px !important;
}

/* RESPONSIVE */
@media (min-width: 800px) {
  .scroll-container {
    width: 190%;
    padding-right: 30px;
    padding-bottom: 50px;
    height: 1016px;
    margin-right: 20px;
  }

  .container-img img {
    left: 11%;
  }

  .petalosF img {
    display: block;
    width: 100%;
  }

  .slider-jardin {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .jardin-container {
    display: flex;
    flex-direction: row;
  }

  .webpageName {
    left: 150px;
    position: absolute;
    top: 304px;
  }

  .sec-logos .container div {
    margin-right: 25px !important;
  }
}
@media (min-width: 1200px) {
  .container-img img {
    display: block;
    width: 475px;
    transform: rotate(14deg);
    margin-right: 0px;
    padding: 0px;
    left: 24%;
    bottom: 0px;
    position: relative;
  }

  .scroll-container {
    width: 100%;
    height: 1054px;
  }
}
@media (min-width: 1254px) {
  .container-img img {
    left: 32%;
  }
}
/*RESPONSIVE A REVISAR*/
@media screen and (max-width: 800px) {
  .ctn-top-jardin .right-top-home {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

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

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

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

  .ctn-top-jardin .wrapper-lang .ctn-current-lang {
    padding-top: 18px;
  }
}
@media screen and (max-width: 1256px) {
  .nav-main-jardin ul li {
    font-size: 14px !important;
  }

  .nav-main-jardin {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .nav-main {
    display: none;
  }
}
@media (max-width: 962px) and (min-width: 320px) {
  .ctn-top-home {
    padding-top: 40px;
  }
}
/* The Modal (background) */
.modal-autoridades {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content-autoridades {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Add Animation - Zoom in the Modal */
.modal-content-autoridades {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.close-modal-autoridades {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close-modal-autoridades:hover,
.close-modal-autoridades:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content-autoridades {
    width: 100%;
  }
}
.sec-top-res {
  background-image: url("../img/restaurante-header.jpg");
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.res-container {
  display: flex;
  flex-direction: column;
  padding: 30px;
  margin: 0px;
}

.desplegableR {
  margin-bottom: 20px;
  width: 100%;
}

.desplegableR .mb-0 {
  font-size: 29px;
}

.scroll-containerR {
  overflow-y: scroll;
  height: 300px;
  width: 100%;
}

.scroll-containerR::-webkit-scrollbar {
  width: 4px;
  height: 0px;
}

.scroll-containerR::-webkit-scrollbar-thumb {
  background-color: #5a5a5a;
  border-radius: 4px;
}

.scroll-containerR::-webkit-scrollbar-thumb:hover {
  background-color: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.scroll-containerR::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

.scroll-containerR::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}

.scroll-containerR::-webkit-scrollbar-track:hover,
.scroll-containerR::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}

.container-slider-res {
  margin-top: 10px;
  margin-bottom: 70px;
}

@media (min-width: 800px) {
  .sec-top-res {
    height: 400px;
  }

  .res-container {
    display: flex;
    flex-direction: row;
    padding: 30px;
  }

  .desplegableR {
    width: 150%;
  }

  .scroll-containerR {
    overflow-y: scroll;
    height: 450px;
    width: 150%;
  }

  .scroll-containerR .frase {
    font-size: 26px;
  }

  .RR {
    left: 150px;
    position: absolute;
    top: 248px;
  }

  .adaptAcordeon {
    width: 100% !important;
  }

  .adaptAcordeon .cardAdapt {
    padding: 11px 0px;
  }
}
@media (min-width: 1200px) {
  .adaptAcordeon {
    width: 95% !important;
  }

  .res-container {
    display: flex;
    flex-direction: row;
    padding: 30px 100px 20px 100px;
  }

  .desplegableR {
    width: 135%;
    margin-top: 20px;
  }

  .scroll-containerR {
    overflow-y: scroll;
    height: 400px;
    width: 150%;
  }

  .desplegableR .sec-info-home .container .accordion-info {
    width: 95%;
    padding-right: 0px;
  }
}
.sec-top-vivero {
  background-image: url("../img/vivero_portada.jpg");
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.sec-top-foto {
  background-image: url("../img/new-images/header-fotografia-2025.jpg");
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.big-container-foto h2, .nSB {
  font-family: "Noto Serif Black";
  font-weight: bolder;
  text-align: center;
}

.big-container-foto h2 {
  font-size: 36px;
}

.nSB {
  font-size: 20px;
}

.scrollFoto h3 {
  text-align: center;
}

.big-container-foto ul li {
  font-family: "Noto Serif Black";
  color: #e40273;
  font-weight: bolder;
  font-size: 18px;
}

.ul-center ul {
  text-align: center;
  list-style: none;
}
.ul-center ul .CC:before {
  font-size: 5px;
  color: #e40273;
}

.fa-circle:before {
  color: pink;
  font-size: 10px;
}

.text-p {
  font-family: "Noto Serif Regular";
  text-align: center !important;
}

/*FORMULARIO*/
.formuFoto {
  margin-top: 25px;
}

.bg-form h4 {
  font-family: "Noto Serif Black";
  font-size: 20px;
  margin: 10px;
}

.h2form {
  font-size: 22px;
  padding: 13px;
  font-family: "Noto Serif Black";
}

.form-photo {
  background-color: #fde5ea;
  padding: 30px 30px 15px 30px;
  margin: 10px;
  border-radius: 3px;
}

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

.form-photo textarea {
  display: block;
  height: 35px;
  box-sizing: border-box;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 12px;
  border: 1px solid #fafafa;
  width: 100%;
  min-height: 82px;
  resize: none !important;
  min-width: 202px;
}

.form-but {
  background-color: pink;
  color: white;
  padding: 9px;
  border-radius: 5px;
  border: none;
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 10px;
  max-width: 180px;
  cursor: pointer;
  transition: all 420ms;
  font-weight: 800;
}

.form-but:hover {
  background-color: #ee7c8f;
}

.d-flex.center {
  display: flex;
}

.inputCheck [type=checkbox] {
  height: 45px;
  width: 19px;
}

.pTerms {
  font-size: 12px;
  margin-left: 10px;
}

@media (min-width: 800px) {
  .formuFoto {
    padding: 15px 50px 50px 50px;
    margin: 30px;
  }

  .bg-form {
    display: flex;
    justify-content: space-around;
    flex-wrap: inherit;
  }

  .subsection2 {
    margin: 50px 10px 0px 10px;
    width: 33%;
    margin-right: 25px;
  }

  .subsection1 {
    width: 33%;
    margin-right: 25px;
  }

  .subsection3 {
    width: 33%;
  }

  .form-photo textarea {
    width: 100%;
  }

  input.form-control {
    width: 100%;
  }

  .h2form {
    text-align: center;
    font-size: 28px;
  }

  .form-but {
    margin-top: -10px;
  }
}
@media (min-width: 800px) {
  .F {
    top: 243px;
  }
}
.sec-top-art {
  background-image: url("../img/regaleria_portada.jpg");
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

@media (min-width: 800px) {
  .scroll-artesanos {
    height: 350px;
  }

  .cardAdaptArt {
    padding: 2px 0px !important;
  }
}
.sec-top-cul {
  background-image: url("../img/viaje.jpg");
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.sec-top-cul::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff00, #ffffff00, #ffffff00, #ffffffec);
  z-index: -1;
}

.sec-top-cul a {
  margin: auto;
}

.sec-top-salon {
  background-image: url("../img/salontokyo_portada.jpg");
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.sec-top-salaLectura {
  background-image: url("../img/lectura.jpg");
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.sec-top-visitas {
  background-image: url("../img/visitas.jpg");
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
  object-fit: contain;
  overflow: hidden;
}

.card-body {
  text-align: justify;
}

.sec-top-agenda {
  background-image: url("../img/viaje.jpg");
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  height: 52vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.correct1 {
  top: 106px !important;
}

.agenda-main {
  box-sizing: border-box;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 18px;
}

.agenda-container {
  display: flex;
  flex-direction: column;
}

.agenda-act {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.agenda-act a {
  text-decoration: none;
  color: inherit;
}

.notas-img img {
  width: 100%;
  max-width: 600px;
  margin-top: 20px;
  display: block;
  margin: 0 auto;
}

.secondary-info {
  font-family: "Noto Serif SC", serif;
  text-align: center;
  line-height: 1.15;
  padding: 10px;
}

.tag-1 {
  display: inline-block;
  background-color: pink;
  color: white;
  padding: 5px;
  border-radius: 3px;
}

.target-title {
  color: lightgray;
}

@media (min-width: 800px) {
  .correct1 {
    top: 190px !important;
  }

  .agenda-container {
    display: flex;
    flex-direction: row;
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .agenda-act a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: row;
  }

  .secondary-info {
    text-align: left;
    padding: 0px 5px 0px 15px;
    max-width: 422px;
  }

  .notas-img img {
    width: 18rem;
  }
}
@media (min-width: 1200px) {
  .agenda-container {
    margin-left: 60px;
  }

  .secondary-info {
    padding-right: 35px;
  }
}
.agenda2-main {
  box-sizing: border-box;
  padding: 30px;
  margin-top: 30px;
}

.actDetail h2 {
  font-family: "Noto Serif Black";
  text-align: center;
}

.actDetail p {
  font-family: "Noto Serif Medium";
}

.img2 img {
  max-width: 548px;
  margin-top: 20px;
}

.img-fig img, .img2 img {
  width: 100%;
}

.but-agenda {
  background-color: pink;
  border: none;
  padding: 10px;
  color: white;
  font-family: "Noto Serif Black";
  border-radius: 5px;
  font-weight: 800;
  transition: all 400ms;
  cursor: pointer;
  margin-top: 10px;
}

.but-agenda:hover {
  background-color: #ee7c8f;
}

.pink-bottom-sec {
  background-color: #fdd7de;
  padding: 30px 10px 20px 10px;
}

.slider-agenda {
  margin: 0 auto;
}

.slider-agenda h2 {
  text-align: center;
}

.onlyDesktop {
  max-width: 40%;
  display: block;
  margin: 0 auto;
}

.mobImg {
  max-width: 200px;
  display: block;
  margin: auto;
}

i.fas.fa-chevron-left {
  float: left;
  position: relative;
  bottom: -86px;
  left: 10px;
}

i.fas.fa-chevron-right {
  float: right;
  position: relative;
  bottom: -86px;
  left: -6px;
}

.notificaciones-containerAgenda {
  width: 100%;
}

.notificaciones-containerAgenda img {
  max-width: 80px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}

.notificaciones-containerAgenda h3 {
  text-align: center;
  font-weight: 900;
}

.notificaciones-containerAgenda button {
  border: 1px purple solid;
  padding: 10px;
  background-color: transparent;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  font-weight: bold;
}

.text-detail {
  max-width: 600px;
}

.container-agenda3 {
  margin-top: 40px;
  text-align: justify;
  width: 100%;
}

.container-scroll {
  overflow-y: scroll;
  height: 500px;
  padding: 12px;
}

.container-scroll img {
  display: block;
  margin: 0 auto;
}

.container-scroll::-webkit-scrollbar {
  width: 4px;
  height: 0px;
}

.container-scroll::-webkit-scrollbar-thumb {
  background-color: #5a5a5a;
  border-radius: 4px;
}

.container-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.container-scroll::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

.container-scroll::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}

.container-scroll::-webkit-scrollbar-track:hover,
.container-scroll::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}

@media (min-width: 800px) {
  .big-container-agenda2 {
    display: flex;
    flex-direction: row;
    padding: 0px 70px 0px 70px;
    margin-bottom: 50px;
  }

  .container-scroll {
    width: 50%;
  }

  .img2 {
    width: 50%;
  }

  .container-agenda3 {
    display: flex;
    flex-direction: row;
    padding: 10px;
    margin: 10px;
  }

  .actDetail {
    padding: 0px 10px 0px 20px;
    font-size: 20px;
  }

  .actDetail h2 {
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
    text-align: left;
  }

  .img-fig img {
    max-width: 600px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 80px;
  }

  .img2 img {
    max-width: 360px;
    margin-top: 20px;
    display: block;
    width: 97%;
    transform: rotate(15deg);
    margin-right: 0px;
    padding: 0px;
    left: 3.8%;
    bottom: 14px;
    position: relative;
  }

  .pink-bottom-sec {
    display: flex;
    flex-direction: row;
  }

  .onlyDesktop {
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }

  .mobImg {
    max-width: 200px;
    display: inline-block;
    margin: auto;
    margin-right: 20px;
  }

  .notificaciones-containerAgenda {
    width: 41%;
  }

  .slider-agenda {
    width: 50%;
  }

  i.fas.fa-chevron-left {
    left: -17px;
    font-size: 20px;
  }

  i.fas.fa-chevron-right {
    left: 36px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .img2 img {
    max-width: 422px;
    margin-top: 20px;
    display: block;
    width: 102%;
    transform: rotate(15deg);
    margin-right: 0px;
    padding: 0px;
    left: 31%;
    bottom: -55px;
    position: relative;
  }

  i.fas.fa-chevron-left {
    left: 22px;
    font-size: 20px;
  }

  i.fas.fa-chevron-right {
    left: -18px;
    font-size: 20px;
  }

  .notificaciones-containerAgenda {
    width: 50%;
    display: flex;
    flex-direction: row;
  }

  .mobImg {
    margin-right: 0px;
  }

  .subcontainerNewsletter {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
  }

  .notificaciones-containerAgenda img {
    width: 90px;
    height: 90px;
    margin-top: 89px;
    margin-right: 14px;
  }

  .notificaciones-containerAgenda h3 {
    text-align: left;
    max-width: 430px;
  }

  .notificaciones-containerAgenda button {
    margin-left: -2px;
  }

  .notificaciones-containerAgenda img {
    margin-left: 20px;
  }
}
.sec-top-bonsai {
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  background-image: url("../images/categories/bonsai-header.jpg");
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

/*MAIN*/
.bonsai-main {
  box-sizing: border-box;
}

/*-Scroll --*/
.scroll-bonsai {
  margin: auto;
  display: block;
  padding: 15px;
  text-align: center;
}

.scroll-B {
  overflow-y: scroll;
  padding: 30px;
  height: 400px;
}

.scroll-B h1, h2, h3, h4 {
  font-family: "Noto Serif Black";
}

.scroll-textP, .RecuadroBonsai {
  font-family: "Noto Serif Regular";
}

.scroll-B::-webkit-scrollbar {
  width: 4px;
  height: 0px;
}

.scroll-B::-webkit-scrollbar-thumb {
  background-color: #5a5a5a;
  border-radius: 4px;
}

.scroll-B::-webkit-scrollbar-thumb:hover {
  background-color: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.scroll-B::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

.scroll-B::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}

.scroll-B::-webkit-scrollbar-track:hover,
.scroll-B::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}

.RecuadroBonsai {
  border: pink 2px solid;
}

/*TALLERES SECTION*/
.talleresBonsai {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 20px;
}

.talleres-container {
  display: flex;
  flex-direction: column;
}

.bonsaiArticle {
  margin-bottom: 50px;
}

.bonsaiArticle a {
  text-decoration: none;
  color: #222;
}

.taller-img img {
  width: 100%;
  min-width: 250px;
}

.secondary-infoTaller {
  line-height: 1.15;
  text-align: left;
}

.secondary-infoTaller p {
  font-size: 12px;
}

.pInline {
  display: inline;
}

.cardRef h2 {
  font-family: "Noto Serif Medium";
  margin-top: 0px;
}

.cardRef h3 {
  font-family: "Noto Serif SemiBold";
}

.cardRef {
  margin: 0px auto;
  text-align: center;
}

.cardRef img {
  display: block;
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: 20px auto;
  border-radius: 50%;
}

.correctTag1 {
  font-size: 16px;
  font-weight: 800;
  padding: 10px;
  transition: all 420ms;
}

.correctTag1:hover {
  background-color: #ff95a7;
}

@media (min-width: 800px) {
  .scroll-bonsai {
    margin: auto;
    display: block;
    padding: 30px 170px 40px 170px;
  }

  .talleresBonsai {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    padding: 20px 80px 20px 80px;
    justify-content: space-between;
  }

  .talleres-container {
    display: flex;
    flex-direction: column;
  }

  .talleres-container.grid-two, .agenda-container.grid-two {
    display: grid;
    grid-template-columns: 50% 50%;
  }


  .bonsaiArticle a {
    display: flex;
    flex-direction: row;
  }

  .secondary-infoTaller {
    padding: 0px 5px 0px 15px;
    max-width: 300px;
  }

  .taller-img img {
    max-width: 250px;
  }
}
@media (min-width: 1200px) {
  .talleresBonsai {
    max-width: 1000px;
    margin: 0 auto;
  }
}
/*MAIN*/
.bonsai-art1-main {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: "Noto Serif Regular";
}

.imgTaller img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.bigContainer-Bon {
  padding: 20px;
}

.scroll-B ul {
  text-align: center;
  list-style: none;
}

.CC:before {
  font-size: 5px;
}

@media (min-width: 800px) {
  .aligItemsBonsai {
    padding: 30px 170px 0px 170px;
  }
}
@media (min-width: 1200px) {
  .aligItemsBonsai {
    padding: 30px 170px 0px 310px;
  }
}
.sec-top-origami {
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  background-image: url("../images/categories/origami-header.jpg");
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.correct-smallPages {
  height: 300px;
}

@media (min-width: 800px) {
  .TT {
    padding: 20px 40px 20px 40px;
  }

  .correctSmallP {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .TT {
    max-width: 1060px;
    margin: 0 auto;
  }
}
.sec-top-aikido {
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  background-image: url("../images/categories/aikido-header.jpg");
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.sec-top-shodo {
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  background-image: url("../images/categories/shodo-header.jpg");
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.sec-top-ikebana {
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  background-image: url("../images/categories/ikebana-header.jpg");
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.sec-top-anime {
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  background-image: url("../images/categories/anime-header.jpg");
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.specialCorrect {
  text-align: left;
}

.specialCorrect ul li {
  text-align: left;
  list-style-type: disc;
}

.sec-top-taiko {
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  background-image: url("../images/categories/taiko-header.jpg");
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.sec-top-kiri-e {
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  background-image: url("../images/categories/kiri-header.jpg");
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.sec-top-kumitate {
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  background-image: url("../images/categories/kumitate-header.jpg");
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.sec-top-artes {
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  background-image: url("../images/categories/artes-header.jpg");
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.sec-top-bunka {
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  background-image: url("../images/categories/bunka-header.jpg");
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.sec-top-kimono {
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  background-image: url("../images/categories/kimono-header.jpg");
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.sec-top-oshie {
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  background-image: url("../images/categories/oshie-header.jpg");
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.sec-top-kokeshi {
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  background-image: url("../images/categories/kokeshi-header.jpg");
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.sec-top-shiatsu {
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  background-image: url("../images/categories/shiatsu-header.jpg");
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.sec-top-judo {
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  background-image: url("../images/categories/judo-header.jpg");
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.sec-top-karate {
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  background-image: url("../images/categories/karate-header.jpg");
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.sec-top-pintura {
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  background-image: url("../images/categories/pintura-header.jpg");
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

@media (min-width: 800px) {
  .pinturaCorrect {
    padding: 20px 40px 20px 40px;
    margin: 0 auto;
    max-width: 1060px;
  }
}
.sec-top-nihon {
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  background-image: url("../images/categories/nihon-header.jpg");
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.sec-top-reflexologia {
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  background-image: url("../images/categories/reflex-header.jpg");
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.img-reflex img {
  display: block;
  margin: 0 auto;
  width: 250px;
}

@media (min-width: 800px) {
  .img-reflex img {
    display: block;
    margin: 0 auto;
    width: 450px;
  }
}
.sec-top-reiki {
  box-shadow: rgba(255, 255, 255, 0.71) 10px -146px 36px -110px inset;
  -webkit-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 10px -146px 36px -110px rgba(255, 255, 255, 0.75) inset;
  background-image: url("../images/categories/reiki-header.jpg");
  height: 70vh;
  background-color: #ebe18d;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}

.novedades-main {
  margin: 10px;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 800px) {
  .big-container-news {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
  }

  .novedades-main {
    margin: 50px;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .talleres-container {
    margin-right: 15px;
  }
}

.text-justify {
    text-align: justify !important;
}
.text-left {
    text-align: left !important;
}


/*# sourceMappingURL=main.css.map */
