@charset "UTF-8";
/* Template Name: Kasy
   File Description: Main Css file of the template
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  color: #252d31;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

a {
  text-decoration: none;
  outline: none;
}

p {
  line-height: 1.6;
}

html {
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
}

.row > * {
  position: relative;
}

/*******color Loop*******/
.text-primary {
  color: #007df4 !important;
}

.bg-primary {
  background-color: #007df4 !important;
}

.bg-soft-primary {
  background-color: rgba(0, 125, 244, 0.18) !important;
}

.text-success {
  color: #34af7a !important;
}

.bg-success {
  background-color: #34af7a !important;
}

.bg-soft-success {
  background-color: rgba(52, 175, 122, 0.18) !important;
}

.text-info {
  color: #49c6e5 !important;
}

.bg-info {
  background-color: #49c6e5 !important;
}

.bg-soft-info {
  background-color: rgba(73, 198, 229, 0.18) !important;
}

.text-warning {
  color: #fb8916 !important;
}

.bg-warning {
  background-color: #fb8916 !important;
}

.bg-soft-warning {
  background-color: rgba(251, 137, 22, 0.18) !important;
}

.text-danger {
  color: #ef4b4b !important;
}

.bg-danger {
  background-color: #ef4b4b !important;
}

.bg-soft-danger {
  background-color: rgba(239, 75, 75, 0.18) !important;
}

.text-light {
  color: #bbbaba !important;
}

.bg-light {
  background-color: #bbbaba !important;
}

.bg-soft-light {
  background-color: rgba(187, 186, 186, 0.18) !important;
}

.text-dark {
  color: #152c5c !important;
}

.bg-dark {
  background-color: #152c5c !important;
}

.bg-soft-dark {
  background-color: rgba(21, 44, 92, 0.18) !important;
}

.text-muted {
  color: #839393 !important;
}

.bg-muted {
  background-color: #839393 !important;
}

.bg-soft-muted {
  background-color: rgba(131, 147, 147, 0.18) !important;
}

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

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

.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.18) !important;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

/*******font-size*******/
.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

/**********bg-overlay***************/
.bg-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(131deg, #0f5650, transparent);
}

/************overflow-x**************/
.overflow-hidden-x {
  overflow-x: hidden;
}

/***********heading***************/
.home-shape-arrow {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
}
.home-shape-arrow i {
  background: white;
  border: 1px solid #007df4;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}
.home-shape-arrow .arrow-icon {
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
}

.heading {
  position: relative;
  margin-bottom: 28px;
}
.heading::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 125, 244, 0.8);
  height: 2px;
  width: 79px;
  left: 50%;
  bottom: -12px;
  z-index: -1;
  transform: translateX(-50%);
}
.heading::after {
  content: "";
  position: absolute;
  border: 9px solid #ffffff;
  left: 50%;
  border-bottom: 11px solid #007df4;
  bottom: -16px;
  z-index: -1;
  transform: translateX(-50%);
}

#back-to-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  z-index: 999;
  right: 30px;
  background: #007df4;
  border-color: transparent;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
  display: none;
}
#back-to-top:hover {
  background-color: white;
  color: #252d31;
  border: 1px solid;
}

/*******font-weight*******/
.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

/*******link color*******/
.primary-link {
  color: #152c5c;
  transition: all 0.5s ease;
}
.primary-link:hover {
  color: #007df4;
}

.boton-servicios {
    display: flex;
    justify-content: center;
}
.boton-servicios i.fa-brands.fa-whatsapp {
    padding-bottom: 0px;
    font-size: 18px;
}
.boton-servicios .btn {
    border-radius: 30px;
}
.servicios-extra {
  text-align: center;
}
.row.justify-content-center.gracias-top {
    margin-top: 60px !important;
}
.row.justify-content-center.gracias-contacto {
    margin-top: 80px !important;
}
a.btn.btn-primary.nav-btn.gracias {
    border-radius: 30px;
}
section.section.team.gracias {
    padding-bottom: 0px;
}


@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
.btn {
  padding: 13px 36px;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.5s ease;
  position: relative;
}
.btn:hover {
  text-shadow: 0px 0.2px 0px rgb(0, 0, 0);
}
.btn:focus {
  box-shadow: none;
}

.btn-primary {
  background: #25d366;
  border-color: #25d366 !important;
  border-radius: 30px;
}
.home .btn.btn-primary {
	border-radius: 30px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
  background: #1da24e;
  border-color: #1da24e;
  box-shadow: 0px 8px 20px -6px rgba(220, 248, 198, 0.6);
  transform: translateY(-6px);
}

