/* Header - Sticky y Transparente */
.header {
  background-color: rgba(34, 34, 34, 0); /* Fondo transparente */
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px;
  width: 100%;
  position: sticky; /* Sticky para mantenerlo visible al hacer scroll */
  top: 0;
  z-index: 10; /* Mayor que el z-index del video para situarse encima */
  backdrop-filter: blur(5px); /* Añadir desenfoque si es necesario */
}

.header .logo img {
  width: 100px; /* Tamaño del logo más pequeño */
  height: auto;
  padding-top: 12px;
}

.logo{
  padding-left: 50px;
z-index: 100000;
}

.navbar {
  display: flex;
  gap: 30px; /* Ajustar el espacio entre enlaces */
}


/* Menú */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
box-sizing: border-box;
}

body {
--color-text: #fff;
--color-bg: #252525;
--color-link: #fff;
--color-link-hover: #D1B190;
--color-bg-item1: #1C1F21;
--color-bg-item2: #D1B190;
--color-bg-item3: #1C1F21;
--color-bg-item4: #1d2027;
--color-bg-item5: #F0F0F0;
--color-item-alt: #1068ff00;
--color-quote: #1C1F21;
--color-info: #57535a;
--color-title: #D1B190;
--color-tagline: #e2e2e2;
font-family: "europa", Futura, Arial, sans-serif;
min-height: 100vh;
color: #57585c;
color: var(--color-text);
background-color: #fff;
background-color: var(--color-bg);
overflow: visible;
padding: 6rem 0 0 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

/* Carga */
.js .loading::before {
content: '';
position: fixed;
z-index: 100000;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--color-bg);
}

.js .loading::after {
content: '';
position: fixed;
z-index: 100000;
top: 50%;
left: 50%;
width: 60px;
height: 60px;
margin: -30px 0 0 -30px;
pointer-events: none;
border-radius: 50%;
opacity: 0.4;
background: var(--color-link);
animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
to {
  opacity: 1;
  transform: scale3d(0.5,0.5,1);
}
}


a {
text-decoration: none;
color: var(--color-link);
outline: none;
transition: color 0.2s;
}

a:hover,
a:focus {
color: var(--color-link-hover);
}

button:focus,
a:focus {
outline: none;
}

.hidden {
position: absolute;
overflow: hidden;
width: 0;
height: 0;
pointer-events: none;
}

/* Icons */
.icon {
display: block;
width: 1.5em;
height: 1.5em;
margin: 0 auto;
fill: currentColor;
}

main {
position: relative;
width: 100%;
}

.frame {
position: relative;
z-index: 199;
}

.content {
text-align: center;
position: relative;
z-index: 100;
}

.background {
perspective: 1000px;
}

.background,
.background__copy {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-image: url(../img/1.jpg);
background-position: 50% 0%;
background-size: cover;
z-index: 1;
}

.background__copy {
opacity: 0.3;
transform: translate3d(0,0,0);
}

/* Header */
.codrops-header {
position: relative;
z-index: 100;
display: flex;
align-items: center;
justify-content: center;
justify-items: center;
align-self: start;
}

.codrops-header__title {
font-size: 1rem;
line-height: 1;
font-weight: normal;
margin: 0 1rem;
}

.info {
display: block;
grid-area: info;
margin: 1rem 0;
justify-self: end;
text-align: center;
}

/* Top Navigation Style */
.codrops-links {
position: relative;
display: flex;
justify-content: center;
text-align: center;
white-space: nowrap;
font-size: 0.85rem;
}

.codrops-icon {
display: inline-block;
padding: 0.25em;
}

.content__title {
font-family: "sabbath-black", serif;
font-size: 14vw;
font-weight: normal;
mix-blend-mode: screen;
line-height: 0.8;
text-transform: lowercase;
margin: 0;
color: var(--color-title);
z-index: 199;
cursor: default;
}

.content__tagline {
color: var(--color-tagline);
margin: 1rem 0 0 0;
font-weight: bold;
font-size: 1rem;
letter-spacing: 0.125rem;
word-spacing: 0.25rem;
text-transform: uppercase;
text-align: center;
z-index: 199;
cursor: default;
}






.action {
background: none;
border: 0;
color: #fff;
cursor: pointer;
padding: 0;
}

.action--menu {
pointer-events: auto;
position: absolute;
top: 1.5rem;
right: 1.5rem;
z-index: 1000;
}

.menu--open .action--menu {
pointer-events: none;
}

.action--close {
position: absolute;
top: 1.5rem;
right: 1.75rem;
z-index: 1000;
opacity: 0;
padding: 0 0.5rem;
}

