

:root {
  --color-1: #dfb24c;
  --color-2: yellow;
  --color-3: yellow;
  --font-1: "Poppins", sans-serif;
}



* {
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

:-moz-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

html,
body {
  margin: 0;
  padding: 0;
  height: auto !important;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.65;
  background: #0e1317;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

a:link {
  color: #fff;
}

a:active {
  color: #fff;
}

a:visited {
  color: #fff;
}

a:hover {
  color: var(--color-1);

}

a img {
  border: none;
}

img {
  max-width: 100%;
}

input,
textarea,
button {
  font-family: "Roboto";
}

label {
  cursor: pointer;
}

iframe {
  max-width: 100%;
}

.comment-form-cookies-consent input {
  margin-right: 10px;
  position: relative;
  top: 7px;
}

.comment-form-cookies-consent label {
  display: inline-block;
  vertical-align: top;
}

.clear {
  clear: both;
}

strong {
  font-weight: 700;
}

/* - Typography */
h1,
h2,
h3,
h4,
h5,
h6,
.content-sidebar h2 {
  font-weight: 400;
  font-family: var(--font-1);
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #FFF;
  line-height: 1.3;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 28px;
}

h5,
.content-sidebar h2 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p {
  padding: 0;
  margin: 30px 0;
}


.p {
  padding: 0;
  margin: 30px 0;
}

strong {
  font-weight: 700;
}

@media screen and (max-width: 720px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 26px;
  }

  h5,
  .widget-title {
    font-size: 24px;
  }

  h6 {
    font-size: 22px;
  }
}

a.kf-lnk,
.kf-lnk {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #ff8059;
  font-weight: 700;
  text-decoration: none;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

a.kf-btn,
.kf-btn,
a.kf-btn-link,
.kf-btn-link,
button,
input[type="submit"] {
  padding: 0 32px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: black;
  font-weight: 600;
  height: 50px;
  line-height: 53px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: var(--color-1);
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  ;
}

a.kf-btn i,
.kf-btn i,
a.kf-btn-link i,
.kf-btn-link i,
button i,
input[type="submit"] i {
  margin-left: 3px;
  position: relative;
  display: inline-block;
  top: 0;
  font-size: 14px;
}

a.kf-btn span,
.kf-btn span,
a.kf-btn-link span,
.kf-btn-link span,
button span,
input[type="submit"] span {
  position: relative;
}

a.kf-btn.dark-btn,
.kf-btn.dark-btn,
a.kf-btn-link.dark-btn,
.kf-btn-link.dark-btn,
button.dark-btn,
input[type="submit"].dark-btn {
  background: #0e1317;
}

a.kf-btn:before,
.kf-btn:before,
button:before {
  content: '';
  position: absolute;
  left: -10%;
  top: -50%;
  width: 120%;
  height: 120%;
  background: #fff;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transform: translate3d(0, -100%, 0) skew(-10deg, -10deg);
  -webkit-transform: translate3d(0, -100%, 0) skew(-10deg, -10deg);
}

a.kf-btn:hover,
.kf-btn:hover {
  color: black;
}

a.kf-btn:hover:before,
.kf-btn:hover:before {
  top: -20%;
  transform: translate3d(0, 0, 0) skew(0deg);
  -webkit-transform: translate3d(0, 0, 0) skew(0deg);
}

a.kf-btn-link,
.kf-btn-link {
  padding: 0;
  height: auto;
  line-height: 1.2;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  opacity: 0.5;
}

a.kf-btn-link i,
.kf-btn-link i {
  margin-left: 3px;
  position: relative;
  display: inline-block;
  top: -1px;
  font-size: 14px;
}

a.kf-btn-link span,
.kf-btn-link span {
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
}

a.kf-btn-link span:before,
.kf-btn-link span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

a.kf-btn-link:hover,
.kf-btn-link:hover {
  opacity: 1;
}

a.kf-btn-link:hover span:before,
.kf-btn-link:hover span:before {
  width: 100%;
}

@media screen and (max-width: 767px) {

  a.kf-btn,
  .kf-btn,
  button,
  input[type="submit"] {
    padding: 0 20px;
    height: 50px;
    line-height: 48px;
    font-size: 13px;
  }
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="address"],
input[type="number"],
input[type="date"],
textarea {
  position: relative;
  padding: 0 20px;
  display: block;
  width: 100%;
  height: 60px;
  font-family: "Roboto";
  font-size: 16px;
  color: #FFF;
  resize: none;
  outline: 0;
  font-weight: 500;
  background: none;
  border: 1px solid #21282f;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -moz-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

::-webkit-calendar-picker-indicator {
  opacity: 0;
}

textarea {
  height: 260px;
  padding-top: 20px;
  padding-bottom: 20px;
  resize: none;
}

select,
.custom-select {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 60px;
  padding: 0 20px;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  background-color: transparent;
  border: 1px solid #21282f;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

select,
.custom-select {
  background: url(assets/images/select.png) no-repeat right 20px center/12px 8px;
}

@media screen and (max-width: 767px) {

  input[type="text"],
  input[type="email"],
  input[type="search"],
  input[type="password"],
  input[type="tel"],
  input[type="address"],
  input[type="number"],
  input[type="date"] {
    height: 50px;
    font-size: 14px;
  }

  textarea {
    height: 150px;
    font-size: 14px;
  }

  select,
  .custom-select {
    height: 50px;
    font-size: 14px;
  }

  select,
  .custom-select {
    background: url(assets/images/select.png) no-repeat right 20px center/12px 8px;
  }
}

label,
legend {
  display: block;
  padding-bottom: 20px;
  font-family: "Roboto";
  font-size: 20px;
}

fieldset {
  border-width: 0;
  padding: 0;
}

label.error {
  padding-top: 10px;
  padding-bottom: 0 !important;
  font-family: "Roboto";
  font-size: 14px;
  color: red;
  display: none;
}

ul {
  list-style: disc;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0px;
  list-style-position: inside;
}

ol {
  list-style: decimal;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0px;
  list-style-position: inside;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

code {
  padding: 0 4px;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  overflow: auto;
  max-width: 100%;
  white-space: nowrap;
}

pre {
  margin: 30px 0;
  padding: 0;
  max-width: 100%;
  overflow: auto;
  white-space: pre;
  font-size: 14px;
}

mark,
ins {
  text-decoration: none;
}

dt {
  margin-bottom: 5px;
  font-weight: 700;
}

dd {
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 30px;
}

.block-quote,
blockquote {
  position: relative;
  margin: 45px 0;
  padding: 30px 45px;
  font-family: var(--font-1);
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  background: #090c0f;
}

.block-quote p,
blockquote p,
.block-quote p {
  font-size: 24px;
  margin: 0;
  font-style: normal;
}

@media only screen and (max-width: 576px) {

  .block-quote,
  blockquote,
  .block-quote {
    font-size: 20px;
    margin: 20px 0;
  }

  .block-quote p,
  blockquote p,
  .block-quote p {
    font-size: 20px;
  }

  .block-quote p br,
  blockquote p br,
  .block-quote p br {
    display: none;
  }
}

.block-quote cite,
blockquote cite,
.block-quote cite {
  position: relative;
  margin-top: 15px;
  padding-left: 45px;
  font-size: 16px;
  display: block;
  font-weight: 300;
  font-style: normal;
}

.block-quote cite:before,
blockquote cite:before,
.block-quote cite:before {
  margin-top: -1px;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 35px;
  height: 3px;
  background: var(--color-1);
}

.block-quote cite em,
blockquote cite em,
.block-quote cite em {
  font-style: normal;
}

.block-quote.has-background blockquote,
blockquote.has-background blockquote {
  padding: 20px 0;
}

.block-quote.has-text-align-right cite,
blockquote.has-text-align-right cite {
  text-align: right;
}

.block-quote cite br,
blockquote cite br {
  display: none;
}

.bypostauthor {
  border-top: none;
}

.post-content .has-medium-font-size {
  line-height: 1.6;
}

.post-content .has-large-font-size {
  line-height: 1.4;
}

.blocks-gallery-caption {
  margin-bottom: 2rem;
}

.post-content .gallery {
  margin: 0 -15px;
  font-size: 0;
}

.post-content .gallery .gallery-item {
  padding: 15px;
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  text-align: center;
}

.post-content .gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}

.post-content .gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.post-content .gallery.gallery-columns-3 .gallery-item {
  width: 33.333%;
}

.post-content .gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}

.post-content .gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}

hr {
  border-top: 1px solid #8d99a7;
}

/* - Alignment */
.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.align-left {
  text-align: left !important;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.pull-none {
  float: none !important;
}

.alignright {
  margin-left: 30px;
  margin-bottom: 30px;
  float: right;
  max-width: 50%;
}

.alignleft {
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  max-width: 50%;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.full-width {
  max-width: 100%;
  width: 100%;
}

.full-max-width {
  max-width: 100%;
  width: auto;
}

.centrize {
  display: table;
  table-layout: fixed;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}

.vertical-center {
  display: table-cell;
  vertical-align: middle;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-regular {
  font-weight: 400 !important;
}

.text-bold {
  font-weight: 700 !important;
}

.text-italic {
  font-style: italic !important;
}

.quienes-h .sec-l {
  position: relative;
  right:30px;
}


.alert-success {
  color: #FFF;
  background: transparent;
  border: none;
}

/* - Wrapper */
.wrapper {
  padding-top: 138px;
}

.container-page {
  position: relative;
  overflow: hidden;
  min-height: 50vh;
}

.wrapper,
.container {
  position: relative;
}

.container {
  margin: 0 auto;
  max-width: 1170px;
}

@media screen and (max-width: 992px) {
  .container {
    padding: 0 30px;
  }
}

/* - Breadcrumbs */
/* - Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  text-align: center;
  z-index: 1000;
}

.preloader .centrize {
  height: 100vh;
}

.preloader:before {
  content: '';
  position: absolute;
  left: -20vw;
  top: -20vh;
  width: 140vw;
  height: 120vh;
  background: #090c0f;
}

.preloader .spinner-logo {
  position: relative;
  margin: 0 auto;
  width: 118px;
  font-size: 0;
}

.preloader .spinner-logo img {
  margin-bottom: 15px;
  max-width: 100%;
}

.preloader .spinner-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--color-1);
  border-radius: 0;
  -webkit-animation: spinnerline 1s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  animation: spinnerline 1s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

.preloader .spinner-dot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0;
}

.preloader.loaded:before {
  -webkit-animation: preloader 0.75s cubic-bezier(0.3, 0, 0.3, 1) forwards;
  animation: preloader 0.75s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: translate3d(0, 0, 0) skew(-10deg, -10deg);
    transform: translate3d(0, 0, 0) skew(-10deg, -10deg);
  }

  100% {
    -webkit-transform: translate3d(0, -100%, 0) skew(0deg);
    transform: translate3d(0, -100%, 0) skew(0deg);
  }
}

@-webkit-keyframes spinner {
  0% {
    width: 15px;
  }

  50% {
    width: 50px;
  }

  100% {
    width: 15px;
  }
}

@keyframes spinner {
  0% {
    width: 15px;
  }

  50% {
    width: 50px;
  }

  100% {
    width: 15px;
  }
}

@-webkit-keyframes spinnerline {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }

  50% {
    width: 100%;
    left: 0;
    right: auto;
  }

  51% {
    width: 100%;
    left: auto;
    right: 0;
  }

  100% {
    width: 0;
    left: auto;
    right: 0;
  }
}

@keyframes spinnerline {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }

  50% {
    width: 100%;
    left: 0;
    right: auto;
  }

  51% {
    width: 100%;
    left: auto;
    right: 0;
  }

  100% {
    width: 0;
    left: auto;
    right: 0;
  }
}

/* - Cursor */
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid transparent;
  -o-transition: width 0.3s cubic-bezier(0.3, 0, 0.3, 1), height 0.3s cubic-bezier(0.3, 0, 0.3, 1), background 0.3s cubic-bezier(0.3, 0, 0.3, 1), margin 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: width 0.3s cubic-bezier(0.3, 0, 0.3, 1), height 0.3s cubic-bezier(0.3, 0, 0.3, 1), background 0.3s cubic-bezier(0.3, 0, 0.3, 1), margin 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: width 0.3s cubic-bezier(0.3, 0, 0.3, 1), height 0.3s cubic-bezier(0.3, 0, 0.3, 1), background 0.3s cubic-bezier(0.3, 0, 0.3, 1), margin 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 999;
  pointer-events: none;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
}

.cursor.cursor-zoom {
  margin-top: -25px;
  margin-left: -25px;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.5);
}

/* - Swiper */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  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;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  pointer-events: none !important;
}

.js-parallax {
  overflow: hidden;
}

/* - Animations */
.text-anim-1 .char,
.text-anim-1 .word,
.text-anim-1 .line {
  -webkit-transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear, color 0.3s linear;
  -webkit-transition: opacity 0.3s linear, color 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: opacity 0.3s linear, color 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear, color 0.3s linear;
  transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear, color 0.3s linear;
  transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear, color 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  transform: translate(10px, 0);
  opacity: 0;
}

.text-anim-1.animate__active .char,
.text-anim-1.animate__active .word,
.text-anim-1.animate__active .line,
.swiper-slide-active .text-anim-1 .char,
.swiper-slide-active .text-anim-1 .word,
.swiper-slide-active .text-anim-1 .line {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.text-anim-1 .char {
  -webkit-transition-delay: calc(60ms * var(--char-index));
  -o-transition-delay: calc(60ms * var(--char-index));
  transition-delay: calc(60ms * var(--char-index));
}

.text-anim-1 .word {
  -webkit-transition-delay: calc(60ms * var(--word-index));
  -o-transition-delay: calc(60ms * var(--word-index));
  transition-delay: calc(60ms * var(--word-index));
}

.text-anim-1 .line {
  -webkit-transition-delay: calc(60ms * var(--line-index));
  -o-transition-delay: calc(60ms * var(--line-index));
  transition-delay: calc(60ms * var(--line-index));
}

.animate-active .text-anim-1 .char,
.animate-active .text-anim-1 .word,
.animate-active .text-anim-1 .line {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

.element-anim-1 {
  -webkit-transition: transform 0.7s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.4s linear, color 0.3s linear;
  -webkit-transition: opacity 0.4s linear, color 0.3s linear, -webkit-transform 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: opacity 0.4s linear, color 0.3s linear, -webkit-transform 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: transform 0.7s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.4s linear, color 0.3s linear;
  transition: transform 0.7s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.4s linear, color 0.3s linear;
  transition: transform 0.7s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.4s linear, color 0.3s linear, -webkit-transform 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition-delay: 30ms;
  -o-transition-delay: 30ms;
  transition-delay: 30ms;
  opacity: 0;
}

.element-anim-1.animate__active,
.animate-active .element-anim-1,
.swiper-slide-active .element-anim-1 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

button.mfp-close:before {
  display: none;
}

/**
* Header
**/
.admin-bar .kf-header {
  top: 32px;
}

.admin-bar .kf-header.fixed .kf-navbar {
  top: 32px;
}

.kf-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 90;
}



.kf-header.show .kf-navbar-mobile .kf-main-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.kf-header.show .kf-navbar-mobile .kf-topline {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.kf-header.animated .kf-navbar-mobile {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

.kf-header.animated .kf-navbar-mobile:before {
  -webkit-animation: nav-mobile-open 0.75s cubic-bezier(0.3, 0, 0.3, 1) forwards;
  animation: nav-mobile-open 0.75s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

.kf-header.opened .kf-navbar-mobile {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

.kf-header.no-touch .kf-menu-btn {
  pointer-events: none;
}

.kf-header .row {
  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;
}


.kf-header.fixed .kf-logo img {
  max-width: 130px;

}


.kf-topline {
  padding: 6px 145px;
  background: var(--color-1);
}

.kf-navbar {
  padding: 20px 145px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  background-color: black;
}

.kf-navbar.inner-navbar:before,
.kf-header.fixed .kf-navbar:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.kf-logo {
  position: relative;
  width: auto;
  max-width: 100%;
  font-size: 0;
}

.kf-logo img {
  max-width: 100%;
  width: AUTO;
  max-height: 105px;
}

.kf-search {
  margin-left: 50px;
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.kf-search input[type="text"],
.kf-search input[type="search"] {
  padding: 0;
  position: absolute;
  top: 0;
  right: 20px;
  font-family: var(--font-1);
  font-size: 15px;
  color: #fff;
  width: 0%;
  height: 20px;
  border: none;
  border-bottom: 1px solid #fff;
}

.kf-search .search-btn {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: none;
  text-align: center;
}

.kf-search .sep {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  z-index: 3;
}


.kf-h-group.text {
  text-align: center;
  justify-content: center;
}

.kf-h-group {
  color: black;
  font-family: var(--font-1);
}

.kf-h-group a {
  color: black;
  font-size: 16px;
  position: relative;
  font-family: var(--font-1);

}

.kf-h-group span {
  text-align: center;
}


.kf-h-social {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}




.kf-h-group a:hover {
  color: white;
  transition: all ease 0.4s;
}

.kf-h-group a:hover img {
  transform: scale(1.1);
  transition: all ease 0.4s;
}


.kf-h-group a img {
  margin-right: 5px;
}



.kf-h-group {
  display: flex;
  align-items: center;
  gap: 30px;
}


.kf-h-group a:first-child::after {
  content: "";
  width: 2px;
  height: 20px;
  color: red;
  position: absolute;
  right: -15px;
  background-color: rgba(255, 255, 255, 0.3);
  top: 6px;
}







.kf-h-group em,
.kf-h-group i {
  color: var(--color-1);
  font-style: normal;
}

.kf-h-social {
  display: inline-block;
  font-family: var(--font-1);
  font-size: 15px;
  text-align: center;
}

.kf-h-social a {
  margin: 0 8px;
  display: inline-block;
  text-decoration: none;
}

.kf-h-social a:hover i {
  color: white;
  transition: all ease 0.4s;
}


.kf-h-social i {
  color: black;
  font-style: normal;
  font-size: 18px;
}

.kf-main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.kf-main-menu>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 30px;
}




.kf-main-menu ul li {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.kf-main-menu ul li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
  font-weight: 600;
  font-family: var(--font-1);

}

.kf-main-menu ul li a:hover {
  color: var(--color-1);
}

.kf-main-menu ul li a i {
  position: relative;
  top: -2px;
  margin-left: 6px;
  font-size: 12px;
  color: white !important;
}

.kf-main-menu ul li a i::before {
  color: white;
}

.kf-main-menu ul li:first-child {
  padding-left: 0;
}

.kf-main-menu ul li.active>a {
  color: var(--color-1);
}

.kf-main-menu ul li ul {
  padding: 20px;
  position: absolute;
  left: -20px;
  top: 35px;
  width: 305px;
  background: #090c0f;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}

.kf-main-menu ul li ul li {
  margin-bottom: 10px;
  margin-left: 0;
  display: block;
}

.kf-main-menu ul li ul li:before {
  display: none;
}

.kf-main-menu ul li ul li a {
  line-height: normal;
  font-weight: 300;

}

.kf-main-menu ul li ul li:last-child {
  margin-bottom: 0;
}

.kf-main-menu ul li ul li:hover a {
  opacity: 1;
}

.kf-btn.h-btn {
  vertical-align: middle;
}


.kf-btn.h-btn span {
  line-height: 48px;
}

.kf-btn.h-btn img {
  margin-right: 10px;
  z-index: 10;
  position: relative;
}

.kf-btn.h-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background-color: var(--color-1);
  color: black;
  font-size: 15px;
  font-weight: bold;
}

.kf-btn.h-btn:hover {
  color: black;

}

.section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
}


.kf-menu-btn {
  margin-top: 0;
  margin-left: 30px;
  position: relative;
  float: right;
  display: none;
  width: 25px;
  height: 50px;
}

.kf-menu-btn span {
  margin-top: -7px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 14px;
  display: block;
}

.kf-menu-btn span:before,
.kf-menu-btn span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  border-radius: 1px;
  -webkit-border-radius: 1px;
}

.kf-menu-btn span:after {
  top: auto;
  bottom: 0;
}

.kf-menu-btn.active span {
  background: transparent;
}

.kf-menu-btn.active span:before,
.kf-menu-btn.active span:after {
  top: 8px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.kf-menu-btn.active span:after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.kf-navbar-mobile {
  padding: 130px 30px 30px 30px;
  position: absolute;
  overflow: auto;
  overflow-x: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}

.kf-navbar-mobile:before {
  content: '';
  position: fixed;
  left: -20vw;
  top: -20vh;
  width: 140vw;
  height: 120vh;
  background: #090c0f;
  -webkit-animation: nav-mobile-close 0.75s cubic-bezier(0.3, 0, 0.3, 1) forwards;
  animation: nav-mobile-close 0.75s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

.kf-navbar-mobile .kf-main-menu {
  position: relative;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: block;
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}

.kf-navbar-mobile .kf-main-menu ul li {
  margin-left: 0;
  margin-bottom: 10px;
  display: block;
}

.kf-navbar-mobile .kf-main-menu ul li.opened>i {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.kf-navbar-mobile .kf-main-menu ul li a {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 1.5;
}

.kf-navbar-mobile .kf-main-menu ul li i {
  position: absolute;
  top: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}

.kf-navbar-mobile .kf-main-menu ul li ul {
  margin: 10px 0 0 0;
  padding: 20px;
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  max-width: 290px;
  text-align: left;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: none;
  -o-transition: none;
  transition: none;
  -webkit-transition: none;
}

.kf-navbar-mobile .kf-main-menu ul li ul li a {
  font-size: 18px;
}

.kf-navbar-mobile .kf-topline {
  margin: 30px 0 0 0;
  padding: 0;
  background: none;
  position: relative;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: block;
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}

.kf-navbar-mobile .kf-h-social {
  margin: 30px 0 15px 0;
}

.kf-navbar-mobile .kf-h-social a {
  margin: 0 20px 0 0;
  font-size: 20px;
}

.kf-navbar-mobile .kf-h-group {
  margin: 5px 0;
}

.kf-navbar-mobile .kf-btn.h-btn {
  margin-left: 0;
  display: inline-block;
}

@-webkit-keyframes nav-mobile-open {
  0% {
    -webkit-transform: translate3d(0, -100%, 0) skew(-10deg, -10deg);
    transform: translate3d(0, -100%, 0) skew(-10deg, -10deg);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) skew(0deg);
    transform: translate3d(0, 0, 0) skew(0deg);
  }
}

@-webkit-keyframes nav-mobile-close {
  0% {
    -webkit-transform: translate3d(0, 0, 0) skew(-10deg, -10deg);
    transform: translate3d(0, 0, 0) skew(-10deg, -10deg);
  }

  100% {
    -webkit-transform: translate3d(0, -100%, 0) skew(0deg);
    transform: translate3d(0, -100%, 0) skew(0deg);
  }
}

@media screen and (min-width: 1025px) {
  .kf-header.fixed .kf-navbar {
    position: fixed;
  }

  .kf-main-menu ul li:hover ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media screen and (max-width: 1024px) {
  .kf-header {
    position: fixed;
  }

  .kf-topline {
    display: none;
  }

  .kf-main-menu {
    display: none;
  }

  .kf-menu-btn {
    display: block;
  }

  .kf-btn.h-btn {
    display: none;
  }

  .wrapper {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .kf-header .col-xs-12 {
    width: auto;
  }
}

/**
* Footer
**/
.kf-footer {
  padding: 70px 0 0 0;
  background: #090c0f;
}

.kf-footer h5 {
  margin: 0 0 20px 0;
  color: var(--color-1);
  font-weight: 600;
}



.kf-f-hours ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kf-f-hours ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  color: #fff;
}

.kf-f-hours ul li:last-child {
  margin-bottom: 0;
}

/* .kf-f-hours ul li:last-child:before {
  display: none;
} */

.kf-f-hours ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  background: var(--color-1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.kf-f-hours ul li em {
  display: block;
  color: var(--color-1);
  font-style: normal;
}

.kf-f-hours ul li strong {
  font-family: "Merienda";
  color: #ff8a00;
}

.kf-f-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kf-f-contact ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 50px;
  color: #fff;
}

.kf-f-contact ul li:last-child {
  margin-bottom: 0;
}

.kf-f-contact ul li i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 40px;
  color: var(--color-1);
}

.kf-f-contact ul li em {
  display: block;
  color: var(--color-1);
  font-style: normal;
  font-weight: 600;
}

.kf-f-gallery ul {
  margin: 0 -4px;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.kf-f-gallery ul li {
  padding: 4px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
}

.kf-f-gallery ul li img {
  position: relative;
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.kf-copyright {
  margin-top: 20px;
  padding: 30px 0;
  border-top: 1px solid var(--color-1);
  width: 100%;
}


.kf-copyright,
.kf-copyright a,
.kf-copyright span {
  color: white !important;
}

#whatsappflotante {
  position: fixed;
  bottom: 3rem;
  left: 2rem;
  z-index: 99999;
  filter: drop-shadow(-2px 2px 15px rgba(0, 0, 0, 0.7));
}

#whatsappflotante:hover {
  opacity: 0.8;
  filter: drop-shadow(0px 2px 2px #000);
}


#scrollTopBtn {
  display: none;
  /* Oculto por defecto */
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--color-1);
  color: white;
  cursor: pointer;
  padding: 20px 20px;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
}





#scrollTopBtn:hover {
  background-color: white;
  color: black;
}


.telefono {
  width: 55px;
  height: 55px;
  background-color: var(--color-1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  bottom: 7rem !important;
}






.kf-copyright a:hover {
  color: var(--color-1) !important;
  transition: all ease 0.4s;
}


button.mfp-close:before,
button.mfp-arrow:before {
  display: none;
}

@media screen and (max-width: 992px) {
  .kf-f-hours {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {

  .kf-footer .kf-logo,
  .kf-f-hours,
  .kf-f-contact {
    margin-bottom: 50px;
  }

  .kf-copyright {
    margin-top: 50px;
    font-size: 14px;
  }
}

/**
* Section
**/

.pt {
  padding-top: 80px;
}

.pb {
  padding-bottom: 80px;
}

.mt {
  margin-top: 80px;
}

.mb {
  margin-bottom: 80px;
}




.section {
  position: relative;
  z-index: 2;
}

.section.ofrecemos {
  background-color: #090c0f;

}

.section.ofrecemos .container {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}


.section.ofrecemos .swiper-button-next,
.section.ofrecemos .swiper-button-prev {
  color: var(--color-1);

}

.section.ofrecemos .swiper-button-next:hover,
.section.ofrecemos .swiper-button-prev:hover {
  color: white;
  transition: all ease 0.4s;
}






.kf-titles {
  width: 100%;
}

.kf-subtitle {
  margin: 0 0 10px 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--color-1);
}

.kf-subtitle.with-icon:before {
  content: '';
  position: absolute;
  left: -45px;
  top: -25px;
  width: 93px;
  height: 95px;
  background: url(assets/images/cafe_icon.png) no-repeat;
  background-size: contain;
}

.kf-title {
  margin: 0 0 50px 0;
  font-size: 42px;
  font-family: var(--font-1);
  color: #fff;
  font-weight: 600;
}


.kf-title.kf-title2 {
  font-size: 30px;
  margin: 0px;
}


.kf-p-title {
  margin: 20px 0;
  font-size: 70px;
  font-family: var(--font-1);
  color: #fff;
  font-weight: 400;
}

.kf-text p {
  margin: 0;
}

.kf-text .p {
  margin: 0;
}

.kf-image-hover {
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 0;
}

.kf-image-hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.kf-image-hover:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.kf-parallax {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.kf-parallax-icon {
  position: absolute;
}

.kf-parallax-icon .p-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.kf-parallax-icon.pi-1 {
  left: -220px;
  top: 5%;
  width: 159px;
  height: 145px;
}

.kf-parallax-icon.pi-2 {
  left: auto;
  right: -220px;
  top: 10%;
  width: 131px;
  height: 178px;
}

.kf-parallax-icon.pi-3 {
  left: auto;
  right: -220px;
  top: 90%;
  width: 205px;
  height: 106px;
}

.kf-parallax-icon.pi-4 {
  left: auto;
  left: 0;
  top: 30%;
  width: 25px;
  height: 137px;
}

.kf-parallax-icon.pi-5 {
  left: auto;
  right: 0;
  top: 40%;
  width: 59px;
  height: 158px;
}

@media screen and (max-width: 767px) {




  .kf-subtitle {
    font-size: 16px;
  }

  .kf-title {
    margin: 0 0 50px 0;
    font-size: 32px;
  }

  .kf-p-title {
    font-size: 32px;
  }
}

.section-bg {
  background-color: #090c0f;
}

/**
* Section Hero Started
**/
.section.kf-started-slider {
  padding: 0;
  position: relative;
  overflow: hidden;
  padding-top: 177px;
}

.section.kf-started-slider .swiper-slide {
  overflow: hidden;
}

.swiper-button-prev,
.swiper-button-next {
  left: 0;
  margin-top: -55px;
  width: 47px;
  height: 111px;
  border: none;
  outline: none;
}

.swiper-button-prev:before,
.swiper-button-prev:after,
.swiper-button-next:before,
.swiper-button-next:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  /* background: url(assets/images/nav.png) no-repeat;
  background-size: contain;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); */
}

.swiper-button-prev:after,
.swiper-button-next:after {
  /* background: url(assets/images/nav2.png) no-repeat;
  background-size: contain;
  opacity: 0; */
}






.section.galeria .swiper-button-prev:before,
.section.galeria .swiper-button-prev:after,
.section.galeria .swiper-button-next:before,
.section.galeria .swiper-button-next:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: url(assets/images/nav.png) no-repeat;
  background-size: contain;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.section.galeria .swiper-button-prev:after,
.section.galeria .swiper-button-next:after {
  background: url(assets/images/nav2.png) no-repeat;
  background-size: contain;
  opacity: 0;
}




.kf-footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.8);
}


.kf-footer {
  position: relative;
}


.kf-footer .container {
  position: relative;
  z-index: 10;
}


.kf-footer .sec-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.kf-footer .sec-footer .btn {
  background-color: white;
  color: var(--color-1);
  font-size: 32px;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
  font-family: var(--font-1);
  margin-bottom: 60px;
}


.kf-footer .sec-footer .btn:hover {
  color: white;
  background-color: var(--color-1);
  transition: all ease 0.4s;
}











.kf-footer .sec-footer .kf-h-social {
  margin-top: 15px;

}


.kf-footer .sec-footer .kf-h-social i {
  color: white !important;
  font-size: 21px;
}

.kf-footer .sec-footer {
  margin-bottom: 45px;
}


.kf-footer .sec-footer .kf-h-social a:hover i {
  color: var(--color-1) !important;
}

.kf-footer {
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
}


.kf-footer .col-xs-12 {
  display: flex;

  flex-direction: column;
  align-items: center;
}



.swiper-button-prev:hover:before,
.swiper-button-next:hover:before {
  opacity: 0;
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  opacity: 1;
}

.swiper-button-next {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.kf-started-item {
  position: relative;
  width: 100%;
  height: 590px;
  display: flex;
  align-items: center;

}

.kf-started-item .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kf-started-item .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}






.kf-started-item .slide:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.4;
}

.kf-started-item .description {
  width: 100%;

}

.kf-started-item .name {
  margin: 0 0 50px 0;
  font-family: var(--font-1);
  font-size: 60px;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}

.kf-started-item .subtitles {
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 50px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  bottom: 0px;
  color: var(--color-1);
}

.kf-started-item .subtitles:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #b99271;
}

.kf-bts .kf-btn {
  margin: 0 10px 0 0;
  text-transform: capitalize;
  font-family: var(--font-1);
  color: black;
  font-weight: 600;
  font-size: 16px;

}


.kf-bts .kf-btn img {
  margin-right: 10px;
  position: relative;
  z-index: 10;
}


.kf-bts .kf-btn:hover img {
  filter: brightness(0);
  transition: all ease 0.4s;
}



.kf-started-slider .swiper-button-next,
.kf-started-slider .swiper-button-prev {
  top: 61%;
  font-weight: bold;
  color: var(--color-1);
  font-size: 20px;
}

.kf-started-slider .swiper-button-next:hover,
.kf-started-slider .swiper-button-prev:hover {
  color: white;
  transition: all ease 0.4s;
}








@media screen and (max-width: 992px) {
  .kf-started-item .name {
    font-size: 90px;
    line-height: 100px;
  }

  .kf-started-item .subtitles ul li {
    font-size: 16px;
  }

  .kf-started-item .subtitles ul li:before {
    margin-top: -6px;
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .kf-started-item {
    height: calc(100vh - 90px);
    min-height: 480px;
  }

  .kf-started-item .name {
    font-size: 50px;
    line-height: 60px;
  }

  .kf-started-item .subtitles ul li {
    padding-left: 15px;
    margin: 0 5px;
    font-size: 14px;
  }

  .kf-started-item .subtitles ul li:before {
    margin-top: -4px;
    width: 8px;
    height: 8px;
  }

  .section.kf-started-slider .swiper-button-prev,
  .section.kf-started-slider .swiper-button-next {
    display: none;
  }

  .section.kf-started-slider .kf-bts .kf-btn {
    margin-bottom: 10px;
  }
}

/**
* Section About
**/
.section.kf-about {

  overflow: hidden;
}

.section.kf-about .p {
  color: white;
  margin-top: 10px;
  width: 95%;
}


.section.kf-about a.kf-btn {
  margin-top: 30px;

}


.section.kf-about .kf-about-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.section.kf-about .kf-about-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.section.kf-about .row {
  align-items: stretch;
}




.p2 {
  font-size: 18px;
}



.kf-about-quote {
  margin-top: 15px;
  padding: 20px;
  position: relative;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  background-color: black;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  display: inline-block;
  width: 74%;
  color: var(--color-1);
}





.kf-about-quote div {
  display: inline-block;
  width: auto;
}





.kf-about-quote img {
  float: left;
  width: 95px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}


.kf-about-image {
  margin-right: -100px;
  text-align: right;
}

.kf-about-image img {
  max-width: 686px;
}

@media screen and (max-width: 992px) {
  .kf-about-image {
    margin-right: 0;
    margin-top: 50px;
  }

  .kf-about-image img {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .kf-about-quote {
    font-size: 16px;
  }
}

/**
* Section Services
**/
.kf-services-items {
  margin-top: -30px;
}

.kf-services-item {
  margin-top: 30px;
  position: relative;
}

.kf-services-item a {
  display: block;
}

.kf-services-item .image {
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 270px;
}

.kf-services-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.kf-services-item .image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090c0f;
  opacity: 0.85;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 2;
  pointer-events: none;
}

.kf-services-item .image:after {
  content: '';
  position: absolute;
  left: 24px;
  top: 24px;
  right: 24px;
  bottom: 24px;
  border: 1px solid var(--color-1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  opacity: 0.25;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 3;
  pointer-events: none;
}

.kf-services-item .desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 4;
}

.kf-services-item .desc .icon {
  display: block;
  font-size: 60px;
  line-height: 1;
  color: #fff;
}

.kf-services-item .desc .name {
  margin: 0;
  display: block;
}

.kf-services-item:hover .image .img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.kf-services-item:hover .image:before {
  opacity: 0.75;
}

.kf-services-item:hover .image:after {
  opacity: 1;
}

/**
* Section Menu
**/
.section.kf-menu.kf-parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.kf-menu-items {
  padding: 35px 45px;
  background-color: #090c0f;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 465px auto;
}

.kf-menu-items:first-child {
  margin-top: 0;
}

.kf-menu-item {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kf-menu-item .image {
  width: 150px;
  height: 160px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.kf-menu-item .image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.kf-menu-item .desc {
  padding-left: 45px;
  max-width: 300px;
}

.kf-menu-item .name {
  margin: 0 0 10px 0;
}

.kf-menu-item .subname {
  margin-bottom: 10px;
}

.kf-menu-item .price {
  position: relative;
  padding-left: 150px;
  font-size: 24px;
  font-family: "Merienda";
  color: var(--color-1);
}

.kf-menu-item .price:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 130px;
  border: 1px dashed var(--color-1);
}

@media screen and (max-width: 992px) {
  .kf-menu-items {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .kf-menu-items {
    padding: 0 20px;
  }

  .kf-menu-item {
    margin: 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .kf-menu-item .image {
    width: 100px;
    height: 120px;
  }

  .kf-menu-item .desc {
    padding-left: 20px;
    max-width: 170px;
  }

  .kf-menu-item .price {
    padding-left: 100px;
    font-size: 22px;
  }

  .kf-menu-item .price:before {
    width: 70px;
  }
}

/**
* Section Choose
**/
.section.kf-choose {
  overflow: hidden;
}

.section.kf-choose .kf-title {
  margin-bottom: 30px;
}

.kf-choose-image {
  position: relative;
  width: 100%;
  height: 700px;
  font-size: 0;
}

.kf-choose-image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.kf-choose-list {
  margin: 40px 0;
}

.kf-choose-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kf-choose-list ul li {
  margin: 0 0 30px 0;
}

.kf-choose-list ul li .icon {
  float: left;
  width: 69px;
  text-align: center;
}

.kf-choose-list ul li .desc {
  margin-left: 100px;
}

.kf-choose-list ul li .name {
  margin: 0 0 10px 0;
}

@media screen and (max-width: 992px) {
  .kf-choose-image {
    margin-bottom: 50px;
  }

  .section.kf-choose.kf-choose-2 .kf-choose-image {
    margin-bottom: 0;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .kf-choose-image {
    margin-bottom: 50px;
    height: 360px;
  }
}

/**
* Section Grid Carousel
**/
.section.kf-grid-carousel {
  position: relative;
  overflow: hidden;
}



.section.kf-grid-carousel .swiper-slide-visible .slide-item {
  opacity: 1;
  pointer-events: auto;
}

.section.kf-grid-carousel .slide-item {
  position: relative;
  width: 100%;
  opacity: 0.25;
  pointer-events: none;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.section.kf-grid-carousel .slide-item .image {
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 480px;
}

.section.kf-grid-carousel .slide-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}


.section.kf-grid-carousel .slide-item .image a::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);

}

.section.kf-grid-carousel .slide-item .image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090c0f;
  opacity: 0;
  pointer-events: none;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 2;
}

.section.kf-grid-carousel .slide-item .image:after {
  content: '';
  position: absolute;
  left: 24px;
  top: 24px;
  right: 24px;
  bottom: 24px;
  border: 1px solid var(--color-1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  opacity: 1;
  pointer-events: none;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 3;
}

.section.kf-grid-carousel .slide-item .desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: none;
  opacity: 1;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 4;
}

.section.kf-grid-carousel .slide-item .desc .name {
  margin: 0;
  display: block;
  font-weight: 600;
  line-height: 1.5;
}

.section.kf-grid-carousel .slide-item:hover .image .img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.section.kf-grid-carousel .slide-item:hover .image:before {
  opacity: 0.75;
}

.section.kf-grid-carousel .slide-item:hover .image:after {
  opacity: 1;
}

.section.kf-grid-carousel .slide-item:hover .desc {
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .section.kf-grid-carousel .swiper-slide:nth-child(even) .slide-item {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .section.kf-grid-carousel .slide-item .image {
    height: 360px;
  }
}

/**
* Section Testimonials
**/
.section.kf-testimonials:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090c0f;
  opacity: 0.75;
}

.kf-testimonials-slider {
  position: relative;
  padding: 80px;
  min-height: 540px;
  background-color: #090c0f;
  background-position: 80% bottom;
  background-repeat: no-repeat;
  background-size: 402px auto;
}

.kf-testimonials-slider .swiper-container {
  overflow: hidden;
}

.kf-testimonials-slider .swiper-slide {
  opacity: 0;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.kf-testimonials-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.kf-testimonials-slider .slide-item {
  text-align: center;
}

.kf-testimonials-slider .slide-item .image {
  position: relative;
  margin: 0 auto 30px auto;
  width: 85px;
  height: 85px;
  font-size: 0;
}

.kf-testimonials-slider .slide-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.kf-testimonials-slider .slide-item .desc {
  margin: 0 auto;
  max-width: 700px;
}

.kf-testimonials-slider .slide-item .text {
  font-size: 24px;
  font-weight: 300;
}

.kf-testimonials-slider .slide-item .name {
  margin: 20px 0 10px 0;
  font-family: "Roboto";
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.kf-testimonials-slider .slide-item .name em {
  margin-left: 5px;
  font-size: 15px;
  color: var(--color-1);
  font-style: normal;
}

.kf-testimonials-slider .slide-item .stars {
  font-size: 15px;
  color: var(--color-1);
}

@media screen and (max-width: 767px) {
  .kf-testimonials-slider {
    padding: 30px;
    min-height: 400px;
  }

  .kf-testimonials-slider .slide-item .image {
    margin: 0 auto 10px auto;
    width: 60px;
    height: 60px;
  }

  .kf-testimonials-slider .slide-item .text {
    font-size: 16px;
    font-weight: 400;
  }

  .kf-testimonials-slider .slide-item .name {
    font-size: 16px;
  }

  .kf-testimonials-slider .slide-item .name em {
    font-size: 14px;
  }

  .kf-testimonials-slider .slide-item .stars {
    font-size: 14px;
  }

  .kf-testimonials-slider .swiper-button-prev,
  .kf-testimonials-slider .swiper-button-next {
    display: none;
  }
}

/**
* Section Numbers
**/
.section.kf-numbers {
  padding: 70px 0;
}

.kf-numbers-items {
  margin-top: -50px;
}

.kf-numbers-item {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kf-numbers-item .num {
  font-size: 60px;
  line-height: 1;
  font-family: var(--font-1);
  color: var(--color-1);
  font-weight: 300;
}

.kf-numbers-item .desc {
  margin-left: 20px;
}

.kf-numbers-item .name {
  margin: 0 0 10px 0;
}

/**
* Section Numbers-2
**/
.kf-numbers-items-2 {
  margin-top: -50px;
}

.kf-numbers-item-2 {
  margin-top: 50px;
}

.kf-numbers-item-2 .icon {
  position: relative;
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
  font-size: 50px;
  line-height: 80px;
  color: var(--color-1);
  text-align: center;
  background: #0e1317;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.kf-numbers-item-2 .icon:before {
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid var(--color-1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  opacity: 0;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.kf-numbers-item-2 .num {
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1;
  font-family: var(--font-1);
  color: var(--color-1);
  font-weight: 300;
}

.kf-numbers-item-2 .name {
  margin: 0 0 10px 0;
}

.kf-numbers-item-2:hover .icon:before {
  opacity: 0.25;
}

@media screen and (max-width: 767px) {
  .kf-numbers-item-2 {
    text-align: center;
  }

  .kf-numbers-item-2 .icon {
    margin-left: auto;
    margin-right: auto;
  }
}

/**
* Section Video
**/
.section.kf-video {
  padding: 130px 0 0 0;
}

.kf-video-item {
  position: relative;
  height: 585px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.kf-video-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #090c0f;
  opacity: 0.75;
  z-index: 2;
  pointer-events: none;
}

.kf-video-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  cursor: pointer;
}

.kf-video-item iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: none;
}

.kf-video-item .play {
  margin: -65px 0 0 -65px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  background: #fff;
  border-radius: 130px;
  -webkit-border-radius: 130px;
  z-index: 3;
  cursor: pointer;
}

.kf-video-item .play:before {
  content: '';
  position: absolute;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  opacity: 0.15;
}

.kf-video-item .play i {
  position: relative;
  left: 2px;
  top: 11px;
  font-size: 30px;
  color: var(--color-1);
}

.kf-video-item.active .img,
.kf-video-item.active .play {
  display: none;
}

.kf-video-item.active iframe {
  display: block;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .section.kf-video {
    padding: 70px 0 0 0;
  }

  .kf-video-item {
    height: 320px;
  }

  .kf-video-item .play {
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 80px;
    -webkit-border-radius: 80px;
  }

  .kf-video-item .play i {
    top: 8px;
    font-size: 22px;
  }
}

/**
* Section Services-2
**/
.kf-services-items-2 {
  padding: 40px 0 0 0;
  background: #090c0f;
}

.kf-services-item-2 {

  position: relative;
  text-align: center;
}

.kf-services-item-2 .image {
  margin: 0 auto 20px auto;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #0e1317;
  border-radius: 10px;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.kf-services-item-2 .image img {
  max-width: 70px;
  max-height: 70px;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.kf-services-item-2 .desc .name {
  margin: 0 0 10px 0;
  color: var(--color-1);
  font-size: 18px;
  font-weight: 600;
}

.kf-services-item-2 .desc .subname {
  color: white;

}


.kf-services-item-2:hover .image {
  background: var(--color-1);
}

.kf-services-item-2:hover .image img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 767px) {
  .section.kf-about-2 .kf-services-items-2 {
    margin-top: 30px;
  }

  .kf-services-item-2 .image {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
  }
}

/**
* Section Team
**/
.section.kf-team {
  padding-bottom: 180px;
}

.kf-team-items {
  margin-top: -100px;
}

.kf-team-item {
  margin-top: 100px;
  padding: 20px 25px 0 25px;
  position: relative;
  height: 300px;
  background: #0e1317;
  text-align: center;
}

.kf-team-item .desc .name {
  margin: 0 0 5px 0;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
}

.kf-team-item .desc .subname {
  color: var(--color-1);
}

.kf-team-item .image {
  margin: 20px auto 0 auto;
  position: relative;
  height: 246px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.kf-team-item .image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090c0f;
  opacity: 0;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 2;
}



.rowi {
  row-gap: 50px;
}

.politica-i .p {
  width: 100% !important;

}


.blog-i .kf-blog-grid-item {
  margin-bottom: 0px;
}


.blog-d-i .p {
  width: 100% !important;
}


.blog-d-i{
  background-color: #0e1317;

}

.blog-d-i .kf-title {
  font-size: 35px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.blog-d-i .sec-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-d-i .sec-img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}


.blog-d-i .kf-date {
  color: white !important;
  margin-top: 20px;
}


.blog-d-i .p {
  margin-top: 15px !important;
}







.kf-team-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.kf-team-item .image:hover:before {
  opacity: 0.75;
}

.kf-team-item .image:hover .info {
  opacity: 1;
}

.kf-team-item .image:hover .social {
  opacity: 1;
}

.kf-team-item .info {
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: left;
  opacity: 0;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 3;
}

.kf-team-item .info .label {
  font-size: 16px;
  color: #fff;
}

.kf-team-item .social {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  font-size: 0;
  text-align: center;
  opacity: 0;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 3;
}

.kf-team-item .social a {
  margin: 6px 3px 0 3px;
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  font-size: 16px;
  color: var(--color-1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.kf-team-item .social a:hover {
  color: #fff;
  background: var(--color-1);
}

@media screen and (max-width: 767px) {
  .section.kf-team {
    padding-bottom: 120px;
  }
}

/**
* Section Latest Blog
**/
.kf-date,
.kf-comm {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.kf-date i,
.kf-comm i {
  margin-right: 5px;
}

.kf-blog-grid-item {
  margin-bottom: 50px;
  position: relative;
}

.kf-blog-grid-item .image {
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 415px;
}

.kf-blog-grid-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.kf-blog-grid-item .image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.56) 50%, rgba(0, 0, 0, 0) 100%);



  /* background: -webkit-gradient(linear, left top, right top, from(rgba(9, 12, 15, 0.96863)), color-stop(70%, rgba(13, 17, 21, 0.48)), to(rgba(14, 19, 23, 0)));
  background: -o-linear-gradient(left, rgba(9, 12, 15, 0.96863) 0%, rgba(13, 17, 21, 0.48) 70%, rgba(14, 19, 23, 0) 100%);
  background: linear-gradient(90deg, rgba(9, 12, 15, 0.96863) 0%, rgba(13, 17, 21, 0.48) 70%, rgba(14, 19, 23, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(9, 12, 15, 0.96863) 0%, rgba(13, 17, 21, 0.48) 70%, rgba(14, 19, 23, 0) 100%); */
  pointer-events: none;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 2;
}

.kf-blog-grid-item .desc {
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 4;
  padding-left: 15px;
  padding-right: 15px;
}

.kf-blog-grid-item .desc .name {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 19px;
  height: 100%;
  max-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  line-height: 1.4;




}

.kf-blog-grid-item .desc .kf-date {
  margin-right: 20px;
  color: white;
}

.kf-blog-grid-item:hover .image:before {
  opacity: 0.75;
}

@media screen and (max-width: 767px) {

  .kf-date,
  .kf-comm {
    font-size: 14px;
  }

  .kf-blog-grid-item .image {
    height: 360px;
  }
}

/**
* Section CTA
**/
.section.kf-cta {
  padding: 70px 0;
}

.section.kf-cta:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
}

.section.kf-cta a.kf-btn img {
  position: relative;
  z-index: 10;
}


.section.kf-cta {
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
}

.section.kf-cta a.kf-btn {

  padding: 0px 35px;
  height: 68px;
  line-height: 71px;
}

.section.eventos .position-relative span {
  height: 110px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  border-radius: 50%;
  z-index: 99999;
}


.section.eventos .position-relative span div {
  background-color: rgba(255, 255, 255, 0.8);
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: black !important;
  font-size: 25px;
}




.parranda-i .bg-img .position-relative a img {
  border-radius: 50px !important;
}


.parranda-i .position-relative span div {
  font-size: 15px !important;
}

.parranda-i .p {
  width: 100% !important;

}

.parranda-i .popup-video::after {
  background-color: #090c0f;
  border-radius: 50px;
}


.parranda-i .kf-title2 {
  margin-top: 30px;
}


.parranda-i ul li {
  list-style: none;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.parranda-i ul li:last-child {
  margin-bottom: 0px;
}

.parranda-i ul li img {
  margin-right: 10px;
}


.parranda-i .row {
  align-items: center !important;

}



.parranda-i ul {
  padding-left: 0px;
}


.servicio-g .kf-title{
  margin-bottom: 0px;

}



.quienes-h2 .p2{
  margin-top: 20px !important;

}



.videos-i .row{
  width: 100% !important;
}



.section.eventos .col-lg-5 .position-relative span {
  height: 80px;
  width: 80px;
  font-size: 20px !important;

}

.section.eventos .col-lg-5 .position-relative span div {
  font-size: 20px !important;
  height: 60px;
  width: 60px;

}

.btn-b {
  margin-top: 50px;
}


.section.eventos .position-relative img {
  width: 100%;
  object-fit: cover;
}

.section.eventos .row {
  width: 95%;
  margin: 0 auto;
  align-items: stretch;
}


.section.eventos .bg-img,
.section.eventos .bg-img .position-relative,
.section.eventos .bg-img .position-relative a,
.section.eventos .bg-img .position-relative a img {
  width: 100%;
  height: 100%;

}


.section.eventos .position-relative span:hover {
  background-color: var(--color-1);
  transition: all ease 0.4s;
}


.section.eventos .figura-1 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.section.eventos .figura-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
}




.section.eventos .position-relative .popup-video::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
}

.section.eventos .position-relative .popup-video {
  width: 100%;
  height: 100%;
  display: block;
}


.section.eventos {}








.section.galeria .container {
  max-width: 100%;
  padding: 0px;


}







.section.kf-cta a img {
  margin-right: 5px;
}

.section.kf-cta .kf-title {
  margin-bottom: 0;
}



@media screen and (max-width: 992px) {
  .section.kf-cta .kf-title {
    margin-bottom: 30px;
  }

  .section.kf-cta .align-right {
    text-align: left !important;
  }
}

/**
* Section Brands
**/
.section.kf-brands {
  padding: 70px 0;
}

.kf-brands-items {
  margin-top: -50px;
}

.kf-brands-item {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 80px;
}

.kf-brands-item .image {
  font-size: 0;
  opacity: 0.2;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.kf-brands-item .image img {
  max-height: 80px;
}

.kf-brands-item:hover .image {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .kf-brands-items .col-xs-12 {
    width: 50%;
    max-width: 50%;
  }
}

/**
* Section Started Inner
**/
.kf-h-title {
  margin: 0;
  font-family: var(--font-1);
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
  margin-top: 40px;
}

.section.kf-started-inner {
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.kf-started-inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
}


.bg-b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;

}



.section.kf-started-inner .container {
  height: 100%;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.section.kf-started-inner .container {
  max-width: 100% !important;
  padding: 0px 145px;
}








.section.kf-started-inner.archive-started-inner {
  height: auto;
  padding: 230px 0 30px 0;
}

@media screen and (max-width: 767px) {
  .kf-h-title {
    font-size: 44px;
    line-height: 54px;
    letter-spacing: -0.03em;
  }

  .section.kf-started-inner {
    height: 280px;
  }
}

/**
* Section Insta Carousel
**/
.section.kf-insta-carousel {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.section.kf-insta-carousel .slide-item {
  position: relative;
  width: 100%;
}

.section.kf-insta-carousel .slide-item .image {
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 380px;
}

.section.kf-insta-carousel .slide-item .image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090c0f;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.section.kf-insta-carousel .slide-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.section.kf-insta-carousel .slide-item .image i {
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  opacity: 0;
  z-index: 3;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.section.kf-insta-carousel .slide-item:hover .image:before {
  opacity: 0.75;
}

.section.kf-insta-carousel .slide-item:hover .image i {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .section.kf-insta-carousel .slide-item .image {
    height: 320px;
  }
}

/**
* Section Reservation
**/
.section.kf-reservation {
  overflow: hidden;
}

.kf-reservation-form {
  margin: 0 auto;
  padding: 80px 45px 45px 45px;
  position: relative;
  max-width: 770px;
  background: #0e1317;
  border-top: 3px solid var(--color-1);
}


.formulario-i {
  background: #0e1317;
}

.formulario-i .kf-title {
  font-size: 27px;
  text-align: left;
}


.formulario-i .kf-reservation-form {
  border-top: 0px;
  padding: 70px 10px 50px 10px;
}

.formulario-i input,
.formulario-i textarea {
  width: 80%;
  color: white;
  font-weight: 400 !important;
}


.formulario-i textarea {
  height: 100px;
}


.formulario-i .check input {
  width: auto;
}

.formulario-i .check a,
.formulario-i .check label {
  font-size: 16px;
  color: white;
}


.formulario-i .check a {
  text-decoration: underline;
}

.formulario-i .check a:hover {
  color: var(--color-1);
  transition: all ease 0.4s;
}


.formulario-i .kf-bts {
  display: flex;
  justify-content: flex-start;
}

.formulario-i .kf-btn {
  padding: 0 60px;
}


.formulario-i .sec-map {
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  height: 100%;
  width: 50%;
  z-index: 10;


}


.quienes-i .row {
  align-items: center !important;
}


.quienes-i .sec-img img {
  border-radius: 50%;

}


.sec-i .p2 {
  color: white;
  padding-left: 35px;
}


.sec-i .sec-map {
  left: 0px;
  right: auto;

}



.quienes-i .kf-about-quote {
  margin-top: 40px;
  margin-left: 50px;

}


.porque-i {}


.kf-reservation-form .image-left,
.kf-reservation-form .image-right {
  position: absolute;
  left: -600px;
  top: -150px;
  width: 500px;
  height: 611px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.kf-reservation-form .image-right {
  left: auto;
  right: -600px;
}

.kf-reservation-form .kf-title {
  margin-bottom: 30px;
}

.kf-reservation-form .kf-bts {
  text-align: center;
}

.kf-field {
  position: relative;
  margin-bottom: 20px;
}

.kf-field i {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  pointer-events: none;
}

@media screen and (max-width: 992px) {

  .kf-reservation-form .image-left,
  .kf-reservation-form .image-right {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .kf-reservation-form {
    padding: 30px;
  }

  .kf-field i {
    font-size: 14px;
    line-height: 48px;
  }
}

/**
* Section Menu-2
**/
.kf-menu-items-2 {
  margin: 50px;
  padding: 40px;
  background: #090c0f;
}

.kf-menu-item-2 {
  padding: 30px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.kf-menu-item-2:first-child {
  padding-top: 0;
}

.kf-menu-item-2:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.kf-menu-item-2 .image {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.kf-menu-item-2 .image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.kf-menu-item-2 .desc {
  position: relative;
  margin-left: 100px;
}

.kf-menu-item-2 .name {
  margin: 10px 0 5px 0;
  padding-right: 15px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: #090c0f;
  z-index: 2;
}

.kf-menu-item-2 .price {
  position: absolute;
  right: 0;
  top: 5px;
  width: 100%;
  font-size: 24px;
  font-family: "Merienda";
  color: var(--color-1);
  text-align: right;
}

.kf-menu-item-2 .price:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border: 1px dashed var(--color-1);
}

.kf-menu-item-2 .price span {
  padding-left: 15px;
  position: relative;
  background: #090c0f;
}

.kf-menu-image-2 {
  margin: 50px 0;
  height: 265px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.kf-menu-image-2.left {
  margin-right: 50px;
}

.kf-menu-image-2.right {
  margin-left: 50px;
}

@media screen and (max-width: 992px) {
  .kf-menu-items-2 {
    margin: 0 0 50px 0;
  }

  .kf-menu-items-2:last-child {
    margin: 0;
  }

  .kf-menu-image-2 {
    margin: 0 0 50px 0;
  }

  .kf-menu-image-2.left {
    margin-right: 0;
  }

  .kf-menu-image-2.right {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .kf-menu-items-2 {
    padding: 30px;
  }

  .kf-menu-item-2 {
    padding: 20px 0;
  }

  .kf-menu-item-2:first-child {
    padding-top: 0;
  }

  .kf-menu-item-2:last-child {
    padding-bottom: 0;
  }

  .kf-menu-item-2 .name {
    margin-top: 0;
    padding-right: 0;
  }

  .kf-menu-item-2 .price {
    position: relative;
    top: 0;
    font-size: 22px;
  }
}

/**
* Section Quote
**/
.section.kf-quote {
  overflow: hidden;
}

.kf-quote-box {
  position: relative;
}

.kf-quote-box .text {
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 24px;
  font-family: "Merienda";
  color: #fff;
  line-height: 1.5;
  text-align: center;
  max-width: 920px;
}

.kf-quote-box .info {
  text-align: center;
}

.kf-quote-box .img {
  position: relative;
  margin-bottom: 20px;
  float: none;
  display: inline-block;
  width: 80px;
  height: 80px;
}

.kf-quote-box .img:before {
  content: '';
  position: absolute;
  left: -15px;
  right: -15px;
  bottom: -15px;
  top: -15px;
  border: 1px solid var(--color-1);
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.kf-quote-box .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.kf-quote-box .name {
  margin: 0 0 5px 0;
  padding: 10px 0 0 0;
}

.kf-quote-box .subname {
  color: var(--color-1);
}

@media screen and (max-width: 767px) {
  .kf-quote-box .text {
    margin-right: 0;
    margin-bottom: 30px;
    font-size: 22px;
  }

  .kf-quote-box .img {
    margin-left: 10px;
    margin-right: 30px;
    width: 70px;
    height: 70px;
  }

  .kf-quote-box .img:before {
    left: -10px;
    right: -10px;
    bottom: -10px;
    top: -10px;
  }

  .kf-quote-box .name {
    padding: 5px 0 0 0;
  }

  .kf-parallax-icon {
    display: none;
  }
}

/**
* Section History
**/
.section.kf-history {
  overflow: hidden;
}

.kf-history-carousel {
  padding-bottom: 130px;
  position: relative;
}

.kf-history-carousel .swiper-slide {
  opacity: 0.15;
  pointer-events: none;
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.kf-history-carousel .swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1);
}

.kf-history-carousel .swiper-button-prev,
.kf-history-carousel .swiper-button-next {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 40px;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  background: var(--color-1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.kf-history-carousel .swiper-button-prev:before,
.kf-history-carousel .swiper-button-prev:after,
.kf-history-carousel .swiper-button-next:before,
.kf-history-carousel .swiper-button-next:after {
  display: none;
}

.kf-history-carousel .swiper-button-prev:hover,
.kf-history-carousel .swiper-button-next:hover {
  color: var(--color-1);
  background: #fff;
}

.kf-history-carousel .swiper-button-next {
  left: auto;
  right: 0;
}

.kf-history-carousel .swiper-scrollbar {
  left: 0;
  background: #21282f;
  width: 100%;
  height: 1px;
}

.kf-history-carousel .swiper-scrollbar-drag {
  background: var(--color-1);
}

.kf-history-carousel .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.kf-history-carousel .swiper-pagination-bullet {
  margin: 0 35px !important;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 24px;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  font-family: var(--font-1);
  color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  opacity: 1;
}

.kf-history-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--color-1);
}

.kf-history-item {
  position: relative;
  max-width: 980px;
  background: #0e1317;
}

.kf-history-item .image {
  position: relative;
  float: left;
  width: 470px;
  height: 445px;
}

.kf-history-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.kf-history-item .desc {
  position: relative;
  overflow: auto;
  margin-left: 470px;
  padding: 70px;
  height: 445px;
}

.kf-history-item .subname {
  color: var(--color-1);
}

.kf-history-item .name {
  margin: 10px 0 20px 0;
}

.kf-history-item .date {
  position: absolute;
  right: 30px;
  bottom: 0;
  font-size: 200px;
  line-height: 0.98;
  font-family: var(--font-1);
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  opacity: 0.02;
  pointer-events: none;
}

.kf-history-item .date-value {
  display: none;
}

.kf-history-item .label {
  position: absolute;
  width: 258px;
  height: 60px;
  line-height: 60px;
  left: -70px;
  top: 350px;
  background: var(--color-1);
  text-align: center;
  font-size: 24px;
  font-family: var(--font-1);
  color: #fff;
  text-transform: uppercase;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (max-width: 992px) {
  .kf-history-item .image {
    width: 320px;
  }

  .kf-history-item .desc {
    margin-left: 320px;
    padding: 40px;
  }

  .kf-history-item .label {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .kf-history-carousel {
    padding-bottom: 100px;
  }

  .kf-history-carousel .swiper-button-prev,
  .kf-history-carousel .swiper-button-next {
    bottom: 20px;
    font-size: 22px;
  }

  .kf-history-carousel .swiper-pagination {
    padding: 0 50px;
    bottom: 20px;
    line-height: 20px;
  }

  .kf-history-carousel .swiper-pagination-bullet {
    margin: 3px 15px !important;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
  }

  .kf-history-item {
    max-width: 100%;
  }

  .kf-history-item .image {
    float: none;
    width: 100%;
    height: 200px;
  }

  .kf-history-item .desc {
    margin-left: 0;
    padding: 30px;
    height: 445px;
  }

  .kf-history-item .date {
    font-size: 120px;
  }

  .kf-history-item .label {
    width: 200px;
    height: 48px;
    line-height: 48px;
    left: 0;
    top: 200px;
    font-size: 18px;
  }
}

/**
* Section Faq
**/
.kf-faq-item {
  margin-bottom: 10px;
  background: #090c0f;
}

.kf-faq-item .name {
  position: relative;
  padding: 20px 30px;
  font-size: 24px;
  font-family: var(--font-1);
  color: #fff;
  font-weight: 400;
  cursor: pointer;
}

.kf-faq-item .name i {
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.kf-faq-item .name.active i {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.kf-faq-item .text {
  position: relative;
  margin: 0 30px;
  padding: 30px 0;
  font-size: 16px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.kf-faq-item .text:after {
  content: '';
  position: relative;
  display: block;
  clear: both;
}

.kf-faq-item .text p {
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .kf-faq-item .name {
    position: relative;
    padding: 15px 60px 15px 30px;
    font-size: 18px;
  }

  .kf-faq-item .text {
    margin: 0 30px;
    padding: 30px 0;
  }
}

/**
* Section Works
**/
.kf-filter {
  margin: -20px 0 50px 0;
  position: relative;
  z-index: 2;
  text-align: center;
}

.kf-filter a {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px 30px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #9ea1a2;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-transform: uppercase;
  background: #090c0f;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.kf-filter a.active {
  color: #FFF;
  background: var(--color-1);
}

.kf-gallery-items {
  margin-top: -30px;
}

.kf-gallery-item {
  margin-top: 30px;
  position: relative;
  width: 100%;
}

.kf-gallery-item .image {
  position: relative;
  height: 370px;
}

.kf-gallery-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.kf-gallery-item .image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090c0f;
  opacity: 0;
  pointer-events: none;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.kf-gallery-item .desc {
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.kf-gallery-item .value {
  padding: 10px 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-family: var(--font-1);
  color: #fff;
  text-transform: uppercase;
  background: var(--color-1);
  font-weight: 500;
  opacity: 0;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
}

.kf-gallery-item .name {
  margin-bottom: 2px;
}

.kf-gallery-item .name .value {
  color: #fff;
  background: var(--color-1);
}

.kf-gallery-item .subname .value {
  color: #0e1317;
  background: #fff;
}

.kf-gallery-item:hover .image:after {
  opacity: 0.75;
}

.kf-gallery-item:hover .value {
  opacity: 1;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

@media screen and (max-width: 767px) {
  .kf-filter {
    margin: -10px 0 30px 0;
    text-align: left;
  }

  .kf-filter a {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 0;
    padding: 15px 20px;
    font-size: 13px;
    line-height: 16px;
  }

  .kf-gallery-item .image {
    height: 320px;
  }
}

/**
* Section Contacts Info
**/
.kf-contacts-items {
  margin-top: -30px;
}

.kf-contacts-item {
  margin-top: 30px;
  padding: 17px;
  position: relative;
  background: black;
  height: 100%;
}

.kf-contacts-item .name {
  color: var(--color-1);
  font-weight: bold;
  font-size: 20px;
  font-family: var(--font-1);
}

.kf-contacts-item ul li {
  color: white;
}


.formulario-h .kf-reservation-form {
  background-color: rgba(0, 0, 0, 0.8);
}

.formulario-h .kf-title {
  font-size: 35px;

}

.formulario-h .kf-reservation-form {
  padding: 45px 45px 45px 45px;
}


.formulario-h .check a {
  text-decoration: underline;
}

.formulario-h .check a,
.formulario-h .check label {
  font-size: 16px;
  color: white;
}


.formulario-h .check {
  text-align: center;
}


.formulario-h .check a:hover {
  color: var(--color-1);
  transition: all ease 0.4s;
}


.formulario-h .kf-btn {
  padding: 0 70px;
}

#mensaje{
  margin-top: 170px;
}



#mensaje {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mensaje .content-m {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding-bottom: 50px;
}

#mensaje:before {
  content: "";
  background-color: black;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  opacity: 0.5;
}

#mensaje h2 {
  color: white;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.3;
  margin-bottom: 30px;
}

#mensaje .btn-e {
  background-color: #d93020;
  border-radius: 30px;
  border: none;
  color: white;
  font-size: 17px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 10px;
  padding: 10px 30px;
  font-weight: 600;
  display: inline-block;
}

#mensaje .btn-e:hover {
  background-color: #0278F4;
  transition: background-color 0.5s;
}

.kf-contacts-item .image {
  margin-bottom: 8px;
  font-size: 0px;
  line-height: 1;
}

.kf-contacts-item .image img {
  max-height: 68px;
}

.kf-contacts-item .image i {
  font-size: 72px;
  color: var(--color-1);
}

.kf-contacts-item .name {
  margin: 0 0 20px 0;
}

.kf-contacts-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kf-contacts-item ul li {
  position: relative;
  padding-bottom: 5px;
  font-family: var(--font-1);
  font-size: 17px;
}

/* .kf-contacts-item ul li:after {
  margin-left: -66px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 132px;
  height: 1px;
  background: url(assets/images/line.png) no-repeat;
} */

.kf-contacts-item ul li:first-child {
  padding-top: 0;
}

.kf-contacts-item ul li:last-child {
  padding-bottom: 0;
}

.kf-contacts-item ul li:last-child:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .kf-contacts-item {
    padding: 30px;
    min-height: auto;
  }
}

/**
* Section Contacts Form
**/
.section.kf-contacts-form {
  padding-top: 0;
}

.section.kf-contacts-form .kf-reservation-form {
  max-width: 100%;
  border-top: none;
}

/**
* Section Blog
**/
.kf-archive-item {
  margin: 0 0 30px 0;
  position: relative;
  overflow: hidden;
  background: #090c0f;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.kf-archive-item .image {
  position: relative;
  height: auto;
  font-size: 0;
  line-height: 1;
}

.kf-archive-item .image img {
  width: 100%;
  height: 389px;
  -o-object-fit: cover;
  object-fit: cover;
}

.kf-archive-item .desc {
  padding: 45px;
}

.kf-archive-item .desc .name {
  margin: 10px 0 20px 0;
  font-size: 30px;
}

.kf-archive-item .desc .name a {
  text-decoration: none;
}

.kf-archive-item .desc .readmore {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .kf-archive-item .image img {
    height: 270px;
  }

  .kf-archive-item .desc {
    padding: 30px;
  }

  .kf-archive-item .desc .name {
    margin: 10px 0 20px 0;
    font-size: 24px;
  }
}

/**
* Section Archive Started
**/
.section.kf-archive-started .kf-titles {
  text-align: center;
}

.section.kf-archive-started {
  padding-top: 170px;
  padding-bottom: 0;
}

.kf-archive-image {
  margin-top: 100px;
  position: relative;
  width: 100%;
  height: 680px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  .section.kf-archive-started {
    padding-top: 170px;
  }

  .kf-archive-image {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .section.kf-archive-started {
    padding-top: 130px;
  }

  .kf-archive-image {
    margin-top: 50px;
    height: 320px;
  }
}

/**
* Section Archive
**/
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.post-content>*:first-child {
  margin-top: 0;
}

.post-content>*:last-child {
  margin-bottom: 0;
}

.post-content table {
  width: 100%;
  margin: 2rem 0;
  padding: 0;
  border-collapse: collapse;
}

.post-content table th {
  font-weight: 300;
  padding: 15px 20px;
  text-align: left;
  background: none;
  border: 1px solid #444;
  text-transform: none;
  font-size: 1rem;
}

.post-content table tbody th {
  background: none;
  border: 1px solid #444;
  text-transform: none;
  font-size: 1rem;
}

.post-content table td {
  padding: 10px 20px;
  border: 1px solid #444;
  background: none;
  font-size: 1rem;
  color: #fff;
}

.post-content figure {
  max-width: 100%;
  height: auto;
}

.post-content p img,
.post-content figure img {
  max-width: 100%;
  height: auto;
}

img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}

img.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}

img.aligncenter,
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img .alignnone,
.alignnone {
  float: none;
}

.blocks-gallery-caption {
  max-width: 100%;
  margin: 0;
  padding: 5px 10px 0 10px;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.4;
  font-style: italic;
}

.blocks-gallery-caption {
  margin-bottom: 1rem;
  padding-top: 0;
  width: 100%;
  display: block;
}

.news__paragraph_clear:after,
.post-content:after {
  content: '';
  position: relative;
  display: block;
  clear: both;
}

pre {
  font-style: italic;
}

pre code {
  color: #d63384;
  font-style: italic;
}

.post-content figure,
.post-content figure {
  margin-top: 0;
  margin-bottom: 30px;
}

.post-content ol,
.post-content ul {
  color: #FFF;
}

.post-content ol ol,
.post-content ul ul,
.post-content ol ul,
.post-content ul ol {
  margin-top: 0;
  margin-bottom: 0;
}

.pager {
  margin: 70px 0 0 0;
  padding: 0;
  clear: both;
}

.page-links {
  margin: 30px 0;
}

a.page-numbers,
.page-numbers,
.post-page-numbers {
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #1f2427;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

span.page-numbers.dots,
.page-numbers.dots,
.post-page-numbers.dots {
  color: rgba(255, 255, 255, 0.6) !important;
  background: none !important;
}

a.page-numbers.prev i,
a.page-numbers.next i {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}

a.page-numbers.current,
a.post-page-numbers.current,
.page-numbers.current,
.post-page-numbers.current,
a.page-numbers:hover,
a.post-page-numbers:hover,
.page-numbers:hover,
.post-page-numbers:hover {
  background: var(--color-1);
  color: #fff;
}

/**
* Section Sidebar
**/
.col__sedebar {
  margin-left: 40px;
}

.content-sidebar .wp-block-search {
  position: relative;
}

.wp-block-search label {
  display: block;
}

.content-sidebar .wp-block-search input[type="text"],
.content-sidebar .wp-block-search input[type="search"],
.wc-block-product-search__fields input[type="search"] {
  position: relative;
  padding: 0 30px;
  color: #fff;
  font-size: 16px;
  height: 60px;
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
}

.content-sidebar .wp-block-search input.btn_search,
.wp-block-search .wp-block-search__button,
.wc-block-product-search .wc-block-product-search__button {
  margin-top: -9px;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 18px;
  height: 18px;
  background: url(assets/images/search-solid.svg) no-repeat center center;
  background-size: contain;
  font-size: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  border: none;
  z-index: 2;
}

.content-sidebar .widget {
  margin-bottom: 30px;
  padding: 45px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.content-sidebar .widget.widget_search {
  padding: 0;
  border: none;
}

.content-sidebar .widget>*:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.content-sidebar .widget-title,
.content-sidebar h2 {
  margin-top: 0;
  margin-bottom: 20px;
  color: var(--color-1);
}

.content-sidebar .wc-block-product-search .wc-block-product-search__button svg {
  display: none;
}

.content-sidebar ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.content-sidebar ul li {
  position: relative;
  margin-bottom: 10px;
}

.content-sidebar ul li a {
  color: #FFF;
  text-decoration: none;
  font-weight: 400;
}

.content-sidebar ul li a:hover {
  color: var(--color-1);
  text-decoration: underline;
}

.content-sidebar .screen-reader-text {
  display: none;
}

.content-sidebar select,
.content-sidebar .wp-block-search input[type=search] {
  margin-top: 0;
}

.calendar_wrap table {
  width: 100%;
  font-size: 0.875rem;
  color: #fff;
  background: transparent;
}

.calendar_wrap table caption {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  caption-side: top;
  color: #999;
}

.calendar_wrap table th {
  padding: 3px;
  text-align: center;
  border: none;
}

.calendar_wrap table td {
  padding: 3px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.calendar_wrap table tfoot td {
  text-align: left;
  border: none;
}

.calendar_wrap table tfoot td:last-child {
  text-align: right;
}

.content-sidebar a {
  text-decoration: none;
}

.content-sidebar a:hover {
  text-decoration: underline;
}

.content-sidebar ul ul {
  margin-top: 0.6rem;
  margin-left: 0;
}

.content-sidebar ul ul li {
  position: relative;
  padding-left: 0.6rem;
}

.content-sidebar ul ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 1px;
  background: var(--color-1);
}

.rssSummary {
  display: block;
  font-weight: 300;
}

.textwidget img {
  height: auto;
}

.col__sedebar .tagcloud {
  margin-top: -10px;
  margin-right: -10px;
}

.tags-links a,
.col__sedebar .tagcloud a {
  margin: 10px 8px 0 0;
  padding: 10px 14px;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px !important;
  line-height: 1;
  font-weight: 700;
  color: #ccc;
  background: #21282e;
  text-transform: none;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.tags-links a:hover,
.col__sedebar .tagcloud a:hover {
  color: #fff;
  background: var(--color-1);
}

.content-sidebar ul.menu {
  position: relative;
  height: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  display: block;
  background: none;
}

.comments-post {
  margin-top: 100px;
}

.comments-post h5 small {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 700;
}

.comments-post h5 small a {
  text-decoration: none;
}

.comments-post h5 small a:hover {
  text-decoration: underline;
}

.avatar {
  float: left;
  height: 64px;
  width: 64px;
  border-radius: 100%;
}

@media only screen and (max-width: 580px) {
  .avatar {
    height: 40px;
    width: 40px;
  }
}

.comments {
  margin: 0 0 100px 0;
  padding: 0;
  list-style: none;
}

.comments .comment {
  margin: 50px 0;
}

.comments .children {
  margin: 0;
  padding: 0;
  padding-left: 100px;
  list-style: none;
}

.comment-box {
  position: relative;
  display: block;
}

.comment-box::after {
  content: '';
  position: relative;
  display: block;
  clear: both;
}

.small,
small {
  font-size: 65%;
  font-weight: 400;
}

.comment-footer {
  position: relative;
  line-height: 1;
  margin-left: 100px;
  margin-top: 20px;
}

.comment-box__body {
  padding-left: 100px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.trackback .comment-box__body,
.pingback .comment-box__body {
  margin-left: 0 !important;
  padding-left: 0;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.kf-archive-item .name {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.comment-box__body .post-content {
  margin-top: 0;
}

.comment-box__body .description {
  margin-bottom: 0px;
}

.comment-box__body .description>*:first-child {
  margin-top: 0;
}

.comment-box__details {
  font-size: 20px;
  margin: 0 0 20px 0;
}

.comment-box__details+* {
  margin-top: 20px;
}

.comment-box__details a {
  color: #fff;
  text-decoration: none !important;
}

.comment-box__details span {
  float: right;
  display: inline-block;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.comment-form {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section__comments .children .children {
  padding-left: 40px;
}

.comment-respond .comment-form-cookies-consent input {
  margin-top: 0;
}

.comment-respond .comment-form-cookies-consent label {
  padding: 0;
  font-weight: 300;
  font-size: 18px;
  color: #bdc1c7;
  display: inline;
}

.comment-reply-link {
  position: relative;
  display: inline-block;
  font-family: var(--font-1);
  height: 20px;
  line-height: 20px;
  text-decoration: none !important;
  font-weight: 300;
}

.comment-reply-link:before {
  padding-right: 8px;
  content: "\f3e5";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.tags-links {
  padding-top: 20px;
  display: block;
  line-height: 35px;
  clear: both;
}

.tags-links span {
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-family: var(--font-1);
  font-weight: 300;
  color: #fff;
}

.content-sidebar .wp-block-search,
.widget_product_search {
  position: relative;
}

.content-sidebar .wp-block-search label,
.widget_product_search label {
  display: block;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 30px;
  right: 0;
  line-height: 60px;
  width: auto;
  pointer-events: none;
}

.content-sidebar .wp-block-search .screen-reader-text {
  display: none;
}

@media only screen and (max-width: 991px) {
  .col__sedebar {
    margin-left: 0;
    padding-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .comments {
    margin: 0 0 70px 0;
  }

  .comments .comment {
    margin: 50px 0;
  }

  .comment-box__body {
    padding-left: 60px;
  }

  .comment-footer {
    margin-left: 60px;
  }

  .comment-box__details span {
    display: block;
    font-size: 14px;
    line-height: 30px;
  }

  .section__comments .children {
    padding-left: 15px;
  }

  .section__comments .children .children {
    padding-left: 15px;
  }

  .post-content .gallery .gallery-item {
    width: 100%;
  }

  .post-content .gallery.gallery-columns-1 .gallery-item {
    width: 100%;
  }

  .post-content .gallery.gallery-columns-2 .gallery-item {
    width: 100%;
  }

  .post-content .gallery.gallery-columns-3 .gallery-item {
    width: 100%;
  }

  .post-content .gallery.gallery-columns-4 .gallery-item {
    width: 100%;
  }

  .post-content .gallery.gallery-columns-5 .gallery-item {
    width: 100%;
  }

  .post-content table td {
    padding: 5px 10px;
  }

  .comment-form {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .news-archive .itemNews__img-wrap {
    margin-bottom: 0.5rem;
  }

  .archive-row .itemNews {
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
  }

  .archive-row .itemNews:first-child {
    margin-top: 0.8rem;
  }

  .pager {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }




  a.page-numbers,
  .page-numbers,
  .post-page-numbers {
    margin: 0 3px 0 0;
    width: 40px;
  }

  .content-sidebar .widget {
    padding: 30px;
  }

  .block-quote,
  blockquote {
    padding: 30px;
  }

  .tags-links a,
  .col__sedebar .tagcloud a {
    font-size: 14px !important;
  }
}

/**
* Home-2
**/
.kf-parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.kf-started-inner {
  overflow: hidden;
}

.section.kf-started-inner:before {
  z-index: 2;
}

.section.kf-started-inner .container {
  z-index: 3;
}

.section.kf-section-transparent {
  background: transparent;
}

.section.kf-section-no-margin {
  padding: 0;
}

/**
* Section Reservation
**/
.kf-reservation-form .image-left,
.kf-reservation-form .image-right {
  left: -600px;
  top: -3px;
  bottom: 0;
  width: 600px;
  height: auto;
}

.kf-reservation-form .image-right {
  left: auto;
  right: -600px;
}

/**
* Section Category
**/
.section.kf-category {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section.kf-category .kf-title {
  margin-bottom: 30px;
}

.section.kf-category .kf-text {
  margin-bottom: 30px;
}

.kf-category-items {
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kf-category-item {
  position: relative;
  margin: 30px 0 0 0;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}

.kf-category-item .image {
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 287px;
}

.kf-category-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.kf-category-item .image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090c0f;
  opacity: 0;
  pointer-events: none;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 2;
}

.kf-category-item .desc {
  padding-left: 30px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: none;
  opacity: 0;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 4;
}

.kf-category-item .desc .name {
  margin: 0;
  display: block;
}

.kf-category-item:hover .image .img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.kf-category-item:hover .image:before {
  opacity: 0.75;
}

.kf-category-item:hover .desc {
  opacity: 1;
}

.kf-category-item:nth-child(odd) {
  top: -60px;
}

@media screen and (max-width: 991px) {
  .kf-category-items {
    margin-bottom: 30px;
  }

  .kf-category-item:nth-child(odd) {
    top: -30px;
  }
}

@media screen and (max-width: 767px) {
  .section.kf-section-no-margin {
    padding: 70px 0;
  }

  .kf-category-item .image {
    height: 160px;
  }
}

/**
* Section Menu Classic
**/
.section.kf-menu-classic .kf-menu-items {
  padding: 0;
  background-color: none;
}

.section.kf-menu-classic .kf-menu-item {
  margin: 15px 0;
}

.section.kf-menu-classic .kf-menu-item .price {
  padding-left: 200px;
}

.section.kf-menu-classic .kf-menu-item .price:before {
  width: 180px;
}

/**
* Section About-2
**/
.section.kf-about-2 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section.kf-about-2 .kf-title {
  margin-bottom: 30px;
}

.section.kf-about-2 .kf-text {
  margin-bottom: 30px;
}

.section.kf-about-2 .kf-services-items-2 {
  padding: 0;
  background: transparent;
}

.section.kf-about-2 .kf-services-item-2 {
  margin-top: 30px;
  margin-bottom: 0;
  padding: 40px 30px;
  background: #090c0f;
}

.section.kf-about-2 .col-xs-12:nth-child(odd) .kf-services-item-2 {
  top: -60px;
}

@media screen and (max-width: 991px) {
  .section.kf-about-2 .col-xs-12:nth-child(odd) .kf-services-item-2 {
    top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section.kf-about-2 .col-xs-12:nth-child(odd) .kf-services-item-2 {
    top: 0;
  }
}

/**
* Section Video Full
**/
.section.kf-video-full {
  margin: 0;
  padding: 0;
}

.section.kf-video-full .kf-video-item {
  height: 660px;
}

@media screen and (max-width: 767px) {
  .section.kf-video-full .kf-video-item {
    height: 360px;
  }
}

/**
* Section Testimonials Carousel
**/
.kf-testimonials {
  overflow: hidden;
}

.kf-testimonials-2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.kf-testimonials-2:before {
  display: none;
}


.kf-testimonials-2 .figura-1 {
  position: absolute;
  left: 0px;
  top: 30%;
}

.kf-testimonials-2 .figura-2 {
  position: absolute;
  right: 0px;
  top: 30%;
}


.kf-testimonials-slider .swiper-slide {
  -o-transition: opacity 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: opacity 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: opacity 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.kf-testimonials-carousel {
  padding: 35px 0 70px 0;
  position: relative;
}

.kf-testimonials-carousel .swiper-slide {
  opacity: 0;
  -o-transition: opacity 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: opacity 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: opacity 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.kf-testimonials-carousel .swiper-slide.swiper-slide-visible {
  opacity: 1;
}

.kf-testimonials-carousel .slide-item {
  padding: 0 30px 30px 30px;
  background: black;
  min-height: 340px;
  text-align: center;
}

.kf-testimonials-carousel .slide-item .image {
  position: relative;
  margin: -35px auto 15px auto;
  width: 70px;
  height: 70px;
  font-size: 0;
}

.kf-testimonials-carousel .slide-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.kf-testimonials-carousel .slide-item .desc {
  margin: 0 auto;
  max-width: 100%;
}

.kf-testimonials-carousel .slide-item .desc .text {
  color: white;
}

.kf-testimonials-carousel .slide-item .name {
  margin: 15px 0 0 0;

  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.kf-testimonials-carousel .slide-item .name em {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  color: var(--color-1);
  font-style: normal;
}

.kf-testimonials-carousel .slide-item .stars {
  margin-bottom: 15px;
  font-size: 15px;
  color: var(--color-1);
}

.kf-testimonials-carousel .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.kf-testimonials-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  opacity: 0.75;
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}

.kf-testimonials-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-1);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .kf-testimonials-carousel {
    padding-bottom: 50px;
  }

  .kf-testimonials-carousel .slide-item {
    min-height: 300px;
  }

  .kf-testimonials-carousel .slide-item .image {
    width: 60px;
    height: 60px;
  }

  .kf-testimonials-carousel .slide-item .text {
    font-size: 16px;
    font-weight: 400;
  }

  .kf-testimonials-carousel .slide-item .name {
    font-size: 16px;
  }

  .kf-testimonials-carousel .slide-item .name em {
    font-size: 14px;
  }

  .kf-testimonials-carousel .slide-item .stars {
    font-size: 14px;
  }
}



.sec-img2{height: 100%;width: 100%; object-fit: cover;}
.sec-img2 img{height: 100%;width: 100%;object-fit: cover;}
.kf-navbar-mobile .kf-h-social {display: flex;flex-direction: row;justify-content: flex-start;align-items: flex-start;margin-top: 50px;}
.kf-navbar-mobile .kf-h-social a i {color:white;}
.kf-navbar-mobile .kf-h-social a:hover i {color:var(--color-1);transition: all ease 0.4s;}
.redes-h  .kf-title {text-align: center;}
.politica-i .p2 {margin-top: 0px !important;}
#mensaje .img-pc {object-fit: cover;background-size: cover;width: 100%;}



@media (max-width: 1900px) {
  .kf-main-menu>ul {gap: 20px;}
}


@media (max-width: 1830px) {
  .kf-header .row .col-lg-3:first-child {width: 33%;}
  .kf-header .row .col-lg-3 {width: 20%;}
  .kf-header .row  .col-lg-6 {width: 47%;}
  .kf-main-menu>ul {gap: 15px;}
  header .kf-btn.h-btn {padding: 0px 0px;}
}


@media (max-width: 1740px) {
  .container {max-width: 1200px;}
  .kf-topline {padding: 6px 50px;}
  .kf-navbar {padding: 20px 50px;}
  .section.kf-started-inner .container {padding: 0px 50px;}
  .kf-logo img {max-width: 155px;}
  .section.kf-started-slider {padding-top: 154px;}
  .kf-started-item {height: 470px;}
  .kf-started-item .name {font-size: 50px;line-height: 1.5;}
  .pt { padding-top: 75px;}
  .pb { padding-bottom: 75px;}
  .mt {margin-top: 75px;}
  .mb {margin-bottom: 75px;}
  .kf-title {margin: 0 0 45px 0;font-size: 40px;}
  h5, .content-sidebar h2 {font-size: 22px;}
  .kf-footer .sec-footer .btn {font-size: 29px;}
  .section.kf-started-inner { height: 170px;}
  .kf-h-title {font-size: 36px;line-height: 36px;margin-top: 20px;}
  #mensaje h2 {font-size: 45px;}
  #mensaje {margin-top: 151px;}
 }
 

@media (max-width: 1560px) {
  .kf-main-menu>ul {gap: 0px;}
  header .kf-btn.h-btn {padding: 0px 0px;}
  .kf-main-menu ul li {margin-left: 6px;margin-right: 6px;}
}

@media (max-width: 1450px) {
  .container {max-width: 1150px;}
  .kf-topline {padding: 6px 35px;}
  .kf-navbar {padding: 20px 35px;}
  .section.kf-started-inner .container {padding: 0px 35px;}
  .kf-logo img {max-width: 130px;}
  .kf-started-item .name {font-size: 45px;}
  .kf-about-quote {width: 85%;}
  .kf-title {margin: 0 0 40px 0;font-size: 37px;}
  .section.kf-grid-carousel .slide-item .desc .name {width: 75%;margin: 0 auto;}
  h5, .content-sidebar h2 {font-size: 20px;}
  .kf-footer .sec-footer .btn {font-size: 27px;}
  .kf-h-title {margin-top: 10px;}
  .section.eventos .position-relative span {transform: scale(0.9) translate(-50%, -50%) !important;}
  .formulario-h .kf-title {font-size: 33px;}
  .section.kf-started-slider {padding-top: 140px;}
  #mensaje {margin-top: 130px;}
  .blog-d-i .kf-title {font-size: 33px;margin-bottom: 25px;}
}
 

 @media (max-width: 1380px) {
  .kf-main-menu ul li { margin-left: 10px;margin-right: 10px;}
  header .kf-btn.h-btn {display: none;}
  .kf-header .row .col-lg-8{width: 83.33333333%;}
  .kf-header .row .col-lg-3:first-child .kf-h-group a:first-child{display: none;}
 }



 
 @media (max-width: 1200px) {
   .container { max-width: 970px;}
   .kf-header .row .col-lg-3:first-child {width: 30%;}
   .kf-header .row .col-lg-3 {width: 20%;}
   .kf-header .row  .col-lg-6 {width: 50%;}
   header .kf-btn.h-btn {display: none;}
  .kf-topline {padding: 6px 15px;}
  .kf-navbar {padding: 20px 15px;}
  .section.kf-started-inner .container {padding: 0px 15px;}
  .kf-header .row .col-lg-8{width: 83.33333333%;}
  .kf-main-menu ul li { margin-left: 4px;margin-right: 4px;}
  .redes-h iframe,.redes-h   .fb-page {width: 400px;margin: 0 auto;}
  .redes-h .col-lg-6 {display: flex;align-items: center;justify-content: center;}
  .porque-i .col-lg-3 {flex: 0 0 auto;width: 50%;}
  .porque-i .row {row-gap: 50px;}
 }


  @media (max-width: 1050px) {
    .kf-main-menu ul li {margin-left: 4px;margin-right: 4px;}
  }

   @media (max-width: 1025px) {
    .kf-header .row .col-lg-8 {display: none;}
    .section.kf-started-slider {padding-top: 102px;}
    #mensaje { margin-top: 90px;}
  }


 @media (max-width: 991px) {
  .container {max-width: 720px;}
  .kf-header .row .col-lg-8 {display: none;}
  .kf-main-menu>ul {flex-direction: column;}
  .kf-navbar-mobile .kf-btn.h-btn {padding-left: 20px;padding-right: 20px;}
  .kf-logo img {max-width: 150px;}
  .section.kf-started-slider {padding-top: 105px;}
  .quienes-h .row {row-gap: 40px;}
  .section.kf-about .p {width: 100%;}
  .kf-about-quote {width: 100%;}
  h5, .content-sidebar h2 {font-size: 24px;}
  .blog-h .row .col-xs-12:last-child {display: none;}
  .section.eventos .row{row-gap: 40px;}
  .section.eventos .position-relative span {transform: scale(1) translate(-50%, -50%) !important;}
  .section.eventos .col-lg-5 .position-relative span {transform: scale(1) translate(-50%, -50%) !important;}
  .kf-footer .col-xs-12 {align-items: flex-start;}
  #whatsappflotante.telefono img{max-width: 25px;}
  .kf-navbar-mobile .kf-main-menu ul li ul {max-width: 100%;}
  .parranda-i .kf-text {margin-top: 40px;}
  .formulario-i .sec-map {position: relative;width: 100%;height: 350px;}
  .kf-navbar-mobile .kf-main-menu ul li ul li a {font-size: 19px;}
  .formulario-i input, .formulario-i textarea {width: 100%;}
  .quienes-i .kf-about-quote{margin-left: 0px;margin-top: 30px;}
  .quienes-h2 .sec-img {display: flex;align-items: center;justify-content: center;}
  .sec-i .p2 {padding-left: 0px;}
  .info-c .col-md-12 {margin-top: 30px;}
  #mensaje .img-pc {height: 600px;object-fit: cover;}
  #mensaje h2 {font-size: 43px;}
  #mensaje a img {max-width: 230px;}
  #mensaje {margin-top: 109px;}
  .porque-i .row {row-gap: 40px;}
  #mensaje a img { max-width: 200px;}
 }


 @media (max-width: 767px) {
  .kf-navbar-mobile .kf-main-menu ul li a {font-size: 19px;}
  .kf-navbar-mobile .kf-h-social {margin-top: 30px;}
  .kf-navbar-mobile .kf-topline {margin: 20px 0 0 0;}
  #whatsappflotante {left: 1rem;}
  .kf-logo img {max-width: 140px;}
  .kf-started-item .name {font-size: 37px;margin-bottom:20px;}
  .quienes-h .sec-l {right: 0px;}
  .section.kf-about .kf-titles div {display: flex;justify-content: flex-start !important;align-items: flex-start !important;}
  .section.kf-about .p {margin-top: 20px;}
  .quienes-h .sec-l img {max-width: 200px;}
  #whatsappflotante {bottom: 1rem;}
  #whatsappflotante.telefono {bottom:5rem !important;}
  .redes-h  .row {row-gap: 40px;}
  .kf-title {margin: 0 0 35px 0;font-size: 30px;}
  h5, .content-sidebar h2 {font-size: 22px;}
  .content-sidebar h2 br {display: none;}
  .kf-subtitle {margin: 0 0 5px 0;}
  .section.kf-about .kf-about-video video {border-radius: 25px;}
  .kf-testimonials-2 .figura-1 {max-width: 100px;top:5%;}
  .kf-testimonials-2 .figura-2 {max-width: 100px;bottom:5%;top:auto;}
  .kf-blog-grid-item .desc .name {font-size: 18px;}
  .section.eventos .position-relative span {height: 80px;width: 80px;font-size: 20px !important;transform: scale(0.9) translate(-50%, -50%) !important;}
  .section.eventos  .position-relative span div {font-size: 20px !important;height: 60px;width: 60px;}
  .section.eventos .col-lg-5 .position-relative span {transform: scale(0.9) translate(-50%, -50%) !important;}
  .section.eventos .figura-1 {max-width: 100px;top:5%;}
  .section.eventos .figura-2{max-width: 100px;top: auto;bottom: 5%;}
  #scrollTopBtn{bottom: 1rem;}
  .kf-footer .sec-footer .btn {font-size: 19px;padding-left: 7px;padding-right: 7px;margin-bottom: 40px;}
  .sec-footer a img {max-width: 200px;}
  .kf-footer h5 {font-size: 19px;}
  .kf-footer .kf-logo, .kf-f-hours, .kf-f-contact {margin-bottom: 30px;}
  .kf-navbar-mobile .kf-main-menu ul li ul li a {font-size: 16px;}
  .kf-h-title {font-size: 30px;line-height: 30px;margin-top: 15px;}
  .bg-b{background-position: center;}
  .kf-title.kf-title2 {font-size: 27px;}
  /* .kf-about.section-bg a img {max-width: 200px;} */
  .sec-i .row .kf-reservation-form{padding: 0px;}
  .porque-i .col-lg-3 {width: 100%;}
  .p2 {font-size: 17px;}
  .blog-d-i .kf-title {font-size: 25px;margin-bottom: 20px;}
  .kf-date, .kf-comm {font-size: 16px;}
  .kf-contacts-item {margin-top: 0px;}
  .info-c .col-md-12 {margin-top: 0px;}
  .info-c  .row {row-gap: 30px;}
  .kf-contacts-item .name {margin: 0 0 15px 0;}
  .kf-contacts-item .name {font-size: 19px;}
  .kf-contacts-item ul li {padding-bottom: 2px;}
  .formulario-h .kf-title {font-size: 27px;}
  .form-hh.kf-field {margin-bottom: 0px;}
  .formulario-h .kf-reservation-form {padding: 25px;}
  #mensaje h2 {font-size: 35px;}
  .fotografias-i .image a img {width: 100%;}



 }