.btn-outline-primary {
  color: #007df4;
  border-color: #007df4;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open > .dropdown-toggle.btn-primary {
  background: #007df4;
  border-color: #007df4;
  box-shadow: 0px 8px 20px -6px rgba(0, 125, 244, 0.6);
  transform: translateY(-6px);
}

.btn-success {
  background: #34af7a;
  border-color: #34af7a !important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open > .dropdown-toggle.btn-primary {
  background: #2f9f6f;
  border-color: #2f9f6f;
  box-shadow: 0px 8px 20px -6px rgba(52, 175, 122, 0.6);
  transform: translateY(-6px);
}

.btn-outline-success {
  color: #34af7a;
  border-color: #34af7a;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open > .dropdown-toggle.btn-primary {
  background: #34af7a;
  border-color: #34af7a;
  box-shadow: 0px 8px 20px -6px rgba(52, 175, 122, 0.6);
  transform: translateY(-6px);
}

.btn-info {
  background: #49c6e5;
  border-color: #49c6e5 !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open > .dropdown-toggle.btn-primary {
  background: #2f9f6f;
  border-color: #37c0e2;
  box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, 0.6);
  transform: translateY(-6px);
}

.btn-outline-info {
  color: #49c6e5;
  border-color: #49c6e5;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open > .dropdown-toggle.btn-primary {
  background: #49c6e5;
  border-color: #49c6e5;
  box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, 0.6);
  transform: translateY(-6px);
}

.btn-warning {
  background: #fb8916;
  border-color: #fb8916 !important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open > .dropdown-toggle.btn-primary {
  background: #2f9f6f;
  border-color: #f87f04;
  box-shadow: 0px 8px 20px -6px rgba(251, 137, 22, 0.6);
  transform: translateY(-6px);
}

.btn-outline-warning {
  color: #fb8916;
  border-color: #fb8916;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open > .dropdown-toggle.btn-primary {
  background: #fb8916;
  border-color: #fb8916;
  box-shadow: 0px 8px 20px -6px rgba(251, 137, 22, 0.6);
  transform: translateY(-6px);
}

.btn-danger {
  background: #ef4b4b;
  border-color: #ef4b4b !important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open > .dropdown-toggle.btn-primary {
  background: #2f9f6f;
  border-color: #ed3838;
  box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, 0.6);
  transform: translateY(-6px);
}

.btn-outline-danger {
  color: #ef4b4b;
  border-color: #ef4b4b;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open > .dropdown-toggle.btn-primary {
  background: #ef4b4b;
  border-color: #ef4b4b;
  box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, 0.6);
  transform: translateY(-6px);
}

.btn-light {
  background: #bbbaba;
  border-color: #bbbaba !important;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open > .dropdown-toggle.btn-primary {
  background: #2f9f6f;
  border-color: #b1b0b0;
  box-shadow: 0px 8px 20px -6px rgba(187, 186, 186, 0.6);
  transform: translateY(-6px);
}

.btn-outline-light {
  color: #bbbaba;
  border-color: #bbbaba;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open > .dropdown-toggle.btn-primary {
  background: #bbbaba;
  border-color: #bbbaba;
  box-shadow: 0px 8px 20px -6px rgba(187, 186, 186, 0.6);
  transform: translateY(-6px);
}

.btn-dark {
  background: #152c5c;
  border-color: #152c5c !important;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open > .dropdown-toggle.btn-primary {
  background: #2f9f6f;
  border-color: #11244b;
  box-shadow: 0px 8px 20px -6px rgba(21, 44, 92, 0.6);
  transform: translateY(-6px);
}

.btn-outline-dark {
  color: #152c5c;
  border-color: #152c5c;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open > .dropdown-toggle.btn-primary {
  background: #152c5c;
  border-color: #152c5c;
  box-shadow: 0px 8px 20px -6px rgba(21, 44, 92, 0.6);
  transform: translateY(-6px);
}

.btn-muted {
  background: #839393;
  border-color: #839393 !important;
}
.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus, .btn-muted:not(:disabled):not(.disabled):active, .btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted .open > .dropdown-toggle.btn-primary {
  background: #2f9f6f;
  border-color: #788a8a;
  box-shadow: 0px 8px 20px -6px rgba(131, 147, 147, 0.6);
  transform: translateY(-6px);
}

.btn-outline-muted {
  color: #839393;
  border-color: #839393;
}
.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active, .btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted .open > .dropdown-toggle.btn-primary {
  background: #839393;
  border-color: #839393;
  box-shadow: 0px 8px 20px -6px rgba(131, 147, 147, 0.6);
  transform: translateY(-6px);
}

