:root {
  --color-principal: #ae8b3d;
  --gris-suave: #fff7f0;
  --texto: #2c2c2c;
  --fondo: #eeeeee;
}


/* tipografia */
@font-face {
  font-family: 'Metropolis';
  src: url('/fonts/metropolis-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  /* 'Regular' es 400 */
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  src: url('/fonts/metropolis-medium-webfont.woff2') format('woff2');
  font-weight: 500;
  /* 'Medium' es 500 */
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  src: url('/fonts/metropolis-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  /* 'Bold' es 700 */
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  src: url('/fonts/metropolis-black-webfont.woff2') format('woff2');
  font-weight: 900;
  /* 'Black' es 900, este está bien */
  font-style: normal;
}

/* Para permitir que el gradiente de fondo sea visible */
body {
  background-color: transparent;
}

.landing_page {
  position: relative;
  overflow: hidden;
}

.landing_page .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto 0px auto;
  justify-content: flex-start;
}

.landing_page .text-blk {
  font-family: 'Metropolis', sans-serif;
  margin: 0px;
  line-height: 25px;
  position: relative;
  z-index: 6;
}

.landing_page .responsive-cell-block {
  min-height: 75px;
}

.landing_page .responsive-container-block.container {
  max-width: 1320px;
  margin: 60px auto 60px auto;
}

.landing_page .form-box {
  font-family: 'Metropolis', sans-serif;
  backdrop-filter: blur(30px);
  background-color: rgba(35, 35, 33, 0.253);
  box-shadow: 0px 0px 30px 0px rgba(227, 228, 237, 0.37);
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  color: white;
  padding: 35px 33px 35px 33px;
  max-width: 506px;
  position: relative;
  z-index: 3;
}

.landing_page .text-blk.contactus-head {
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
  color: var(--color-principal);
}

.landing_page .text-blk.contactus-subhead {
  color: #ffffff;
  margin: 0px 0px 18px 0px;
}

.landing_page .input {
  color: white;
  width: 100%;
  height: 50px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 18px;
  padding: 1px 125px 1px 22.5px;
  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;
  backdrop-filter: blur(30px);
  background-color: rgba(35, 35, 33, 0.253);
  box-shadow: 0px 0px 30px 0px rgba(227, 228, 237, 0.37);
}

.landing_page .textinput {
  color: white;
  width: 100%;
  height: 233px;
  margin: 0px 0px 20px 0px;
  font-size: 18px;
  padding: 22px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  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;
  backdrop-filter: blur(30px);
  background-color: rgba(35, 35, 33, 0.253);
  box-shadow: 0px 0px 30px 0px rgba(227, 228, 237, 0.37);
}

.landing_page .submit-btn {
  width: 100%;
  height: 56px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: var(--color-principal);
  font-size: 18px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  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-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.landing_page .submit-btn:hover {
  background-color: rgba(255, 196, 0, 0.863);
  cursor: pointer;
}

.landing_page .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-6.wk-ipadp-6.emial {
  padding: 0px 10px 0px 0px;
}

.landing_page .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6.right-one {
  display: flex;
  justify-content: center;
}

.landing_page .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.left-one {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: white;
  position: relative;
}

.landing_page .text-blk.section-subhead {
  margin: 0px 0px 50px 0px;
  max-width: 420px;
  font-size: 18px;
  color: var(--color-principal);
  position: relative;
  z-index: 2;
}

.landing_page .text-blk.section-head {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  margin: 0px 0px 15px 0px;
  max-width: 450px;
  position: relative;
  z-index: 2;
}

.landing_page .icons-container {
  max-width: 450px;
  display: flex;
  justify-content: space-evenly;
  margin-top: 25px;
}

/* Estilos para los iconos de redes sociales */
.landing_page .icons-container a {
  color: white;
  font-size: 1.8rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

.landing_page .icons-container a:hover {
  color: var(--color-principal);
  transform: scale(1.1);
}

.landing_page .img {
  width: 31px;
  height: 31px;
}

.landing_page .responsive-container-block.big-container {
  background-color: transparent;
  padding: 0px 50px 0px 50px;
  position: relative;
  z-index: 2;
}

/* gradiente background */

#gradient-canvas {
  width: 100vw;
  height: 100vh;
  --gradient-color-1: #4d4d4d;
  --gradient-color-2: #312323;
  --gradient-color-3: #3d2f15;
  --gradient-color-4: #16101a;
  background: linear-gradient(45deg, var(--gradient-color-1), var(--gradient-color-2), var(--gradient-color-3), var(--gradient-color-4));
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


/* .blob-outer-container {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -0;
    inset: 0;
    margin: auto;
    filter: blur(100px)
}
.blob-inner-container {
  border-radius: 99999px;
  position: absolute;
  inset: 0;
  margin: auto;
  height: 100vh;
  width: 100vw;
  min-width: 1000px;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  transform: scale(1.5);
}
.blob {
  position: absolute;
  width: 100vw;
  height: 100vh;
  inset: 0;
  margin: auto;
  background: conic-gradient(from 0deg, #000000, #05131b, #191b20, #130724, #2c1010);
  animation: spinBlob 8s linear infinite;
}
@keyframes spinBlob {
  0% {
    transform: rotate(0deg) scale(2);
  }
  100% {
    transform: rotate(360deg) scale(2);
  }
} */

/* .landing_page .bg-img {
  object-fit: cover;
  position: fixed;
  width: 100%;
  height: 150%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  filter: blur(18px) brightness(0.5);
  z-index: -4;
} */


@media (max-width: 768px) {
  .landing_page .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.left-one {
    justify-content: center;
    margin: 0px 0px 30px 0px;
  }

  .landing_page .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-6.wk-ipadp-6.emial {
    padding: 0px;
  }

  .landing_page .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.left-one {
    margin: 0 0 40px 0;
  }
}

@media (max-width: 500px) {
  .landing_page .text-blk.section-head {
    font-size: 26px;
    line-height: 40px;
  }

  .landing_page .responsive-container-block.big-container {
    padding: 0px 20px 0px 20px;
  }

  .landing_page .text-blk.section-subhead {
    margin: 0px 0px 30px 0px;
    font-size: 16px;
  }

  .landing_page .form-box {
    padding: 30px 15px 30px 15px;
    position: relative;
    z-index: 1;
  }

  .landing_page .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.left-one {
    margin: 0 0 30px 0;
  }

  .landing_page .input {
    height: 45px;
  }

  .landing_page .text-blk.contactus-head {
    font-size: 24px;
    line-height: 34px;
  }
}


/* responsive */

*,
*: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%;
  }
}