@charset "UTF-8";
@font-face {
  font-family: "Galano Grotesque";
  src: url("../assets/fonts/Rene-Bieder-Galano-Grotesque-Alt.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("../assets/fonts/Rene-Bieder-Galano-Grotesque-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("../assets/fonts/Rene-Bieder-Galano-Grotesque-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("../assets/fonts/Rene-Bieder-Galano-Grotesque-BoldAlt.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("../assets/fonts/Rene-Bieder-Galano-Grotesque-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
/* Estilos generales para la scrollbar */
::-webkit-scrollbar {
  width: 8px; /* Ancho de la scrollbar */
}

/* Handle (la parte que se arrastra) */
::-webkit-scrollbar-thumb {
  background: #2e2e2e; /* Color del handle */
}

/* Handle en hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(51, 51, 51) e2e; /* Color del handle al pasar el mouse */
}

/* Track (la pista de la scrollbar) */
::-webkit-scrollbar-track {
  background: #555; /* Color de la pista */
}

/* Para Firefox */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow: hidden;
}

body {
  margin: 0;
  position: relative;
  font-family: "Galano Grotesque", sans-serif;
  background-color: #000000;
  color: #fff;
  scroll-behavior: smooth;
}

.header {
  font-family: sans-serif;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  /*     background-color: #2525258e; */
  padding: 24px 0;
  padding-top: 0;
}
.header .contacts {
  background-color: #20383e77;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  
  color: #fff;
  padding: 0 40px;
}
.header .contacts .direction, .header .contacts .phone {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header .contacts .direction a, .header .contacts .phone a {
  text-decoration: none;
  color: #fff;
}
.header .logo {
  position: absolute;
  margin: 0 30px;
  top: 0%;
  left: 47.6%;
  background-image: url(../assets/images/backgrounds/bg-logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 180px;
  height: 215px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.header .logo__img {
  -webkit-filter: opacity(1);
          filter: opacity(1);
  width: 126px;
  margin-top: 40px;
}
.header .logo2 {
  top: 30%;
  background-image: unset;
  height: 0;
  width: 131px;
  z-index: 999999;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.header .logo2 .logo__img {
  margin-top: -8px;
  width: 40px;
}
.header .disapear {
  top: -35vh;
  -webkit-filter: opacity(1);
          filter: opacity(1);
}
.header .container {
  margin: 0 auto;
  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;
  padding: 0 0px;
}

.navigation {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 200px;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navigation ul li {
  padding: 10px;
}
.navigation ul li a {
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 4px;
  /*        &:hover{
             color: #fff;
             background-color: #000;
         } */
}

.nav-scroll {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #20383E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999999;
}

.hero {
  font-family: sans-serif;
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0;
  overflow: hidden;
}
.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.hero .slogan {
  position: relative;
  margin-top: 183px;
  z-index: 1;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 4px;
  margin-bottom: 0;
  line-height: 0.8;
  color: #ffffff;
  font-weight: 500;
  -webkit-animation: zoomIn 2s ease-in-out forwards;
          animation: zoomIn 2s ease-in-out forwards;
}
.hero .hero__title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 28px;
  line-height: 0.8;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 0px;
  margin-top: 0;
  -webkit-animation: zoomIn 2s ease-in-out forwards;
          animation: zoomIn 2s ease-in-out forwards;
  padding: 28px 14px;
}
.hero .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero .buttons span {
  color: #fff;
  -webkit-animation: zoomIn 2s ease-in-out forwards;
          animation: zoomIn 2s ease-in-out forwards;
  display: block;
}
.hero .buttons .btn1 {
  -webkit-animation: zoomIn 2s ease-in-out forwards;
          animation: zoomIn 2s ease-in-out forwards;
  border-radius: 5px;
}
.hero .buttons .btn2 {
  -webkit-animation: rightToLeft 3s ease-in-out forwards;
          animation: rightToLeft 3s ease-in-out forwards;
}
.hero .buttons .button {
  background-color: transparent;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hero .buttons .button:hover {
  background-color: #2e2e2e;
  color: #fff;
}

.container__buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  position: relative;
  z-index: 9;
}
.container__buttons .button {
  background-color: transparent;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  border-radius: 5px;
}
.container__buttons .button:hover {
  background-color: #20383e;
  color: #fff;
  border: none;
}

@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
    -webkit-filter: opacity(0);
            filter: opacity(0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-filter: opacity(1);
            filter: opacity(1);
  }
}

@keyframes zoomIn {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
    -webkit-filter: opacity(0);
            filter: opacity(0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-filter: opacity(1);
            filter: opacity(1);
  }
}
@-webkit-keyframes leftToRight {
  from {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    -webkit-filter: opacity(0);
            filter: opacity(0);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: opacity(1);
            filter: opacity(1);
  }
}
@keyframes leftToRight {
  from {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    -webkit-filter: opacity(0);
            filter: opacity(0);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: opacity(1);
            filter: opacity(1);
  }
}
@-webkit-keyframes rightToLeft {
  from {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    -webkit-filter: opacity(0);
            filter: opacity(0);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: opacity(1);
            filter: opacity(1);
  }
}
@keyframes rightToLeft {
  from {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    -webkit-filter: opacity(0);
            filter: opacity(0);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: opacity(1);
            filter: opacity(1);
  }
}
.scroll-down {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
  -webkit-animation: blinking 3s infinite;
          animation: blinking 3s infinite;
}
.scroll-down h2 {
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 0px;
  margin-bottom: 10px;
}
.scroll-down img {
  width: 15px;
  margin: auto;
}

@-webkit-keyframes blinking {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.main {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main .logo {
  width: 100px;
  margin-top: 40px;
  -webkit-animation: boing 3s infinite;
          animation: boing 3s infinite;
}
.main .container {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto;
}
.main .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .left p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 0px;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 2;
}
.main h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
  margin-bottom: 10px;
}

.pilars {
  position: relative;
  /*   background-image: url(../assets/images/backgrounds/image.webp);
   */
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center 160px;
  background-size: 418px;
  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;
  height: 80vh;
  padding: 100px 0;
}
.pilars .container {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pilars .container h2 {
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
  margin-bottom: 10px;
  text-align: center;
}
.pilars .container h2 span {
  font-weight: bold;
}
.pilars .container .pilars__description {
  width: 55%;
  color: #e9e9e9;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.6;
  font-weight: lighter;
}

@-webkit-keyframes boing {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes boing {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.width-sections {
  width: 80%;
  margin: auto;
}

.title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
  margin-bottom: 10px;
  text-align: center;
}

.modal-container {
  position: fixed;
  opacity: 0;
  top: 50%;
  left: -600px;
  width: 500px;
  background-color: transparent;
  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;
  border-radius: 15px;
  z-index: 999999;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal-container .modal-content {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  padding: 20px;
  background-color: #000000;
}
.modal-container .modal-content .close-btn {
  position: absolute;
  top: 0px;
  right: 14px;
  cursor: pointer;
  font-size: 32px;
  padding-left: 20px;
  padding-bottom: 20px;
}
.modal-container .modal-content .button {
  display: block;
  width: 100px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #20383e;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.modal-container .background {
  background: radial-gradient(18.71% 145.71% at 56.45% 63.48%, rgba(60, 104, 116, 0.4588235294) 2.44%, rgba(138, 108, 255, 0) 155.92%);
  position: absolute;
  top: -18px;
  left: -565px;
  width: 288%;
  height: 122%;
}

.services {
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ffffff));
  background: linear-gradient(to bottom, #f5f5f5, #ffffff);
  padding: 60px 0;
  margin: 0;
  width: 100%;
  min-height: 100vh;
  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;
  position: relative;
}
.services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2V6h4V4H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
}
.services .title {
  text-align: center;
  color: #000000;
  font-size: 3rem;
  margin-bottom: 60px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.services .stats-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.services .stat-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 40px;
  background-color: #D8E6F7;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.services .stat-card .number-container {
  margin-bottom: 30px;
  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;
  gap: 15px;
}
.services .stat-card .number-container .number {
  font-size: 6rem;
  font-weight: bold;
  color: #20383e;
  font-family: "Galano Grotesque", sans-serif;
  line-height: 1;
}
.services .stat-card .number-container .plus {
  font-size: 4.5rem;
  font-weight: bold;
  color: #20383e;
  line-height: 1;
  margin-top: 0;
  position: relative;
  top: -5px;
}
.services .stat-card .stat-description {
  color: #20383e;
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 300px;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-1200px) {
  .services .stats-container {
    padding: 0 40px;
    gap: 25px;
  }
  .services .stat-card {
    padding: 35px 25px;
  }
  .services .stat-card .number-container {
    gap: 12px;
  }
  .services .stat-card .number-container .number {
    font-size: 5.5rem;
  }
  .services .stat-card .number-container .plus {
    font-size: 4.2rem;
  }
  .services .stat-card .stat-description {
    font-size: 1rem;
  }
}
@media (max-992px) {
  .services {
    padding: 60px 0;
  }
  .services .stats-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    padding: 0 20px;
  }
  .services .stat-card {
    width: 100%;
    max-width: 450px;
    padding: 30px 25px;
  }
  .services .stat-card .number-container {
    gap: 10px;
  }
  .services .stat-card .number-container .number {
    font-size: 5rem;
  }
  .services .stat-card .number-container .plus {
    font-size: 4rem;
    top: -4px;
  }
  .services .stat-card .stat-description {
    font-size: 0.95rem;
    max-width: 280px;
  }
}
@media (max-768px) {
  .services {
    min-height: auto;
    padding: 40px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ffffff));
    background: linear-gradient(to bottom, #f5f5f5, #ffffff);
  }
  .services::before {
    opacity: 0.3;
  }
  .services .title {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
  .services .stats-container {
    gap: 25px;
  }
  .services .stat-card {
    max-width: 400px;
    padding: 25px 20px;
  }
  .services .stat-card .number-container {
    gap: 8px;
    margin-bottom: 20px;
  }
  .services .stat-card .number-container .number {
    font-size: 4.2rem;
  }
  .services .stat-card .number-container .plus {
    font-size: 3.5rem;
    top: -3px;
  }
  .services .stat-card .stat-description {
    font-size: 0.9rem;
    letter-spacing: 0.8px;
    line-height: 1.5;
    max-width: 260px;
  }
}
@media (max-480px) {
  .services {
    padding: 30px 0;
  }
  .services .title {
    font-size: 1.5rem;
    margin-bottom: 25px;
    padding: 0 15px;
  }
  .services .stats-container {
    padding: 0 15px;
    gap: 20px;
  }
  .services .stat-card {
    max-width: 320px;
    padding: 20px 15px;
  }
  .services .stat-card .number-container {
    gap: 6px;
    margin-bottom: 15px;
  }
  .services .stat-card .number-container .number {
    font-size: 3.8rem;
  }
  .services .stat-card .number-container .plus {
    font-size: 3rem;
    top: -2px;
  }
  .services .stat-card .stat-description {
    font-size: 0.85rem;
    letter-spacing: 0.6px;
    line-height: 1.4;
    max-width: 240px;
  }
}

.founders {
  margin: auto;
  overflow: hidden;
  margin-bottom: 100px;
}
.founders .title {
  margin: 100px 0;
}
.founders .bg2 {
  background: radial-gradient(50% 38.81% at 50% 50%, rgba(26, 158, 182, 0.12) 0, rgba(5, 5, 11, 0) 100%), radial-gradient(50% 36.46% at 50% 50%, rgba(26, 158, 182, 0.1) 0, rgba(5, 5, 11, 0) 100%);
  background-position: top 300px;
}
.founders .bg {
  position: relative;
}
.founders .bg::before {
  background: radial-gradient(50% 38.81% at 50% 50%, rgba(26, 158, 182, 0.12) 0, rgba(5, 5, 11, 0) 100%), radial-gradient(50% 36.46% at 50% 50%, rgba(26, 158, 182, 0.1) 0, rgba(5, 5, 11, 0) 100%);
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.founders .founder-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.founders .founder-left .text {
  width: 50%;
  margin: auto;
}
.founders .founder-left .text p {
  font-weight: 300;
  margin: auto;
  letter-spacing: 0.5px;
}
.founders .partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.founders .partner .left {
  width: 40%;
}
.founders .partner .left img {
  width: 100%;
}
.founders .partner .right {
  width: 60%;
}
.founders .partner .right background .text {
  width: 60%;
  margin: auto;
  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;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.founders .partner .right background .text p {
  font-size: 18px;
  text-align: justify;
  font-weight: 200;
  font-family: "Galano Grotesque", sans-serif;
}
.founders .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.founders .cards a {
  text-decoration: none;
  color: #fff;
}
.founders .cards .card {
  background: rgba(2, 2, 2, 0.3019607843);
  position: relative;
  overflow: hidden;
  width: 350px;
  padding: 10px;
  border-radius: 20px;
  min-height: 160px;
  -webkit-box-shadow: inset 0 0 12px 0 hsla(0, 0%, 100%, 0.08);
          box-shadow: inset 0 0 12px 0 hsla(0, 0%, 100%, 0.08);
}
.founders .cards .card .background {
  background: radial-gradient(18.71% 55.71% at 56.45% 63.48%, #20383e 23.44%, rgba(138, 108, 255, 0) 72.92%);
  position: absolute;
  top: 15px;
  left: -661px;
  width: 288%;
  height: 122%;
}
.founders .cards .card img {
  position: absolute;
  top: 0;
  left: -10px;
  width: 200px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  z-index: 1;
}
.founders .cards .card .card__text {
  width: 60%;
  margin-left: auto;
  padding-left: 20px;
}
.founders .cards .card h2 {
  font-family: "Galano Grotesque", sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
  margin-top: 40px;
}
.founders .cards .card p {
  color: #fff;
  font-weight: 300;
}

.clients__bg {
  width: 100%;
  position: relative;
}

.clients {
  position: relative;
  margin: 100px auto;
  height: 80vh;
  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;
  gap: 70px;
}
.clients .logos {
  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;
}
.clients img {
  max-width: 100px;
}

.clients__bg::before {
  background: radial-gradient(50% 38.81% at 50% 50%, rgba(26, 158, 182, 0.12) 0, rgba(5, 5, 11, 0) 100%), radial-gradient(50% 36.46% at 50% 50%, rgba(26, 158, 182, 0.1) 0, rgba(5, 5, 11, 0) 100%);
  content: "";
  position: absolute;
  inset: 0;
}

.contact-section {
  background-color: transparent;
  width: 100%;
  /*   background: radial-gradient(50% 38.81% at 50% 50%,rgba(26, 158, 182, 0.12) 0,rgba(5,5,11,0) 259%),radial-gradient(50% 36.46% at 50% 50%,rgba(26, 158, 182, 0.10) 0,rgba(5,5,11,0) 214%);
   */
  background-position: top;
  margin-bottom: 200px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  min-height: 100vh;
}

.contact-section .title {
  margin-bottom: 60px;
}

.contact-form {
  background: transparent;
}

.form-group {
  position: relative;
  margin-bottom: 50px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px 0;
  background: transparent; /* Fondo transparente para los inputs */
  border: none;
  border-bottom: 1px solid rgba(221, 221, 221, 0.231372549); /* Línea inferior para los inputs */
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
}

.form-group .form-label {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}

.form-group input:valid + .form-label,
.form-group input:focus + .form-label,
.form-group textarea:valid + .form-label,
.form-group textarea:focus + .form-label {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  font-size: 0.85em;
  opacity: 1;
}

.submit-btn {
  display: block;
  width: 120px;
  padding: 15px;
  background: #20383e;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  margin-top: 20px;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-row .form-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}

.form-row .form-group:last-child {
  margin-right: 0;
}

.blog-section {
  background-color: transparent;
  color: #ffffff;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.blog-section .container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.blog-entry {
  width: 40%;
  background-color: transparent;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.blog-entry .blog-image {
  height: 250px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  overflow: hidden;
}
.blog-entry .blog-image img {
  width: 100%;
  border-radius: 5px;
}

.blog-category {
  margin-top: 15px;
  font-size: 0.9em;
  opacity: 0.7;
}

.blog-title {
  font-size: 1.5em;
  margin-top: 10px;
  margin-bottom: 5px;
}

.blog-description {
  font-size: 14px;
  margin-top: 10px;
  opacity: 0.8;
  line-height: 1.5;
}

/* Para mantener el diseño en pantallas más pequeñas */
@media (max-width: 1024px) {
  .blog-section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-entry {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.site-footer {
  background-color: #000000; /* Color de fondo del footer */
  color: white;
  padding: 40px 0;
  font-size: 0.9em;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
}

.site-footer h3 {
  margin-bottom: 20px;
}

.site-footer p {
  margin-bottom: 10px;
}

.site-footer .footer-links ul {
  list-style-type: none;
  padding: 0;
}

.site-footer .footer-links ul li a {
  color: white;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.site-footer .footer-links ul li a:hover {
  color: #a8a8a8; /* Color cuando se pasa el mouse sobre un enlace */
}

.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

footer .logo {
  width: 200px;
  margin-top: 20px;
}

.site-footer .footer-social a {
  display: inline-block;
  margin-right: 10px;
  color: white;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.site-footer .footer-social a:hover {
  color: #a8a8a8;
}

/* Responsive Design */
@media (max-width: 768px) {
  .site-footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .site-footer .container > div {
    margin-bottom: 20px;
  }
}
.about-us {
  background: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.about-us > div > h2 {
  color: #20383e;
}

.about-us .container {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
}
.about-us .container .title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5rem;
}
.title{

 color: #20383e!important;
}
.about-us .content {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 30px;
  background: #D4E3F4;
  padding: 20px;
}
.about-us .content .image-side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  min-height: 60vh;
  background-image: url("../assets/images/backgrounds/background3.png");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}
.about-us .content .text-side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px;
  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;
}
.about-us .content .text-side .logo-container {
  margin-bottom: 30px;
  text-align: left;
  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;
}
.about-us .content .text-side .logo-container .about-logo {
  width: 150px;
  height: auto;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.about-us .content .text-side .description {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #000000;
}
.about-us .content .text-side .button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 12px 30px;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-us .content .text-side .button:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.about-us .slider-navigation {
  position: absolute;
  right: 2%;
  bottom: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  z-index: 3;
}
.about-us .slider-navigation .nav-button {
  width: 60px;
  height: 60px;
  border: 2px solid rgba(2, 2, 2, 0.1);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 0;
  position: relative;
}

.about-us .slider-navigation .nav-button::before {

}

.about-us .slider-navigation .nav-button:hover::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100%);
  height: calc(100%);
  border-radius: 50%;
  border: 2px solid #20383e;
  transition: all 1.2s linear;
  animation: drawBorder .5s linear ;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 0, 50% 0);
}

@keyframes drawBorder {
    0% {
        clip-path: polygon(50% 0, 50% 0, 50% 0, 50% 0);
    }
    8.33% {
        clip-path: polygon(50% 0, 100% 0, 100% 15%, 50% 15%);
    }
    16.66% {
        clip-path: polygon(50% 0, 100% 0, 100% 30%, 50% 30%);
    }
    25% {
        clip-path: polygon(50% 0, 100% 0, 100% 50%, 50% 50%);
    }
    33.33% {
        clip-path: polygon(50% 0, 100% 0, 100% 65%, 50% 65%);
    }
    41.66% {
        clip-path: polygon(50% 0, 100% 0, 100% 80%, 50% 80%);
    }
    50% {
        clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    }
    58.33% {
        clip-path: polygon(50% 0, 100% 0, 100% 100%, 35% 100%, 35% 75%, 50% 75%);
    }
    66.66% {
        clip-path: polygon(50% 0, 100% 0, 100% 100%, 20% 100%, 20% 50%, 50% 50%);
    }
    75% {
        clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 50%, 50% 50%);
    }
    83.33% {
        clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 35%, 50% 35%);
    }
    91.66% {
        clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 15%, 50% 15%);
    }
    100% {
        clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 0, 50% 0);
    }
}

.about-us .slider-navigation .nav-button img {
  width: 16px;
  height: 16px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 2;
}

.about-us .slider-navigation .nav-button:hover img {
  opacity: 1;
}
.about-us .slider-navigation .nav-button.prev, .about-us .slider-navigation .nav-button.next {
  margin: 0;
}
@media (max-width: 992px) {
  .about-us {
    height: auto;
    padding: 60px 0;
  }
  .about-us .container {
    width: 90%;
  }
  .about-us .container .title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .about-us .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 15px;
  }
  .about-us .content .image-side {
    min-height: 40vh;
    width: 100%;
  }
  .about-us .content .text-side {
    padding: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .about-us .content .text-side .description {
    font-size: 1.1rem;
    text-align: center;
  }
  .about-us .content .text-side .button {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .about-us .slider-navigation {
    right: 20px;
    bottom: 20px;
  }
  .about-us .slider-navigation .nav-button {
    width: 50px;
    height: 50px;
  }
  .about-us .slider-navigation .nav-button img {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 768px) {
  .about-us {
    padding: 40px 0;
  }
  .about-us .container {
    width: 95%;
  }
  .about-us .container .title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .about-us .content {
    padding: 10px;
  }
  .about-us .content .image-side {
    min-height: 30vh;
  }
  .about-us .content .text-side {
    padding: 15px;
  }
  .about-us .content .text-side .logo-container {
    margin-bottom: 20px;
  }
  .about-us .content .text-side .logo-container .about-logo {
    width: 120px;
  }
  .about-us .content .text-side .description {
    font-size: 1rem;
    margin-bottom: 25px;
  }
  .about-us .content .text-side .button {
    padding: 10px 25px;
    font-size: 0.9rem;
  }
  .about-us .slider-navigation {
    right: 15px;
    bottom: 15px;
  }
  .about-us .slider-navigation .nav-button {
    width: 45px;
    height: 45px;
  }
  .about-us .slider-navigation .nav-button img {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 480px) {
  .about-us {
    padding: 30px 0;
  }
  .about-us .container .title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .about-us .content .image-side {
    min-height: 25vh;
  }
  .about-us .content .text-side {
    padding: 10px;
  }
  .about-us .content .text-side .logo-container .about-logo {
    width: 100px;
  }
  .about-us .content .text-side .description {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .about-us .content .text-side .button {
    padding: 8px 20px;
    font-size: 0.85rem;
  }
  .about-us .slider-navigation {
    right: 10px;
    bottom: 10px;
  }
  .about-us .slider-navigation .nav-button {
    width: 40px;
    height: 40px;
  }
  .about-us .slider-navigation .nav-button img {
    width: 10px;
    height: 10px;
  }
}

.consultation-section {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-color: #ffffff;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
  margin: 0;
  overflow: hidden;
}
.consultation-section .background-text {
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 150px;
  font-weight: 700;
  letter-spacing: 28.5px;
  line-height: 170px;
  color: rgba(0, 0, 0, 0.07);
  text-transform: uppercase;
  z-index: 1;
  white-space: nowrap;
  text-shadow: 0px 10px 13px rgba(0, 0, 0, 0.03);
  font-family: "Galano Grotesque", sans-serif;
  pointer-events: none;
}
.consultation-section .content {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.consultation-section .content .consultation-image {
  margin-bottom: 40px;
}
.consultation-section .content .consultation-image .main-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.consultation-section .content .title {
  color: #333333;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.2;
}
.consultation-section .content .description {
  color: #666666;
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 800px;
}
@media (max-width: 1200px) {
  .consultation-section .background-text {
    font-size: 120px;
    letter-spacing: 20px;
    color: rgba(0, 0, 0, 0.07);
  }
  .consultation-section .content .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .consultation-section {
    padding: 40px 0;
  }
  .consultation-section .background-text {
    font-size: 80px;
    letter-spacing: 15px;
    line-height: 100px;
    color: rgba(0, 0, 0, 0.07);
  }
  .consultation-section .content {
    padding: 0 25px;
  }
  .consultation-section .content .title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .consultation-section .content .description {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  .consultation-section {
    padding: 30px 0;
  }
  .consultation-section .background-text {
    font-size: 60px;
    letter-spacing: 10px;
    line-height: 80px;
  }
  .consultation-section .content .title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .consultation-section .content .description {
    font-size: 1rem;
  }
}

.services-slider {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.5s ease-in-out;
  transition: background-image 0.5s ease-in-out;
  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;
  padding: 60px 0;
  margin: 0;
  z-index: 1;
}
.services-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.services-slider .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.services-slider .container .title {
  position: relative;
  z-index: 2;
  color: white!important;
}
.services-slider .wrapper {
  position: relative;
  z-index: 2;
  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;
  width: 90vw;
  margin: 0 auto;
}
.services-slider .service-info {
  width: 40%;
  color: white;
  padding-right: 40px;
}
.services-slider .service-info h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
  font-weight: 700;
}
.services-slider .service-info p {
  font-size: 1.1em;
  line-height: 1.6;
  opacity: 0.9;
}
.services-slider .slider-container {
  width: 60%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 10px 10px;
}
.services-slider .slider-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  width: 100%;
  padding: 20px 10px;
}
.services-slider .service-card {
  height: 340px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 15px;
  width: 200px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*         border: 1px solid rgba(255, 255, 255, 0.2);
   */
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.services-slider .service-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.services-slider .service-card.active {
  /*             border: 1px solid #20383e;
   */
  background: rgba(60, 104, 116, 0.3);
}
.services-slider .service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.services-slider .service-card img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.services-slider .service-card h3 {
  color: white;
  font-size: 1em;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.services-slider .service-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8em;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
.services-slider .slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 20px;
  margin-top: 20px;
}
.services-slider .slider-nav {
  position: relative;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid white;
  border-radius: 50%;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-slider .slider-nav:hover::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100%);
  height: calc(100%);
  border-radius: 50%;
  border: 2px solid #20383e;
  transition: all 1.2s linear;
  animation: drawBorder .5s linear ;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 0, 50% 0);
}

.services-slider .slider-nav img {
  width: 25px;
  height: 25px;
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* Media queries para dispositivos móviles */
@media (max-width: 768px) {
  .services-slider .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
  .services-slider .service-info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  .services-slider .slider-container {
    width: 100%;
  }
  .services-slider .slider-nav {
    width: 40px;
    height: 40px;
  }
  .services-slider .slider-nav img {
    width: 20px;
    height: 20px;
  }
}
.floating-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.floating-container .video-preview {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.floating-container .video-preview::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100%);
  height: calc(100%);
  border-radius: 50%;
  border: 2px solid #20383e;
  transition: all 1.2s linear;
  animation: drawBorder 5s linear infinite alternate-reverse;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 0, 50% 0);
}

.floating-container .video-preview .preview-video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
     object-position: 0px 1px;
  
}

.video-modal {
  display: none;
  position: fixed;
  z-index: 1001;
}
.video-modal.show {
  display: block;
}
.video-modal .modal-content {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.video-modal .modal-content.expanded {
  width: 400px;
  height: 85vh;
  border-radius: 30px;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.video-modal .modal-content .close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.video-modal .modal-content .close-modal.visible {
  opacity: 1;
}
.video-modal .modal-content .video-controls {
  position: absolute;
  top: 20px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.video-modal .modal-content .video-controls.visible {
  opacity: 1;
}
.video-modal .modal-content .video-controls button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  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;
}
.video-modal .modal-content .video-controls button img {
  width: 20px;
  height: 20px;
}
.video-modal .modal-content .video-controls button:hover {
  background: rgba(0, 0, 0, 0.7);
}
.video-modal .modal-content video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 0px 1px;
}
.video-modal .modal-content .contact-options-modal {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.video-modal .modal-content .contact-options-modal.visible {
  opacity: 1;
}
.video-modal .modal-content .contact-options-modal .contact-option {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: white;
}
.video-modal .modal-content .contact-options-modal .contact-option img {
  width: 24px;
  height: 24px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.video-modal .modal-content .contact-options-modal .contact-option span {
  font-size: 1.1rem;
}
.video-modal .modal-content .contact-options-modal .contact-option:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.video-modal .modal-content .contact-options-modal .contact-option.email {
  background: rgba(60, 104, 116, 0.5);
}
.video-modal .modal-content .contact-options-modal .contact-option.email:hover {
  background: #20383e;
}
.video-modal .modal-content .contact-options-modal .contact-option.whatsapp {
  background: rgba(60, 104, 116, 0.5);
}
.video-modal .modal-content .contact-options-modal .contact-option.whatsapp:hover {
  background: #20383e;
}
.video-modal .modal-content .contact-options-modal .contact-option.facebook {
  background: rgba(60, 104, 116, 0.5);
}
.video-modal .modal-content .contact-options-modal .contact-option.facebook:hover {
  background: #20383e;
}

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

@keyframes expandVideo {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.clients-section {
  padding: 60px 0;
  background-color: #ffffff;
  overflow: hidden;
  min-height: 100vh;
  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;
  margin: 0;
}
.clients-section .title {
  text-align: center;
  font-size: 3rem;
  color: #000000;
  margin-bottom: 60px;
}
.clients-section .slider-container {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.clients-section .slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3600px;
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
}
.clients-section .slider-track:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.clients-section .slider-track.reverse {
  -webkit-animation: scroll-reverse 40s linear infinite;
          animation: scroll-reverse 40s linear infinite;
}
.clients-section .slide {
  width: 200px;
  padding: 0 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}
.clients-section .slide img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.clients-section .slide img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1800px);
            transform: translateX(-1800px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1800px);
            transform: translateX(-1800px);
  }
}
@-webkit-keyframes scroll-reverse {
  0% {
    -webkit-transform: translateX(-1800px);
            transform: translateX(-1800px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll-reverse {
  0% {
    -webkit-transform: translateX(-1800px);
            transform: translateX(-1800px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 768px) {

  .services-slider .wrapper{
    flex-direction: column;
  }

  .clients-section {
    padding: 40px 0;
  }
  .clients-section .title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .clients-section .slider-container {
    gap: 30px;
  }
  .clients-section .slide {
    width: 150px;
    padding: 0 15px;
  }
  .clients-section .slider-track {
    width: 2700px;
  }
  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1350px);
              transform: translateX(-1350px);
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1350px);
              transform: translateX(-1350px);
    }
  }
  @-webkit-keyframes scroll-reverse {
    0% {
      -webkit-transform: translateX(-1350px);
              transform: translateX(-1350px);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes scroll-reverse {
    0% {
      -webkit-transform: translateX(-1350px);
              transform: translateX(-1350px);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
}
@media (max-width: 480px) {
  .clients-section {
    padding: 30px 0;
  }
  .clients-section .title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .clients-section .slider-container {
    gap: 20px;
  }
  .clients-section .slide {
    width: 120px;
    padding: 0 10px;
  }
  .clients-section .slider-track {
    width: 2160px;
  }
  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1080px);
              transform: translateX(-1080px);
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1080px);
              transform: translateX(-1080px);
    }
  }
  @-webkit-keyframes scroll-reverse {
    0% {
      -webkit-transform: translateX(-1080px);
              transform: translateX(-1080px);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes scroll-reverse {
    0% {
      -webkit-transform: translateX(-1080px);
              transform: translateX(-1080px);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
}

/* Estilos para el menú hamburguesa */
.hamburger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
}

.hamburger-menu span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

/* Estilos para el menú móvil */
@media (max-width: 768px) {
    .hamburger-menu {
        display: flex;
        position: fixed;
        top: 20px;
        right: 20px;
    }

    .navigation {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.95);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: 0.3s ease-in-out;
        z-index: 9;
    }

    .navigation.active {
        right: 0;
    }

    .navigation ul {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .navigation .logo {
        position: relative;
        left: 0;
        transform: none;
        margin: 30px 0;
    }

    /* Animación del botón hamburguesa */
    .hamburger-menu.active span:first-child {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .hamburger-menu.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger-menu.active span:last-child {
        transform: rotate(-45deg) translate(6px, -6px);
    }
}

/* Estilos para el menú móvil */
.mobile-navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    z-index: 999;
    transition: 0.3s ease-in-out;
    display: none;
}

.mobile-navigation.active {
    right: 0;
}

.mobile-nav-content {
    padding: 60px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile-logo {
    text-align: center;
    margin-bottom: 40px;
}

.mobile-logo img {
    width: 120px;
    filter: invert(1);
}

.mobile-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-links li {
    margin-bottom: 25px;
    text-align: center;
}

.mobile-nav-links a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.mobile-nav-links a:hover {
    color: #20383e;
}

.mobile-contact-info {
    text-align: center;
    color: white;
}

.mobile-contact-info p {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.mobile-social-links {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.mobile-social-links a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.mobile-social-links a:hover {
    color: #20383e;
}

@media (max-width: 768px) {
    .navigation {
        display: none;
    }

    .mobile-navigation {
        display: block;
    }

    .hamburger-menu {
        display: flex;
        position: fixed;
        top: 20px;
        right: 20px;
    }
}

/* Nuevo menú responsive */
.resp-nav {
    display: none;
}

.resp-nav__burger {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
    padding: 0;
}

.resp-nav__burger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 3px;
}

.resp-nav__burger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-8px, 6px);
}

.resp-nav__burger.active span:nth-child(2) {
    opacity: 0;
}

.resp-nav__burger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-8px, -6px);
}

.resp-nav__menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #000;
    z-index: 1000;
    transition: 0.4s ease;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.resp-nav__menu.active {
    left: 0;
}

.resp-nav__header {
    padding: 20px 0;
    text-align: center;
    margin-bottom: 40px;
}

.resp-nav__logo {
    width: 150px;
}

.resp-nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}

.resp-nav__list li {
    margin-bottom: 25px;
}

.resp-nav__list a {
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    display: block;
    padding: 10px 20px;
    transition: 0.3s ease;
}

.resp-nav__list a:hover {
    color: #20383e;
    padding-left: 30px;
}

.resp-nav__contact {
    padding: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.resp-nav__info {
    text-align: center;
    margin-bottom: 20px;
}

.resp-nav__info p {
    color: #fff;
    margin: 5px 0;
    font-size: 1rem;
}

.resp-nav__social {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.resp-nav__social a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: 0.3s ease;
}

.resp-nav__social a:hover {
    color: #20383e;
}

@media (max-width: 768px) {
    .resp-nav {
        display: block;
    }
    
    .navigation {
        display: none;
    }
}