.btn-white {
  background: #ffffff;
  border-color: #ffffff !important;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.focus, .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open > .dropdown-toggle.btn-primary {
  background: #2f9f6f;
  border-color: whitesmoke;
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
  transform: translateY(-6px);
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open > .dropdown-toggle.btn-primary {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
  transform: translateY(-6px);
}

.btn.btn-outline-white:focus, .btn.btn-outline-white:active, .btn.btn-outline-white:hover, .btn.btn-outline-white.active, .btn.btn-outline-light:focus, .btn.btn-outline-light:active, .btn.btn-outline-light:hover, .btn.btn-outline-light.active {
  color: #152c5c;
}
.btn.btn-outline-primary:focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary:hover, .btn.btn-outline-primary.active, .btn.btn-outline-dark:focus, .btn.btn-outline-dark:active, .btn.btn-outline-dark:hover, .btn.btn-outline-dark.active, .btn.btn-outline-success:focus, .btn.btn-outline-success:active, .btn.btn-outline-success:hover, .btn.btn-outline-success.active {
  color: #ffffff !important;
}

.avatar-xs {
  height: 1.5rem;
  width: 1.5rem;
}

.avatar-sm {
  height: 3rem;
  width: 3rem;
}

.avatar-md {
  height: 4rem;
  width: 4rem;
}

.avatar-lg {
  height: 6rem;
  width: 6rem;
}

.avatar-xl {
  height: 7.5rem;
  width: 7.5rem;
}

.avatar-title {
  background-color: #007df4;
  color: #ffffff;
  display: flex;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.avatar-group {
  padding-left: 12px;
  display: flex;
  flex-wrap: wrap;
}
.avatar-group .avatar-group-item {
  margin-left: -12px;
  border: 2px solid #f8f9fa;
  border-radius: 50%;
  transition: all 0.2s;
}
.avatar-group .avatar-group-item:hover {
  position: relative;
  transform: translateY(-2px);
}

.navbar-custom {
  background-color: transparent;
  padding: 18px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}
.navbar-custom .navbar-brand {
  margin-right: 0;
}
.navbar-custom .navbar-brand .logo-light {
  display: inline-block;
}
.navbar-custom .navbar-brand .logo-dark {
  display: none;
}
.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 14px;
  transition: all 0.5s;
  position: relative;
  font-weight: 500;
}
.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #ffffff;
}
.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link.active::before {
  width: 100%;
}
.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0px;
  height: 2px;
  background-color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s;
}
.navbar-custom .navbar-collapse .nav-btn {
  padding: 7px 25px;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 1px;
}
.navbar-custom .navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #152c5c;
}
.navbar-custom .navbar-toggler:focus {
  box-shadow: 0 0 0 1.25px;
}

/*---NAVBAR STICKY--*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 18px 0px;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(38, 107, 193, 0.08);
}
.nav-sticky .navbar-brand .logo-dark {
  display: inline-block;
}
.nav-sticky .navbar-brand .logo-light {
  display: none;
}
.nav-sticky .navbar-nav .nav-item .nav-link {
  color: #252d31 !important;
}
.nav-sticky .navbar-nav .nav-item .nav-link.active {
  color: #007df4 !important;
}
.nav-sticky .navbar-nav .nav-item .nav-link:hover {
  color: #007df4 !important;
}
.nav-sticky .navbar-nav .nav-item .nav-link::before {
  background-color: #007df4 !important;
}
.nav-sticky .nav-btn {
  background-color: #007df4;
  color: white;
}

.typewrite {
  display: inline-block; /* Mantiene el texto alineado correctamente */
  white-space: nowrap;
  overflow: hidden;
  vertical-align: text-top;
  font-size: inherit; /* Asegura que el texto respete la tipografía global */
  line-height: 1.2; /* Asegura un espaciado consistente */
  min-height: 1em; /* Evita el colapso del contenedor al borrar texto */
  color: #49c6e5;
}

.typewrite > .wrap {
  border-right: 0.08em solid transparent; /* Cursor animado */
}