.icon--menu {
width: 3rem;
}

.icon--close {
width: 3rem;
}


.menu {
text-align: center;
width: 100%;
height: 100vh;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
z-index: 200;
display: grid;
grid-template-columns: 100%;
grid-template-rows: repeat(3,33.33%);
pointer-events: none;
}

.menu--open {
pointer-events: auto;
}

.menu__item {
width: 100%;
position: relative;
overflow: hidden;
}

.menu__item-inner {
overflow: hidden;
transform: translate3d(100%,0,0);
height: 100%;
width: 100%;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
}

.menu__item--1 .menu__item-inner {
background: var(--color-bg-item1);
}
.menu__item--2 .menu__item-inner {
background: var(--color-bg-item2);
}
.menu__item--3 .menu__item-inner {
background: var(--color-bg-item3);
}
.menu__item--4 .menu__item-inner {
background: var(--color-bg-item4);
}
.menu__item--5 .menu__item-inner {
background: var(--color-bg-item5);
}



.label {
display: none;
}

.mainmenu__item {
opacity: 0;
}

.mainmenu__item,
.sidemenu__item {
position: relative;
overflow: hidden;
transition: color 0.1s;
margin: 0.25rem 0;
display: block;
}

.sidemenu__item-inner {
display: block;
transform: translate3d(0,100%,0);
}

