/* Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%;
    /* 10px browser default */
}


/* Chrome fix */

body>div {
    font-size: 2rem;
}

body {
    background-color: f5f5f5;
    color: #263238;
    font-family: pt-serif, Georgia, serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.625;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

::-moz-selection {
    background-color: #777;
    color: #fff;
}

::selection {
    background-color: #777;
    color: #fff;
}

a {
    color: #ef4746;
    text-decoration: none;
}

a:hover {
    color: #232f3e;
}

p {
    margin: 0 0 8px;
    padding: 0;
    font-family: 'Ibarra Real Nova', serif;
    font-size: 2rem;
}

span {
    font-family: 'Ibarra Real Nova', serif;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

mark {
    background: #ddd;
    color: #000;
}

blockquote {
    background: #f9f9f9;
    border-left: 5px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #777;
    clear: both;
    margin: 40px 0;
}


/*TIPOGRAFIA*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ibarra Real Nova', serif;
}

h1,
h2,
h3,
h4 {
    line-height: 0.9em;
}

h5,
h6 {
    line-height: 0.6em;
}

p {
    line-height: 1.625;
}


/* NAVEGADOR */

nav {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10;
}

nav .navegador {
    text-align: right;
    background-color: #fff;
    overflow: hidden;
    max-width: 100%;
    padding: 20px 100px 20px 100px;
    margin: auto;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.fade-in .navegador {
    background-color: #000;
    overflow: hidden;
    max-width: 100%;
    padding: 10px 60px 10px 60px;
    margin: auto
}

nav .navegador .linkers {
    text-align: right;
}

nav .navegador a {
    display: inline-block;
    color: #000;
    line-height: .85rem;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 1.2rem
}

nav .navegador .facebook-nav {
    background-image: url(svg/black-facebook.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-top: 50px;
    padding: 10px 15px;
}

nav .navegador .instagram-nav {
    background-image: url(svg/black-instagram.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 10px 15px;
}

nav .navegador .tiktok-nav {
    background-image: url(svg/tiktok-black.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 10px 15px;
}

nav .navegador .mail-nav {
    background-image: url(svg/black-mail.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 10px 15px;
}

nav .navegador .nav-phone {
    font-family: Arial, Helvetica, sans-serif;
}

.fade-in .navegador .facebook-nav {
    background-image: url(svg/white-facebook.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 10px 15px;
}

.fade-in .navegador .instagram-nav {
    background-image: url(svg/white-instagram.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 10px 15px;
}
.fade-in .navegador .tiktok-nav {
    background-image: url(svg/tiktok-white.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 10px 15px;
}
.fade-in .navegador .mail-nav {
    background-image: url(svg/white-mail.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 10px 15px;
}

.fade-in .navegador a {
    display: inline-block;
    color: #fff;
    line-height: .85rem;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 1.3rem
}

.navegador a.klv-logo {
    background-image: url(logos/f-blanco.png);
    float: left;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 1px
}

.fade-in .navegador a.klv-logo {
    background-image: url(logos/f-obscuro.png);
    float: left;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 5px
}

.navegador .touch-nav {
    display: none
}
.blog-container {
    max-width: 800px;
    margin: auto;
}
.centrar {
    text-align: center;
    margin: auto;
}

.centrar svg {
    margin: auto;
}

.titulo-de-bloque h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}

.section-title {
    font-size: 28px;
    padding-bottom: 20px;
    font-weight: 400;
    display: block;
    position: relative;
    text-align: center;
}

.section-title:after,
.section-title:before {
    content: '';
    position: absolute;
    bottom: 0;
}

.section-title:after {
    height: 2px;
    background-color: #232f3e59;
    left: 40%;
    right: 40%;
}

.section-title:before {
    width: 15px;
    height: 15px;
    border: 3px solid #7d1d31;
    background-color: #fff;
    left: 50%;
    transform: translatex(-50%);
    bottom: -6px;
    z-index: 2;
    border-radius: 50%;
}


/*-----------------SERVICIOS----------------*/

.klv-card {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    border-radius: 1px;
    background-color: e6c344;
}

.klv-card:hover {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.klv-card a {
    color: black;
}

.klv-card a:hover {
    text-decoration: none;
}

.card-heading {
    font-size: 2.25rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 1rem;
}

.card-img {
    display: block;
    width: 100%;
    padding: 5px;
}

.card-text {
    padding: 2rem;
}

.card-text p {
    font-size: 1.6rem;
}

.card-link {
    background-color: #7d1d31;
    display: inline-block;
    letter-spacing: 2px;
    margin-left: 2rem;
    margin-bottom: 2rem;
    padding: 5px 20px;
    border-style: solid;
    border-color: #7d1d3159;
    margin: 30px auto;
    border-width: 0;
    outline: none;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
}

.styled-link {
    text-decoration: none;
    outline: none;
    color: #fff;
    transition: all 0.25s ease-in;
}

.styled-link:hover,
.styled-link:focus,
.styled-link:active {
    color: yellow;
}

.shadow-1 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}

.blue-hover {
    transition: all 0.25s ease-in;
    border-bottom: 5px solid transparent;
}

.blue-hover:hover {
    transform: translateY(-5px);
    border: none;
    border-bottom: 5px solid #7d1d31;
}
/* galery 2 */

.snip1560 {
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: none !important;
  position: relative;
  padding: 10px;
  border: 2px solid #e8b563;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1560 a {
    color: #ffffff;

  }

.snip1560:before {
  content: '';
  background-color: #000000;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: -1;
}

.snip1560 * {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1560 img {
  max-width: 100%;
  vertical-align: top;
  background-image: linear-gradient(#000000, #ffffff);
  opacity: 0.35;
}

.snip1560 figcaption,
.snip1560 .link {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.snip1560 h2,
.snip1560 h3,
.snip1560 h4 {
  margin: 0px;
  position: absolute;
  width: 100%;
  text-transform: uppercase;
}

.snip1560 h2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2em;
  font-family: 'Playfair Display', Arial, sans-serif;
}

.snip1560 h2 span {
  color: #e8b563;
}

.snip1560 h3 {
  font-size: 1.3em;
  bottom: 0;
  font-weight: 700;
  letter-spacing: 2px;
}

.snip1560 h4 {
  top: 0;
  font-size: 1.2em;
  letter-spacing: 1px;
  font-weight: 400;
  opacity: 0.9;
  font-family: 'Playfair Display', Arial, sans-serif;
}

.snip1560:hover img,
.snip1560.hover img {
  opacity: 0.35;
}


/* TESTIMONIOS */

.testim {
    width: 100%;
    background-color: #f5f5f5;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #000;
    cursor: pointer;
    font-size: 2em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 1;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #7d1d31;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #e6c344;
    border-color: #e6c344;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont>div.inactive {
    opacity: 1;
}

.testim .cont>div.active {
    position: relative;
    opacity: 1;
}

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #7d1d31;
    font-size: 1.2em;
    margin: 15px 0 2;
}

.testim .cont div h3 {
    color: gray;
    font-size: 1em;
    margin: 15px 0 10;
    font-weight: bold;
}

.testim .cont div p {
    font-size: 1.15em;
    color: black;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active h3 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive h3 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #e6c344;
        box-shadow: 0px 0px 10px 5px #e6c344;
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #e6c344;
        box-shadow: 0px 0px 0px 0px #e6c344;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0);
    }
}


/* ESTILOS EXTRA */

figure.klv-equipo-galeria {
    position: relative;
    overflow: hidden;
    margin: 20px auto;
    min-width: 220px;
    max-width: 400px;
    width: 100%;
    background: #000000;
    color: #333;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.klv-equipo-galeria * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

figure.klv-equipo-galeria img {
    max-width: 100%;
    vertical-align: top;
}

figure.klv-equipo-galeria figcaption {
    position: relative;
    background-color: #ffffff;
    padding: 20px 25px 50px;
}

figure.klv-equipo-galeria h3 {
    position: absolute;
    bottom: 100%;
    text-transform: uppercase;
    padding: 0px 20px;
    line-height: 44px;
    margin: 0;
    left: 0;
    font-weight: bold;
    background-color: #f5f5f5;
    color: #000;
    font-size: 14px;
}

figure.klv-equipo-galeria h3 span {
    font-weight: 800;
}

figure.klv-equipo-galeria h3:before {
    position: absolute;
    left: 100%;
    border-style: solid;
    border-width: 44px 0 0 12px;
    border-color: transparent transparent transparent #7d1d31;
    content: '';
    top: 0;
}

figure.klv-equipo-galeria p {
    font-size: 0.8em;
    font-weight: 500;
    text-align: left;
    margin: 0;
    line-height: 1.6em;
}

figure.klv-equipo-galeria span {
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #7d1d31;
    line-height: 40px;
    padding: 0 10px;
    color: #ffffff;
    font-weight: 800;
    font-size: 0.9em;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

figure.klv-equipo-galeria span:before {
    position: absolute;
    right: 100%;
    border-style: solid;
    border-width: 0 0 40px 12px;
    border-color: transparent transparent #e5c243;
    content: '';
    top: 0;
}

figure.klv-equipo-galeria:hover img,
figure.klv-equipo-galeria.hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.linker-box {
    text-align: center;
    margin-top: 30vh;
}

.linker-box h3 {
    font-size: 2rem;
    font-weight: normal;
}

.linker-box a {
    display: block;
    padding: 10px;
    color: #7d1d31;
    font-weight: bold;
    text-decoration: underline;
}


/* Servicios del Catering */

.cat--serv .klv-box {
    border: 2px solid #c3c3c3;
    padding: 15px;
    box-shadow: 5px 10px #7d1d31;
    height: 200px;
    width: auto;
    margin-bottom: 20px;
}

.cat--serv .klv-box h3 {
    font-size: 1.9rem;
}

.cat--serv .klv-box p {
    font-size: 1.8rem;
}

.klv-video {
    max-width: 600px;
    margin: 15px auto 25px;
    text-align: center;
}

.klv-video a {
    display: inline-block;
    background-color: #ffe27a;
    color: #7d1d31;
    padding: 10px 15px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}

.embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/** klv-lightbox MARKUP **/

.klv-lightbox {
    display: none;
    position: fixed;
    z-index: 20;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 1);
}

.klv-lightbox figcaption {
    color: white;
}

.klv-lightbox-navegador {
    display: flex;
    justify-content: space-between;
    width: 500px;
    height: 80px;
    margin: auto;
}

.klv-lightbox figcaption a {
    display: inline-block;
    color: white;
    padding: 5px 15px;
}

.klv-lightbox-arrow-left {
    background-image: url("https://kleaver.com//assets/web/incluir/css/svg/arrow-left-circle.svg");
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.klv-lightbox-arrow-right {
    background-image: url("https://kleaver.com//assets/web/incluir/css/svg/arrow-right-circle.svg");
    background-repeat: no-repeat;
}

.klv-lightbox-close {
    background-image: url("https://kleaver.com//assets/web/incluir/css/svg/x-circle.svg");
    background-repeat: no-repeat;
}

.klv-lightbox img {
    /** Pad the klv-lightbox image */
    max-width: 90%;
    max-height: 80%;
    margin-top: 2%;
}

.klv-lightbox:target {
    /** Remove default browser outline */
    outline: none;
    /** Unhide klv-lightbox **/
    display: block;
}

.klv-galeryLinker img {
    max-width: 99%;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    transition: padding, box-shadow;
    transition-duration: 0.2s;
}

.klv-galeryLinker img:hover {
    max-width: 100%;
    padding: 1px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.klv-galery-grid img {
    max-width: 99%;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

}


/* TEAM */

.klv-vendedores {
    position: relative;
    overflow: hidden;
    margin: 15px auto;
    min-width: 230px;
    max-width: 400px;
    width: 100%;
    text-align: left;
    line-height: 1.4em;
    border: 2px solid #c3c3c3;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.klv-vendedores * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.klv-vendedores img {
    max-width: 100%;
    vertical-align: top;
    opacity: 0.85;
}

.klv-vendedores figcaption {
    width: 100%;
    background-color: white;
    padding: 25px;
    position: relative;
}

.klv-vendedores figcaption:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 0 0 400px;
    border-color: transparent transparent transparent #7d1d31;
}

.klv-vendedores figcaption a {
    padding: 5px;
    font-size: 0.7em;
    margin: 10px 0;
    display: inline-block;
    opacity: 0.65;
    width: 47%;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
}

.klv-vendedores figcaption a:hover {
    opacity: 1;
}

.klv-vendedores .profile {
    border-radius: 50%;
    position: absolute;
    bottom: 100%;
    left: 25px;
    z-index: 1;
    max-width: 90px;
    opacity: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.klv-vendedores .follow {
    margin-right: 4%;
    color: #2980b9;
}

.klv-vendedores h2 {
    margin: 0 0 5px;
    font-weight: 300;
}

.klv-vendedores h2 span {
    display: block;
    font-size: 0.5em;
    color: #2980b9;
    font-weight: bold;
    padding-top: 10px;
    text-transform: uppercase;
}

.klv-vendedores p {
    margin: 0 0 10px;
    font-size: 0.8em;
    letter-spacing: 1px;
    opacity: 0.8;
}


/* CATERING PAGE */

.catering-hero {
    color: white;
    background: url('bg/catering/01.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.catering-hero-description {
    position: relative;
    margin-bottom: 10%;
    text-align: center;
}


/* RESTAURANTES PAGE */

.restaurants-hero {
    color: white;
    background: url('bg/Restaurant/01.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.restaurants-hero img {
    width: 120px;
    margin: auto;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.restaurant-box {
    background: url('bg/Restaurant/01.jpg');
    height: 400px;
    padding-top: 200px;
    text-align: center;
    color: white;
}


/* CONSTRUCCTION PAGE PAGE */

.construccion-hero {
    color: white;
    background: url('bg/construccion/construccion.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}


/* COVID PAGE */

.covid-hero {
    color: white;
    background: url('bg/covid/covid-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.covid-baner {
    text-align: center;
    background-color: gainsboro;
    color: red;
    max-width: 500px;
    margin: auto;
    padding: 20px;
}

.covid-link {
    background-color: yellow;
    padding: 10px;
    color: black;
}

.site-footer {
    background-color: #000000;
    font-size: 16px;
    padding: 40px 0;
    text-align: center;
}

.site-footer {
    color: white;
}

.site-footer a {
    background: 0 0;
    color: #fff;
}

.site-footer a:hover {
    background: 0 0;
    color: #ebca56;
}

.site-footer svg:hover {
    fill: #ebca56;
}

.klv-footer-nav .menu-item {
    display: inline-block;
    text-align: center;
}

.klv-footer-nav li a {
    display: block;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 30px 24px;
    text-transform: uppercase;
}


/* MODAL Y SLIDER MODAL */

.klv-galeria-Slides {
    display: none;
}

.klv-galeria-content {
    margin-left: auto;
    margin-right: auto
}

.klv-galeria-content {
    max-width: 100%;
}

.klv-galeria-display-container {
    position: relative
}

.klv-galeria-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%)
}

.klv-galeria-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.klv-galeria-black {
    color: #fff !important;
    background-color: #e5c243a1 !important;
}

.klv-galeria-button {
    border-radius: 10%;
    border-style: solid;
    display: inline-block;
    padding: 8px 20px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    top: 90%;
}

.slider-description {
    width: auto;
    margin: auto;
    display: flex;
  align-items: center;
  justify-content: space-around;
  height: 50px;
}

.slider-description p {
    text-align: center;
}

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

.slider-description span {
    background-color: #7d1d31;
    color: white;
    padding: 5px 10px;
    border-style: solid;
    bottom: 5%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  border-radius: 10%;
  
}
.about-picture {
    text-align: center;
    font-weight: bold;
}

.modal {
    left: 50%;
    margin: -250px 0 0 -25%;
    opacity: 0;
    position: absolute;
    top: -50%;
    visibility: hidden;
    width: 50%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .25);
    box-sizing: border-box;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.modal:target {
    opacity: 1;
    top: 40%;
    visibility: visible;
}

.modal .modal-header,
.modal .footer {
    border-bottom: 1px solid #e7e7e7;
    border-radius: 5px 5px 0 0;
    text-align: center;
}

.modal h2 {
    margin: 0;
    color: #333333;
}

.modal .copy,
.modal .modal-header,
.modal .footer {
    padding: 5px;
    color: #333333;
}

.modal-content {
    background: #f7f7f7;
    position: relative;
    z-index: 20;
    border-radius: 5px;
    color: #333333;
}

.modal .copy {
    background: #fff;
}

.modal .overlay {
    background-color: #000;
    background: rgba(0, 0, 0, .8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}


/* Responsive Video */

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Close Button */

.box3 {
    width: 25px;
    right: 0px;
    position: absolute;
    margin: 5px;
}

svg {
    display: block;
}

.close-x {
    stroke: black;
    fill: transparent;
    stroke-linecap: round;
    stroke-width: 5;
}

.dropbtn {
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    max-width: 400px;
    min-width: 300px;
    padding: 10px 15px;
    margin: auto;
    background-color: white;
    color: lightgray;
    border: 2px solid #e7e7e7;
}

.dropdown {
    max-width: 500px;
    min-width: 300px;
    margin: auto;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    max-width: 500px;
    min-width: 300px;
    margin: auto;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-align: center;
}

.dropdown-content a {
    font-size: 16px;
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
    background-color: #7d1d31;
    color: white;
    margin: 10px auto;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}


/* Sala de eventos */

.bg-sala {
    background-image: url("bg/Sala/bground.jpg");
    background-attachment: fixed;
}

.bg-sala .section-title,
.bg-sala .equipo-descripcion {
    color: white;
}

.bg-white {
    background-color: #f5f5f5;
}

.regresar-galeria {
    margin: 25px auto 15px auto;
    width: 300px;
    font-size: 15px;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}


/* KLV SLIDER*/

.klv-slider-wraper {
    display: block;
    background: #FFF;
    overflow: hidden;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
}

.slider {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    -webkit-transition: -webkit-transform 1500ms;
    transition: -webkit-transform 1500ms, transform 1500ms;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* Slides Background Color */

.slide-1 {
    background-image: url("bg/hero-full-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide-2 {
    background-image: url("bg/hero-full-2.jpg");
    background-size: cover;
    background-position: center center;
    left: 100%
}

.slide-3 {
    background-image: url("bg/hero-full-3.jpg");
    background-size: cover;
    background-position: center center;
    left: 200%
}

.slide-4 {
    background-image: url("bg/hero-full-4.jpg");
    background-size: cover;
    background-position: center center;
    left: 300%;
}

.slide-5 {
    background-image: url("bg/hero-full-5.jpg");
    background-size: cover;
    background-position: center center;
    left: 400%;
}

.slider {
    display: flex;
    justify-content: flex-start;
}

.slider-content {
    width: 60%;
    margin-top: 75vh;
    text-align: center;
    padding: 10px;
}


/* Slider Inner Slide Effect */

.slider h2 {
    color: #ffffff;
    font-weight: 900;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
    margin-top: 0;
    letter-spacing: 2px;
}

.slider h4 {
    letter-spacing: 2px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    opacity: 0;
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
}

.slider-front-btn {
    background-color: #7d1d31;
    /* Green */
    border: none;
    color: white;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
}


/* Animations */

.slider h2 {
    -webkit-transition: opacity 600ms, -webkit-transform 600ms;
    transition: transform 600ms, opacity 600ms;
    -webkit-transition-delay: 1s;
    /* Safari */
    transition-delay: 1s;
}

.slider h4 {
    -webkit-transition: opacity 600ms, -webkit-transform 600ms;
    transition: transform 600ms, opacity 600ms;
    -webkit-transition-delay: 1.4s;
    /* Safari */
    transition-delay: 1.4s;
}

.slider .slider-front-btn {
    -webkit-transition: opacity 400ms, -webkit-transform 400ms;
    transition: transform 400ms, opacity 400ms;
    -webkit-transition-delay: 1.8s;
    /* Safari */
    transition-delay: 1.8s;
}


/* Number Pagination */

.number-pagination {
    position: absolute;
    bottom: 30px;
    right: 100px;
    font-weight: bold;
}

.number-pagination span {
    font-size: 30px;
    color: #ea2e49;
    letter-spacing: 4px;
}

.number-pagination span:after {
    content: "/5";
    font-size: 16px;
    color: #fff;
}


/* Slider Pagger */

.slider-pagination {
    position: absolute;
    bottom: 30px;
    width: 575px;
    left: 100px;
    z-index: 7;
    display: flex;
    align-items: center;
}

.slider-pagination label {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    margin: 0 10px;
    cursor: pointer;
}


/* Slider Pagger Event */

.slide-radio1:checked~.slider-pagination .page1,
.slide-radio2:checked~.slider-pagination .page2,
.slide-radio3:checked~.slider-pagination .page3,
.slide-radio4:checked~.slider-pagination .page4,
.slide-radio5:checked~.slider-pagination .page5 {
    width: 14px;
    height: 14px;
    border: 2px solid #ea2e49;
    background: transparent;
}


/* Slider Slide Effect */

.slide-radio1:checked~.slider {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.slide-radio2:checked~.slider {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.slide-radio3:checked~.slider {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
}

.slide-radio4:checked~.slider {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
}

.slide-radio5:checked~.slider {
    -webkit-transform: translateX(-400%);
    transform: translateX(-400%);
}

.slide-radio1:checked~.slide-1 h2,
.slide-radio2:checked~.slide-2 h2,
.slide-radio3:checked~.slide-3 h2,
.slide-radio4:checked~.slide-4 h2,
.slide-radio5:checked~.slide-5 h2,
.slide-radio1:checked~.slide-1 h4,
.slide-radio2:checked~.slide-2 h4,
.slide-radio3:checked~.slide-3 h4,
.slide-radio4:checked~.slide-4 h4,
.slide-radio5:checked~.slide-5 h4,
.slide-radio1:checked~.slide-1 .slider-front-btn,
.slide-radio2:checked~.slide-2 .slider-front-btn,
.slide-radio3:checked~.slide-3 .slider-front-btn,
.slide-radio4:checked~.slide-4 .slider-front-btn,
.slide-radio5:checked~.slide-5 .slider-front-btn {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}


/* PROYECTOS */

.klv-proyectos {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-size: 16px;
    margin: auto;
    max-width: 310px;
    min-width: 250px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
}

.klv-proyectos * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.klv-proyectos img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
}

.klv-proyectos figcaption {
    padding: 25px 20px 25px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.klv-proyectos figcaption:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #700877;
    content: '';
    background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
    background: -webkit-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
    background: linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
    opacity: 0.8;
    z-index: -1;
}

.klv-proyectos .date {
    background-color: #fff;
    border-radius: 50%;
    color: #700877;
    font-size: 18px;
    font-weight: 700;
    min-height: 48px;
    min-width: 48px;
    padding: 10px 0;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: -25px;
}

.klv-proyectos .date span {
    display: block;
    line-height: 14px;
}

.klv-proyectos .date .month {
    font-size: 11px;
}

.klv-proyectos h3,
.klv-proyectos p {
    margin: 0;
    padding: 0;
}

.klv-proyectos h3 {
    display: inline-block;
    font-weight: 700;
    letter-spacing: -0.4px;
    margin-bottom: 5px;
}

.klv-proyectos p {
    font-size: 0.9em;
    line-height: 1.2em;
    margin-bottom: 0px;
}

.klv-proyectos a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.klv-proyectos .ver-proyecto {
    display: block;
    line-height: 14px;
    color: black;
    background-color: #e5c243;
    padding: 10px;
    width: 150px;
    text-align: center;
    margin-top: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.klv-proyectos:hover img,
.klv-proyectos.hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

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

.whatsapp {
    display: none;
}


/*-------------MEDIA QUERIES ---------------*/

@media only screen and (max-width:1024px) {
    nav .navegador {
        padding: 20px 50px 20px 50px
    }
    .fade-in .navegador {
        padding: 10px 50px 10px 50px
    }
}

@media only screen and (max-width:768px) {
    .klv-galeria-button {
        top: 80%;
    }
    .modal {
        left: 50%;
        margin: -250px 0 0 -48%;
        opacity: 0;
        position: absolute;
        top: -50%;
        visibility: hidden;
        width: 96%;
        box-shadow: 0 3px 3px rgba(0, 0, 0, .25);
        box-sizing: border-box;
        transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
    }
    .modal:target {
        opacity: 1;
        top: 50%;
        visibility: visible;
    }
    .slider h2 {
        font-size: 20px;
    }
    .slider h4 {
        font-size: 16px;
    }
    .slider-content {
        padding: 0 2%
    }
    .navigation {
        padding: 0 2%;
    }
    .navigation-left {
        display: none;
    }
    .number-pagination {
        right: 2%;
    }
    .slider-pagination {
        left: 2%;
    }
    nav .navegador {
        padding: 3px
    }
    .fade-in .navegador {
        padding: 3px;
        margin: auto
    }
    .navegador a:not(:first-child) {
        display: none
    }
    .navegador a.touch-nav {
        float: right;
        display: block
    }
    .navegador.responsive {
        position: relative;
        background-color: #fff
    }
    .fade-in .navegador.responsive {
        position: relative;
        background-color: #000
    }
    .navegador.responsive a.touch-nav {
        position: absolute;
        right: 15;
        top: 0;
    }
    .navegador.responsive a {
        float: none;
        display: block;
        text-align: center;
        padding-bottom: 30px;
    }
    .fade-in .navegador a:hover {
        background-color: #000;
        color: #d0d0d0
    }
    .fade-in .navegador.responsive a {
        float: none;
        display: block;
        text-align: center;
        padding-bottom: 30px
    }
    .navegador a i:after {
        content: url(svg/menubutton.svg)
    }
    .fade-in .navegador a i:after {
        content: url(svg/munub-white.svg)
    }
    .responsive a i:after {
        content: url(svg/closeblack.svg)
    }
    .fade-in .responsive a i:after {
        content: url(svg/closewhite.svg)
    }
}

@media screen and (max-width: 500px) {
    .klv-lightbox-navegador {
        display: flex;
        justify-content: space-between;
        max-width: 200px;
        height: 80px;
        text-align: center;
        margin: auto;
    }
    .slide-1 {
        background-image: url("bg/hero-m-1.jpg");
    }
    .slide-2 {
        background-image: url("bg/hero-m-2.jpg");
    }
    .slide-3 {
        background-image: url("bg/hero-m-3.jpg");
    }
    .slide-4 {
        background-image: url("bg/hero-m-4.jpg");
    }
    .slide-5 {
        background-image: url("bg/hero-m-5.jpg");
    }
    .slider-content {
        width: 90%;
        margin-top: 65vh;
        text-align: center;
        padding: 10px;
    }
    .slider-pagination {
        display: none;
    }
    .slider h2 {
        color: black;
        font-size: 24px;
        font-weight: bolder;
    }
    .slider h4 {
        color: black;
    }
    .section-title:after {
        height: 2px;
        background-color: #232f3e59;
        left: 30%;
        right: 30%;
    }
    .whatsapp {
        position: fixed;
        bottom: 5px;
        right: 10px;
        display: block;
        z-index: 9;
    }
    .whatsapp svg {
        width: 50px;
        height: 50px;
    }
    .testim .arrow {
        font-size: 1.5em;
    }
    .testim .cont div p {
        line-height: 25px;
    }
}

@media only screen and (max-width: 400px) {
    .klv-galeria-button {
        top: 70%;
    }
    figcaption {
        padding-top: 20px;
    }
}