/* General Footer Styles */
.webmarket-footer {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  color: #858992; /* Default text color */
  display: flex;
  align-items: center; /* Alinea los elementos verticalmente dentro de su línea */
  justify-content: center; /* Centra los elementos horizontalmente */
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Text Styles */
.footer-text {
  font-weight: 400;
  margin: 0;
}

/* Link Styles */
.webmarket-link {
  text-decoration: none;
  color: #858992; /* Default link color */
  display: flex;
  align-items: center; /* Centra verticalmente el contenido del enlace */
  transition: color 0.3s ease;
}

.webmarket-link:hover {
  color: #fff; /* Hover text color */
}

/* SVG Styles */
.webmarket-brand {
  width: 165px;
  height: 30px;
  fill: #858992; /* Default SVG color */
  transition: fill 0.3s ease;
}

.w-trazada {
  transform: translate(-10px, 8px); /* Ajusta el espaciado vertical de la W */
}

#Text {
  transform: translate(-3px, -6px); /* Ajusta el espaciado horizontal entre la W y el texto */
}

.webmarket-link:hover .webmarket-brand {
  fill: #fff; /* Hover SVG color */
}

.kernel-banner-detalle {
  color: #fff;
}

img.kernel-servicios-imagen {
  background-size: cover;
  max-width: 500px;
  border-radius: 10px;
}

.kernel-servicios {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #007DF4;
}
h4.kernel-servicios-sub {
  color: #858992;
}
ul.kernel-servicios-detalle {
  color: #474E5B;
}
.kernel-servicios {
  margin: 35px 0px;
}