.menu__item-map {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: url(https://i.imgur.com/fwgijm6.jpeg) no-repeat 50% 50%;
background-size: cover;
transition: transform 0.8s cubic-bezier(0.2,1,0.8,1);
}

.menu__item-inner:hover .menu__item-map {
transform: scale3d(1.1,1.1,1);
}

.menu__item-hoverlink {
font-weight: bold;
text-transform: capitalize;
position: relative;
z-index: 1000;
display: block;
}

.menu__item-hoverlink:hover {
color: var(--color-link);
}

.quote {
font-size: 2rem;
padding: 1rem;
text-align: center;
max-width: 70%;
color: var(--color-quote);
font-family: "sabbath-black",serif;
}

.menu__item-link {
text-align: left;
align-self: flex-start;
justify-self: start;
font-size: 1.5rem;
width: 100%;
line-height: 1;
padding: 2rem ;
margin: 3rem 0 auto;
display: flex;
flex-direction: column;
height: calc(100% - 3rem);
}

.menu__item-link::after {
content: '\27F6';
display: block;
margin-top: auto;
font-size: 0.95rem;
}

@media screen and (min-width: 768px) {
body {
  padding: 0;
}
.content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  min-height: 10vh;
  text-align: left;
}
.frame {
  position: fixed;
  z-index: 199;
  top: 0;
  left: 0;
  display: grid;
  align-content: space-between;
  width: 100%;
  max-width: none;
  height: 100vh;
  padding: 1.5rem;
  pointer-events: none;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto auto;
  grid-template-areas: 
  'codropsheader info'
  '... ...'
  'github ...';
}
.codrops-header {
  grid-area: codropsheader;
  padding: 0;
  justify-content: start;
}
.codrops-links {
  margin: 0;
}
.frame a {
  pointer-events: auto;
}
.github {
  grid-area: github;
  justify-self: start;
}
.info {
  margin: 0 6rem 0 0;
  color: var(--color-info);
}
.menu {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  grid-template-columns: 20% 30% 50%;
  grid-template-rows: 60% 40%;
  grid-template-areas: 
          "item3 item2 item1"
          "item4 item5 item1";
}
.menu__item {
  height: 100%;
}
.menu__item--1 {
  grid-area: item1;
}
.menu__item--2 {
  grid-area: item2;
}
.menu__item--3 {
  grid-area: item3;
}
.menu__item--4 {
  grid-area: item4;
}
.menu__item--5 {
  grid-area: item5;
}
.menu__item--4, 
.menu__item--5 {
  display: block;
}
.menu__item-inner {
  align-items: center;
}
.label {
  display: block;
  color: var(--color-item-alt);
  position: absolute;
  z-index: 1000;
  font-size: 0.85rem;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
}
.label--topleft {
  top: 2rem;
  left: 2rem;
}
.label--vert,
.label--vert-mirror {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.label--vert-mirror {
  transform: rotate(180deg);
}
.label--bottomright {
  bottom: 2rem;
  right: 2rem;
}
.label::before {
  content: '------------- ';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -1px;
  margin: 0 0.75rem 0 0;
}
.label--vert::before,
.label--vert-mirror::before {
  margin: 0.75rem 0;
}
.mainmenu,
.sidemenu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mainmenu {
  counter-reset: menuitem;
}
.mainmenu__item {
  font-size: 5vw;
  text-transform: lowercase;
  overflow: hidden;
  margin: 0.5rem 0;
  padding: 0 0.5rem;
  position: relative;
  transition: color 0.3s;
}
.mainmenu__item:hover {
  color: var(--color-item-alt);
}
.mainmenu__item::before {
  counter-increment: menuitem;
  content: counters(menuitem, "", decimal-leading-zero);
  position: absolute;
    font-size: 0.85rem;	
    top: 25%;
    left: -1.25rem;
    color: var(--color-item-alt);
}
.mainmenu__item::after {
  content: '';
  width: 100%;
  top: 58%;
  height: 6px;
  background: var(--color-link-hover);
  position: absolute;
  left: 0;
  opacity: 0;
  transform: scale3d(0,1,1);
  transition: transform 0.3s, opacity 0.3s;
  transform-origin: 100% 50%;
}
.mainmenu__item:hover::after {
  opacity: 1;
  transform: scale3d(1,1,1);
}
.sidemenu__item {
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  font-size: 0.85rem;
}
.menu__item-hoverlink {
  font-size: 1.25rem;
  text-transform: lowercase;
  border-bottom: 2px solid #fff;
  opacity: 0;
  transition: opacity 0.3s;
}
.menu__item-inner:hover .menu__item-hoverlink {
  opacity: 1;
}
}

.action--menu {
  position: fixed; /* Fija el botón en la ventana */
  top: 0; /* Alineado al borde superior */
  right: 0; /* Alineado al borde derecho */
  margin: 1rem; /* Espaciado dentro de la esquina */
  z-index: 1000; /* Asegura que esté por encima de otros elementos */
  pointer-events: auto; /* Habilita la interacción */
}
.menu-container {
  position: static; /* O elimina la propiedad position si no es necesaria */
}
@media screen and (max-width: 768px) {
  .action--menu {
      position: fixed !important;
      top: 0 !important;
      right: 0 !important;
      margin: 1rem !important;
  }
}


@media screen and (max-width: 768px) {
  .action--menu {
      top: 1rem; /* Puedes ajustar esto según sea necesario */
      right: 1rem; /* Puedes ajustar esto según sea necesario */
  }
}








/* Contacto */

.contact_us_green * {
  font-family: Nunito, sans-serif;
}

.contact_us_green .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.contact_us_green input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.contact_us_green textarea:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.contact_us_green .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.contact_us_green .responsive-cell-block {
  min-height: 75px;
}

.contact_us_green .responsive-container-block.container {
  max-width: 1320px;
  margin-top: 60px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.contact_us_green .responsive-container-block.big-container {
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  padding-left: 50px;
}

.contact_us_green .text-blk.contactus-head {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.contact_us_green .text-blk.contactus-subhead {
  max-width: 385px;
  color: #939393;
  font-size: 18px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
}

.contact_us_green .contact-svg {
  padding-top: 0px;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 0px;
  width: 65px;
  height: 40px;
}

.contact_us_green .social-media-links {
  margin-top: 80px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  width: 250px;
  display: flex;
  justify-content: space-evenly;
}

.contact_us_green .social-svg {
  width: 35px;
  height: 35px;
}

.contact_us_green .text-box {
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
}

.contact_us_green .contact-text {
  color: #939393;
}

.contact_us_green .input {
  height: 50px;
  width: 90%;
  border-top-width: 2.5px;
  border-right-width: 2.5px;
  border-bottom-width: 2.5px;
  border-left-width: 2.5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #a2a2a2;
  border-right-color: #a2a2a2;
  border-bottom-color: #a2a2a2;
  border-left-color: #a2a2a2;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 16px;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
}

.contact_us_green .textinput {
  height: 200px;
  width: 95%;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #a2a2a2;
  border-right-color: #a2a2a2;
  border-bottom-color: #a2a2a2;
  border-left-color: #a2a2a2;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 16px;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.contact_us_green .submit-btn {
  min-width: 290px;
  height: 60px;
  background-color: #D1B190;
  font-size: 18px;
  font-weight: 700;
  color: #F0F0F0;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: #767676;
  border-right-color: #767676;
  border-bottom-color: #767676;
  border-left-color: #767676;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  cursor: pointer;
}

.contact_us_green .submit-btn:hover {
  background-color: #F0F0F0; /* Fondo blanco */
  color: #D1B190; /* Texto del color original del fondo */
  border-color: #D1B190; /* Cambia también el color del borde */
}

.contact_us_green .btn-wrapper {
  display: flex;
  justify-content: center;
}

.contact_us_green .text-blk.input-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.contact_us_green .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
}

.contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-10 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact_us_green .head-text-box {
  display: none;
}

.contact_us_green .line {
  border-right-width: 1.8px;
  border-right-style: solid;
  border-right-color: #a2a2a2;
}

.contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-7.wk-ipadp-10.line {
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
}

@media (max-width: 1024px) {
  .contact_us_green .responsive-container-block.container {
    justify-content: center;
  }

  .contact_us_green .text-blk.contactus-subhead {
    max-width: 90%;
  }

  .contact_us_green .head-text-box {
    display: block;
  }

  .contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-7.wk-ipadp-10.line {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 0px;
  }

  .contact_us_green .line {
    border-right-width: initial;
    border-right-style: none;
    border-right-color: initial;
    border-bottom-width: 1.8px;
    border-bottom-style: solid;
    border-bottom-color: #a2a2a2;
  }

  .contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-10 {
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_green .workik-contact-bigbox {
    display: flex;
  }

  .contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-10 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 768px) {
  .contact_us_green .text-content {
    display: none;
  }

  .contact_us_green .input {
    width: 100%;
  }

  .contact_us_green .textinput {
    width: 100%;
  }

  .contact_us_green .text-blk.contactus-head {
    font-size: 30px;
  }
}

@media (max-width: 500px) {
  .contact_us_green .responsive-container-block.big-container {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .contact_us_green .workik-contact-bigbox {
    display: block;
  }

  .contact_us_green .text-blk.input-title {
    font-size: 16px;
  }

  .contact_us_green .text-blk.contactus-head {
    font-size: 26px;
  }

  .contact_us_green .text-blk.contactus-subhead {
    font-size: 16px;
    line-height: 23px;
  }

  .contact_us_green .input {
    height: 45px;
  }

  .contact_us_green .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
    margin: 0 0 25px 0;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap');

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

.wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}

/* Estilo base para el icono */
.icono img {
  width: 40px; /* Ajusta el tamaño de la imagen */
  height: 40px;
  transition: opacity 0.3s ease; /* Transición suave */
}

/* Inicialmente, las imágenes tienen los iconos predeterminados */
.icono img {
  transition: 0.3s ease; /* Agrega transición para un cambio suave */
}

/* Cambio de imagen al hacer hover sobre el icono de Instagram */
.icono.redes-instagram:hover img {
  content: url('https://i.imgur.com/BYOc5JB.png'); /* Cambia por la imagen que desees para hover */
}

/* Cambio de imagen al hacer hover sobre el icono de LinkedIn */
.icono.redes-linkedin:hover img {
  content: url('https://i.imgur.com/TiwWNl4.png'); /* Cambia por la imagen que desees para hover */
}

/* Footer */

body .footer {
	z-index: 1;
	--footer-background: #1C1F21;
	display: grid;
	position: relative;
	grid-area: footer;
	min-height: 12rem;
	overflow-x: hidden; /* Asegura que los elementos no se desborden horizontalmente */
  }
  body .footer .bubbles {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1rem;
	background: var(--footer-background);
	filter: url("#blob");
	z-index: -1; /* Opcional: asegura que las burbujas no bloqueen contenido */
  }
  body .footer .bubbles .bubble {
	position: absolute;
	left: var(--position, 50%);
	background: var(--footer-background);
	border-radius: 100%;
	animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s),
			   bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
	transform: translate(-50%, 100%);
	
  }
  
  body .footer .content a,
  body .footer .content p {
	color: #F0F0F0;
	text-decoration: none;
  }
  body .footer .content b {
	color: white;
  }
  body .footer .content p {
	margin: 0;
	font-size: 17px;
  }
  body .footer .content > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
  }
  body .footer .content > div > div {
	margin: 0.25rem 0;
  }
  body .footer .content > div > div > * {
	margin-right: .5rem;
  }
  body .footer .content > div .image {
	align-self: center;
	width: 4rem;
	height: 4rem;
	margin: 0.25rem 0;
	background-size: cover;
	background-position: center;
  }
  
  @keyframes bubble-size {
	0%, 75% {
		width: var(--size, 4rem);
		height: var(--size, 4rem);
	}
	100% {
		width: 0rem;
		height: 0rem;
	}
  }
  @keyframes bubble-move {
	0% {
		bottom: -4rem;
	}
	100% {
		bottom: var(--distance, 10rem);
	}
  }
  