.kernel-servicios i {
  padding-bottom: 30px;
  font-size: 60px;
  text-align: center;
}
h3.kernel-servicios-titulo {
  text-align: center;
  font-weight: bold;
  padding-bottom: 30px;
}
h3.kernel-work-title {
  font-weight: bold;
  font-size: 20px;
  color: #027df4;
}
h4.kernel-work-subtitle {
  font-size: 14px;
  color: #a0a0a0;
  font-weight: 100;
}
p.kernel-work-desc {
  font-size: 16px;
  color: #474E5B;
}
.kernel-work {
  padding: 20px;
}
.kernel-barra {
  background: #007DF4;
  padding: 45px 0px 30px;
  color: #fff;
  text-align: center;
}
h3.kernel-barra-title {
  text-align: center;
  font-weight: bold;
}
h4.kernel-barra-subtitle, p.kernel-barra-text {
  text-align: center;
}
.kernel-nosotros {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.kernel-nosotros li {
  list-style: none;
}
section.section.team {
  padding-top: 0px;
}
.kernel-work-step {
  width: 100px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
h3.kernel-nosotros-titulo {
  text-align: center;
  font-weight: bold;
}
.kernel-nosotros-card {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0px;
  text-align: center;
}
.kernel-contacto {
  display: flex;
  justify-content: space-around;
  padding: 20px;
}
.kernel-contacto-cards {
  font-size: 30px;
  text-align: center;
}
p.kernel-contacto-detalle {
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: 600;
  margin-top: 15px;
}
.kernel-footer-logo img {
  width: 100px;
}
ul.list-unstyled.mb-0 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.kernel-social-footer {
  display: flex;
  justify-content: end;
  gap: 30px;
  font-size: 30px;
}
.footer {
  font-size: 15px;
  background-color: #474e5b !important;
  padding: 40px;
}
.footer-alt {
  background-color: #474E5B !important;
  border-top: 1px solid #49c6e5 !important;
}
.kernel-footer-menu {
  display: flex;
  justify-content: end;
}
.kernel-social-footer i {
  color: #0abaf3;
  transition: 0.5s;
}
.kernel-social-footer i:hover {
  color: #fff;
  transition: 0.5s;
}
.kernel-footer-menu a {
  color: #c2c4c8 !important;
  transition: 0.5s;
}
.kernel-footer-menu a:hover {
  color: #fff !important;
  transition: 0.5s;
}
.footer-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



.swiper {
  width: 100%;
  height: 60vh; /* Ocupa toda la altura de la ventana */
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

/* Iconos de Whatsapp y Teléfono */
 .icon-left {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #0076e3;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 10000;
    display: inline-grid;
align-items: center;
transition: 0.4s;
}
.icon-left:hover {
  background-color: #165287;
  transition: 0.4s;
  color: #FFF;
}

.icon-right {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25B059;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 10000;
    display: inline-grid;
align-items: center;
transition: 0.4s;
}
.icon-right:hover {
  background-color: #128c7f;
  transition: 0.4s;
  color: #FFF;
}
#icons a {
    text-decoration: none;
}

@media (max-width: 991px) {
  .navbar-custom {
    padding: 18px 0px;
    background-color: white;
  }
  .kernel-footer .kernel-footer-logo, .kernel-footer .kernel-social-footer, .kernel-footer .kernel-footer-menu {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
  }
  .kernel-footer-menu ul {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    padding: 10px 0px;
    margin-bottom: 0px;
  }
  .kernel-footer-menu li {
    padding: 10px 0px;
    margin-bottom: 0px;
  }
  .footer {
    padding-bottom: 0px;
  }
  .kernel-footer .kernel-footer-logo {
    padding-bottom: 20px;
}
}
@media (max-width: 768px) {
  .navbar-custom .navbar-brand {
    margin-left: 14px;
  }
  .navbar-custom .navbar-brand .logo-dark {
    display: inline-block !important;
  }
  .navbar-custom .navbar-brand .logo-light {
    display: none !important;
  }
  .navbar-custom .nav-item .nav-link {
    display: inline-block;
    color: #252d31 !important;
  }
  .navbar-custom .nav-item .nav-link.active {
    color: #007df4;
  }
  .navbar-nav .nav-item .nav-link {
    color: #252d31 !important;
  }
  .navbar-nav .nav-item .nav-link.active {
    color: #007df4 !important;
  }
  .navbar-nav .nav-item .nav-link:hover {
    color: #007df4 !important;
  }
  .navbar-nav .nav-item .nav-link::before {
    background-color: #007df4 !important;
  }
  .nav-btn {
    background-color: #007df4 !important;
    color: white !important;
  }
}
.home {
  background-position: center;
  background-size: cover;
  padding: 215px 0;
}
.home .home-heading h1 {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.4;
}
.home .home-btn {
  margin-top: 30px;
}
.home .home-btn .modal-btn {
  position: relative;
  padding: 13px 52px 13px 30px;
}
.home .home-btn .modal-btn span {
  position: absolute;
  align-items: center;
  justify-content: center;
}
.home .home-btn .modal-btn span i {
  font-size: 34px;
}
.home .home-btn .modal-btn:hover .btn-icon, .home .home-btn .modal-btn:focus .btn-icon {
  background-color: #ffffff;
  color: #007df4;
  transition: all 0.9s ease;
}

.home-1 {
  background-image: url(../images/kernel-01.webp);
}
.home-cercos {
  background-image: url(../images/kernel-cercos-banner.webp);
}
.home-1 .bg-overlay, .home-cercos .bg-overlay {
  background: linear-gradient(131deg, #474e5b, transparent);
}

.text-cursor {
  cursor: text;
}

.grabbable {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.grabbable:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.bottom-img {
  position: relative;
  bottom: -215px;
  width: 100%;
}
.bottom-img img {
  width: 100%;
}

.home-4 {
  background-color: #007df4;
}
.home-4 .home-btn .modal-btn .btn-icon {
  color: #007df4;
  background-color: white;
}
.home-4 .shape-1 {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 100%;
  animation: shape-1 1.5s alternate infinite ease;
}
.home-4 .shape-2 {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 40%;
  animation: shape-2 2.5s alternate infinite ease;
}
.home-4 .shape-3 {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0%;
  animation: shape-3 3.5s alternate infinite ease;
}
.home-4 .frame {
  width: 55px;
  height: 55px;
  position: absolute;
  left: 70%;
  animation: frame 3.5s alternate infinite ease;
}

@keyframes shape-1 {
  0% {
    top: 80%;
  }
  40% {
    height: auto;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
@keyframes shape-2 {
  0% {
    top: 3%;
  }
  40% {
    height: auto;
    transform: scaleX(1);
  }
  100% {
    top: 25%;
  }
}
@keyframes shape-3 {
  0% {
    top: 60%;
  }
  40% {
    height: auto;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
@keyframes frame {
  0% {
    top: 0%;
  }
  50% {
    top: 3%;
  }
  100% {
    top: 0%;
  }
}
.home-5 {
  background-color: #007df4;
  padding: 244px ​0;
}
.home-5 .home-shape {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -2px;
  left: -15px;
}
.home-5 .contact-form {
  background-color: rgba(0, 125, 244, 0.3);
  border: 1px solid white;
  border-radius: 10px;
  padding: 20px;
}
.home-5 .contact-form .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  font-size: 30px;
  color: #ffffff;
}
.home-5 .input-group-text {
  padding: 12px 15px;
  border: none;
  background-color: rgba(187, 186, 186, 0.4);
  color: #252d31;
  position: absolute;
  top: 0;
  z-index: 1;
  bottom: 0;
}
.home-5 .form-control {
  padding: 12px 20px !important;
  padding-left: 58px !important;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.home-6 {
  background-image: url("../images/home-6bg.png");
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 64% 90%, 22% 100%, 0 87%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 64% 90%, 22% 100%, 0 87%);
}
.home-6 .book {
  width: 120px;
  height: 120px;
  position: absolute;
  left: -2%;
  animation: book 1.5s alternate infinite ease;
}
.home-6 .drive {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 58%;
  animation: drive 2.5s alternate infinite ease;
}

@keyframes book {
  0% {
    top: 31%;
  }
  40% {
    transform: scaleX(1);
  }
  100% {
    top: 33%;
  }
}
@keyframes drive {
  0% {
    top: 63%;
  }
  40% {
    transform: scaleX(1);
  }
  100% {
    top: 74%;
  }
}
@media (max-width: 1200px) {
  .home .home-img {
    height: auto;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .home {
    padding: 100px 0;
  }
  .home .modal-btn {
    padding: 13px 75px 13px 30px !important;
  }
  .home .home-heading h1 {
    font-size: 36px;
  }
  .home-2 {
    padding: 130px 0;
  }
}
.cta {
  position: relative;
  background: linear-gradient(rgba(37, 45, 49, 0.7), rgba(37, 45, 49, 0.7)), url("../images/kernel-05.webp") fixed no-repeat;
  background-size: cover;
  color: #ffffff;
}
.cta .cta-heading {
  font-size: 35px;
  font-weight: 600;
}
.cta marquee {
  position: absolute;
  top: 0;
  background-color: rgba(37, 45, 49, 0.5);
  padding: 6px;
  font-size: 14px;
}

.feature .feature-card {
  border: none;
  background: transparent;
  padding: 28px 29px;
  position: relative;
  border-radius: 10px;
}
.feature .feature-card:hover {
  color: rgba(0, 125, 244, 0.9);
}
.feature .feature-card:hover:before {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 125, 244, 0.2);
}
.feature .feature-card::before {
  content: "";
  height: 80px;
  width: 80px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.5s ease;
  z-index: -1;
}
.feature .feature-list {
  margin: 30px 0;
  list-style: none;
  padding: 0;
}
.feature .feature-list li {
  position: relative;
  display: flex;
  padding: 15px 25px 15px 15px;
  margin: 0;
  border-bottom: 1px solid rgba(0, 125, 244, 0.09);
  transition: all 0.3s ease;
  font-size: 14px;
  color: #839393;
}
.feature .feature-list li:hover {
  background: rgba(0, 125, 244, 0.2);
  border-radius: 8px;
}
.feature .feature-list li i {
  margin-right: 8px;
  font-size: 22px;
  line-height: 19px;
}

.accordion {
  margin-top: 30px;
}
.accordion .accordion-item .accordion-header .accordion-button {
  background: rgba(187, 186, 186, 0.06);
  font-weight: 500;
  padding: 10px 20px;
  box-shadow: none;
}
.accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #007df4;
}
.accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: #dee2e6;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: none;
  font-family: "Material Design Icons";
  background: transparent;
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion .accordion-item .accordion-collapse .accordion-body a {
  text-decoration: none;
  font-size: 14px;
  color: #252d31;
  font-weight: 500;
}
.accordion .accordion-item .accordion-collapse .accordion-body a:hover {
  color: #007df4;
}
.accordion .accordion-button:not(.collapsed) {
  color: #007df4;
  font-weight: 500;
  border-bottom: 1px solid rgba(187, 186, 186, 0.5);
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  font-family: "Material Design Icons";
  width: 40px;
  height: 40px;
  font-size: 24px;
  background-color: transparent;
  color: #007df4;
  align-items: center;
  display: flex;
  justify-content: center;
}
section#servicios {
  padding: 60px 20px;
}
section#estrategia {
  padding: 40px 20px 30px 20px;
}

@media (max-width: 1024px) {
  .features-box .card-body {
    padding: 45px !important;
  }
}
.review, .ks-faq {
  background: rgba(187, 186, 186, 0.08);
}
.reviews .reviews-box .card-body {
  padding: 30px;
}
.reviews .reviews-box .card-body .reviews-card {
  position: relative;
  border-color: rgba(0, 125, 244, 0.8);
}
.reviews .reviews-box .card-body .reviews-card::before {
  content: "";
  position: absolute;
  top: -54px;
  z-index: -3;
  height: 400px;
  width: 180px;
  align-self: center;
  background-color: rgba(0, 125, 244, 0.3);
}
.reviews .reviews-box .card-body .reviews-card .card-body {
  padding: 15px;
}
.reviews .reviews-box .card-body .reviews-heading {
  position: relative;
  margin: 18px 0;
}
.reviews .reviews-box .card-body .reviews-heading::before {
  content: "";
  position: absolute;
  top: 26px;
  height: 5px;
  width: 190px;
  background-color: #007df4;
}
.reviews .carousel-indicators {
  left: 10%;
  top: 70%;
}
.reviews .carousel-indicators button {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 125, 244, 0.8);
  border-radius: 50%;
}
.reviews .reviews-quote-1 {
  width: 40px;
  opacity: 0.3;
}
div#nosotros {
  margin: 0px 0px 30px 0px !important;
  padding: 0px !important;
}

@media (max-width: 576px) {
  section#estrategia {
    padding: 40px 0px 30px 0px;
}
  .carousel-indicators {
    display: none;
  }
}
.pricing .pricing-box {
  transition: all 0.8s;
  border-radius: 12px;
  position: relative;
}
.pricing .pricing-box:hover {
  transform: translateY(-10px);
  border: 1px solid #007df4 !important;
  transition: all 0.9s;
}
.pricing .pricing-box:hover .card {
  transition: all 0.09s;
  background-color: #007df4;
  transition: all 0.9s;
}
.pricing .pricing-box:hover .card .card-body {
  border-bottom: none;
}
.pricing .pricing-box:hover .card .card-body h6 {
  color: #ffffff;
}
.pricing .pricing-box:hover .card .card-body h1 {
  color: #ffffff;
}
.pricing .pricing-box:hover .card .card-body h1 sub {
  color: #ffffff;
}
.pricing .pricing-box ul li {
  padding: 8px 0;
}
.pricing .pricing-box .pricing-lable {
  position: absolute;
  background-color: #007df4;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 90px;
  z-index: 1;
  top: -1px;
  right: 0;
  transform: rotate(-90deg) translateX(-27%);
}
.pricing .pricing-box .pricing-lable::after {
  content: "";
  border-top: 20px solid #007df4;
  border-bottom: 20px solid #007df4;
  border-left: 16px solid transparent;
  position: absolute;
  left: -15px;
  top: 0;
}
.pricing .pricing-box .card {
  border: none;
  border-radius: 9px 9px 0 0;
  background: transparent;
}
.pricing .pricing-box .card .card-body {
  padding: 25px;
  border-bottom: 1px solid rgba(131, 147, 147, 0.352);
}
.pricing .pricing-box .card .card-body h6 {
  color: #007df4;
}
.pricing .pricing-box .card .card-body h1 sub {
  color: #839393;
}
.pricing .active {
  border: 1px solid #007df4 !important;
  transform: translateY(-10px);
}
.pricing .active .pricing-lable {
  background-color: white;
  text-transform: uppercase;
  transition: all 0.9s;
  color: #252d31;
}
.pricing .active .pricing-lable::after {
  border-color: white;
  border-left: 16px solid transparent;
  transition: all 0.9s;
}
.pricing .active .card {
  background-color: #007df4;
  transition: all 0.9s;
}
.pricing .active .card .card-body {
  border-bottom: none;
}
.pricing .active .card .card-body h6 {
  color: #ffffff;
}
.pricing .active .card .card-body h1 {
  color: #ffffff;
}
.pricing .active .card .card-body h1 sub {
  color: #ffffff;
}

@media (max-width: 768px) {
  .bg-shape {
    background: transparent;
  }
  .pricing-bg::before {
    display: none;
  }
}
.team {
  background-color: rgba(187, 186, 186, 0.08);
  overflow: hidden;
}
.team #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}
.team .team-card {
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.team .team-card .team-card-img {
  position: relative;
  overflow: hidden;
}
.team .team-card .team-card-img img {
  transition: 0.5s ease-in-out;
  border-radius: 10px 10px 0 0;
}
.team .team-card .team-card-img .team-social-icons {
  position: absolute;
  left: 30px;
  bottom: 0;
}
.team .team-card .team-card-img .team-social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.team .team-card .team-card-img .team-social-icons ul li {
  display: inline-block;
  transition: 0.5s ease-in-out;
  transform: rotateX(90deg);
  transform-origin: bottom;
}
.team .team-card .team-card-img .team-social-icons ul li a {
  width: 35px;
  height: 30px;
  font-size: 15px;
  border-radius: 5px 5px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #252d31;
}
.team .team-card .team-card-img .team-social-icons ul li a:hover {
  background-color: #007df4;
}
.team .team-card .team-card-img .team-social-icons ul li:nth-child(odd) {
  transition: 0.9s ease-in-out;
}
.team .team-card .team-card-text-2 {
  padding: 22px;
}
.team .team-card:hover .team-card-img img {
  transform: scale(1.05);
}
.team .team-card:hover .team-card-img .team-social-icons ul li {
  transform: rotateX(0);
}

.contact .contact-form .input-group-text {
  padding: 12px 15px;
  border: none;
  background-color: #007df4;
  color: #ffffff;
  position: absolute;
  top: 0;
  z-index: 1;
  bottom: 0;
}
.contact .contact-form .form-control {
  padding: 12px 20px !important;
  padding-left: 58px !important;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.bg-account-pages {
  background: white;
  background: linear-gradient(180deg, white 0%, #007df4 81%);
  display: flex;
  align-items: center;
}
.bg-account-pages .home-btn {
  position: absolute;
  top: 15px;
  right: 25px;
}
.bg-account-pages .card {
  border: none;
}
.bg-account-pages .card .card-body .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.bg-account-pages .card .card-body form .form-check .form-check-input {
  font-size: 14px;
}
.bg-account-pages .card .card-body form .form-check .form-check-label {
  font-size: 13px;
}
.bg-account-pages .card .card-body form button {
  padding: 10px 0;
}
.bg-account-pages .card .mt-n5 {
  margin-top: -50px;
}
.bg-account-pages .card .plan-line {
  font-size: 15px;
}
.bg-account-pages .card .plan-line::before {
  content: "";
  border: 1px solid #ebebeb;
  position: absolute;
  width: 26%;
  left: 64%;
  top: 11px;
}
.bg-account-pages .card .plan-line::after {
  content: "";
  border: 1px solid #ebebeb;
  position: absolute;
  width: 26%;
  right: 64%;
  top: 11px;
}
.bg-account-pages .card .form-control {
  padding: 9px 12px;
  font-size: 14px;
}

.btn-social-icon li {
  background-color: #007df4;
  border: 1px solid transparent;
  transition: all 0.6s ease;
  font-size: 18px;
  border-radius: 45px;
  width: 33px;
  height: 33px;
  line-height: 30px;
}
.btn-social-icon li:hover {
  background-color: #ffffff;
  border: 1px solid #bbbaba;
}
.btn-social-icon li:hover a {
  color: #007df4;
}
.btn-social-icon li a {
  color: #ffffff;
}

@media (max-width: 576px) {
  .bg-account-pages .home-btn {
    display: none;
  }
  .bg-account-pages .plan-line::before {
    display: none;
  }
  .bg-account-pages .plan-line::after {
    display: none;
  }
}
.footer {
  color: white;
  font-size: 15px;
  background-color: rgba(37, 45, 49, 0.9);
}

.footer-alt {
  background-color: rgba(37, 45, 49, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.kernel-nosotros .btn.btn-primary {
	margin-top: 30px;
  border-radius: 30px;
}
.social-icon .list-inline-item:not(:last-child) {
  margin-right: 5px;
}
.social-icon li a {
  color: white;
  border: 1px solid white;
  display: inline-block;
  height: 32px;
  text-align: center;
  font-size: 15px;
  width: 32px;
  line-height: 30px;
  transition: all 0.4s ease;
  border-radius: 7px;
}
.social-icon li a:hover {
  background-color: white;
  color: #007df4;
}

@media (max-width: 399px) {
a.btn.btn-primary.nav-btn.gracias {
    display: none;
}
}

i.fa-solid.fa-shield-halved.kernel-ico, i.fa-solid.fa-mobile-screen-button.kernel-ico, i.fa-solid.fa-cloud-sun-rain.kernel-ico {
    color: #027df4;
    font-size: 40px;
    padding: 30px;
}

/* =================================================================== */
/* ==        ESTILOS PARA LANDING DE CERCOS ELÉCTRICOS        == */
/* =================================================================== */

/* --- 1. Estilos para el Acordeón de Preguntas Frecuentes (FAQ) --- */
#faq .accordion-item {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

#faq .accordion-button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #152c5c;
  background-color: #ffffff;
  padding: 1.2rem 1.5rem;
}

#faq .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 125, 244, 0.25);
}

/* Estilo del botón cuando el acordeón está abierto */
#faq .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #007df4;
}

#faq .accordion-body {
  padding: 1.5rem;
  font-size: 16px;
  line-height: 1.7;
  color: #474E5B;
}

/* Personalización del ícono +/- del acordeón */
#faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23152c5c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.2s ease-in-out;
}

#faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* --- 2. Ajustes menores de Galería --- */
#galeria .swiper {
  height: 450px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  #galeria .swiper {
    height: 300px;
  }
}
.btn-cercos {
  margin-top: 20px;
}