:root {
  --black: #000;
  --white: #fff;
  --un-agresive-border: 2px;
  --carbon: #131313;
  --grey: #333;
  --circle: 1000000000px;
  --alter: #ffa600;
  --alter-comp: #ebc173;
  --visible-border: 7px;
  --elements-entity-library--general--shadow-02: #14142b14;
  --elements-entity-library--neutral--300: #eff0f6;
  --elements-entity-library--neutral--800: #211f54;
}

        .plyr--video .plyr__controls {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px;
            background-color: black;
            color: white;
        }
        
        .plyr__custom-title {
            flex: 1;
            font-size: 14px;
            text-align: left;
            padding-left: 10px;
        }
        
        .plyr__controls .plyr__control--center {
            flex: 0;
        }
        
        .plyr__custom-duration {
            flex: 1;
            font-size: 14px;
            text-align: right;
            padding-right: 10px;
        }
        
        .plyr__controls .plyr__control--close {
            color: white;
            font-size: 16px;
            margin-left: auto;
        }
        
        button.plyr__control.plyr__control--overlaid {
            background: black;
        }
        
        .plyr__progress input[type=range], .plyr__progress__buffer {
            color: black !important;
        }
        
        .plyr--full-ui input[type=range] {
            color: black !important;
        }
        
        .custom-controls {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: black;
        color: white;
        padding: 10px;
        border-radius: 0px 0px 5px 5px;
        font-family: Arial, sans-serif;
    }
    
    .ytp-watermark.yt-uix-sessionlink {
    display: none !important;
    }
    
    .custom-controls > div {
    flex: 0 0 33%; 
    text-align: center; 
    font-size: 1em;
}
    
    .custom-controls__title {
        flex: 1;
        text-align: left !important;
    }
    
    .custom-controls__play {
        flex: 0;
        cursor: pointer;
    }
    
    .custom-controls__duration {
        flex: 1;
        text-align: right !important;
    }
    
    .custom-controls__play svg, 
    .custom-controls__play img, 
    .custom-controls__play span { 
    width: 50%;
    max-width: 20px;
    height: auto;
    margin: 2px;
    font-size: 2em;
    }
    
    div[data-video-text] {
    margin-bottom: 20px;
    border: black;
    border-radius: 5px;
    overflow: hidden;
    border-width: 2px;
    border-style: solid;
    background-color: black;
    }
    
    div[seed-card="true"] div[data-video-text] {
    border-radius: 0;
    }

#contenido-posts-desktop {
    margin: 0px 0px 10px 0px;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: var(--black);
  color: var(--black);
  font-family: futura-pt, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 8em;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 6em;
  font-weight: 700;
  line-height: 1em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
}

a {
  color: var(--white);
  text-decoration: none;
}

li {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.25em;
  line-height: 1em;
}

.header {
  z-index: 100;
  -webkit-backdrop-filter: saturate(50%) brightness(200%) drop-shadow(-3px 9px 5px #000000b3) blur(10px);
  backdrop-filter: saturate(50%) brightness(200%) drop-shadow(-3px 9px 5px #000000b3) blur(10px);
  background-color: #000c;
  height: 80px;
  padding: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.custom-tab {
  display: none;
}

.custom-tab.window {
  border-top-left-radius: var(--un-agresive-border);
  border-top-right-radius: var(--un-agresive-border);
  border-bottom-left-radius: var(--un-agresive-border);
  border-bottom-right-radius: var(--un-agresive-border);
  pointer-events: auto;
  max-width: 250px;
  top: 189.297%;
  overflow: hidden;
}

.custom-tab.window._1 {
  z-index: 99;
  cursor: grab;
  pointer-events: auto;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  top: 50%;
  bottom: auto;
  right: 3%;
}

.custom-tab.window._2 {
  z-index: 98;
  position: absolute;
  top: 15%;
  right: 3%;
}

.custom-tab.window._3 {
  z-index: 98;
  position: absolute;
  top: 15%;
  left: 3%;
}

.custom-tab.window._4 {
  z-index: 98;
  position: absolute;
  top: 50%;
  left: 3%;
}

.custom-tab.window.alt {
  z-index: 97;
  flex-flow: column;
  width: 250px;
  display: block;
  position: absolute;
  inset: 100px auto auto 20px;
}

.custom-tab.window.alt.left {
  width: 150px;
  top: 505px;
  left: auto;
  right: 100px;
}

.custom-tab.window.alt.left.a {
  width: 250px;
  max-width: 250px;
  top: 150px;
  left: 100px;
}

.custom-tab.window.alt.none {
  top: 450px;
}

.logo-header {
  justify-content: flex-start;
  align-items: center;
  width: 11%;
  padding: 10px;
  display: flex;
}

.meun-header {
  justify-content: center;
  align-items: flex-end;
  width: 69%;
  display: flex;
}

.additionnal-header {
  justify-content: center;
  align-items: flex-end;
  width: 20%;
  display: flex;
}

.seed-logo-header {
  color: var(--white);
  align-self: center;
  width: 150px;
  max-height: 40px;
}

.item-tab-header {
  border-radius: var(--un-agresive-border);
  color: var(--white);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.item-tab-header:hover {
  box-shadow: 0 3px 5px -3px #ffffffbf;
}

.item-tab-header.no-header {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Planer, sans-serif;
  font-size: 1.3em;
  display: block;
}

.superior-tab {
  background-color: var(--black);
  color: var(--white);
  position: relative;
}

.inferior-tab {
  background-color: var(--carbon);
  color: var(--white);
  max-height: 357px;
  padding: 10px 20px;
    opacity: 90%;
    overflow-x: auto;
}

.icons-tab {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cardicons {
  justify-content: center;
  align-items: center;
  width: 18%;
  display: flex;
}

.close-tab {
  z-index: 99;
  cursor: pointer;
  position: absolute;
  inset: 7px 10px auto auto;
}

.x-lottiee-tab {
  width: 25px;
  height: 25px;
}

.x-lottiee-tab.algo {
  width: 20px;
  height: 20px;
}

.tabs-container {
  z-index: 98;
  pointer-events: none;
  max-width: 100vw;
  max-height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.hero-home {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  text-shadow: 0 0 10px var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  display: flex;
  position: relative;
}

.lang-selector {
  z-index: 90;
  border-radius: var(--un-agresive-border);
  color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: auto auto 25px 50px;
}

.lang-selector:hover {
  background-color: var(--grey);
  display: flex;
  color: #fff !important;
}

.lang-selector.es {
  border: 1px solid #fff;
  display: flex;
}

.lang-selector.us {
  border: 1px solid #fff;
  display: none;
}

.container {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.container.p {
  padding-bottom: 60px;
}

.container.flex-y {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.flex-y.search-noserch {
  padding-bottom: 24vh;
}

.proyect-bw-img {
  z-index: 0;
  object-fit: contain;
  width: 100%;
  min-width: 100%;
  position: relative;
  inset: 0%;
}

.hero-proyect {
  height: 400px;
  position: relative;
}

.footer {
  background-color: var(--white);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mini-masonry {
  border-radius: var(--un-agresive-border);
  overflow: hidden;
}

.full-cover-vh {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.full-cover-vh.black {
  background-color: var(--black);
  color: var(--white);
}

.full-cover-vh.blog {
  flex-flow: column;
  overflow: hidden;
}

.marker {
  text-align: center;
  width: 100px;
}

.custom-bttn.no-btn {
  background-color: #000;
}

.heading-cards {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px 5px;
  font-family: futura-pt, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.p-sangria {
  margin-left: 10px;
}

.white {
  color: var(--white);
}

.white.link {
  transition: all .2s ease-out;
}

.white.link:hover {
  text-shadow: 0 0 25px #ffffff80;
}

.card-btn {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #000;
  border-radius: 999999px;
  align-self: center;
  margin-bottom: 15px;
  padding: 5px 10px;
  font-family: "Exo 2", sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: all .2s ease-in;
}

.card-btn:hover {
  border: 1px solid var(--white);
  background-color: var(--grey);
  color: var(--white);
}

.card-btn.no-card {
  text-align: center;
  border-width: 0;
  border-radius: 0;
}

.card-btn.no-card:hover {
  border-bottom-width: 1px;
  border-bottom-color: var(--black);
  color: var(--black);
  background-color: #fff0;
}

.card-btn.no-card.dd {
  z-index: 0;
  padding: 0;
}

.card-btn.no-card.dd:hover {
  border-radius: var(--un-agresive-border);
  border: 1px #000;
}

.card-btn.no-card.dd._1 {
  z-index: 20;
}

.card-btn.no-card.dd._2 {
  z-index: 19;
}

.card-btn.no-card.dd._3 {
  z-index: 18;
}

.card-btn.no-card.dd._4 {
  z-index: 17;
}

.card-btn.no-card.dd._5 {
  z-index: 16;
}

.card-btn.no-card.dd._6 {
  z-index: 15;
}

.card-btn.no-card.dd._7 {
  z-index: 14;
}

.card-btn.no-card.dd._8 {
  z-index: 13;
}

.card-btn.no-card.dd._9 {
  z-index: 12;
}

.card-btn.no-card.dd._10 {
  z-index: 11;
}

.card-btn.no-card.dd._11 {
  z-index: 10;
}

.card-btn.no-card.dd._12 {
  z-index: 9;
}

.card-btn.no-card.dd._13 {
  z-index: 8;
}

.flex-h {
  display: flex;
}

.flex-h.spaced {
  justify-content: space-between;
}

.flex-h.spaced.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  place-items: center stretch;
  width: 100%;
  display: flex;
}

.text-span {
  min-width: 15px;
  max-width: 15px;
  min-height: 15px;
  max-height: 15px;
  font-size: 2em;
}

.icon-card {
  border: 1px solid var(--grey);
  border-radius: var(--circle);
  background-color: var(--white);
  color: var(--grey);
  margin: 5px 10px;
  padding: 5px;
  transition: all .2s ease-in-out;
}

.icon-card:hover {
  border-color: var(--white);
  background-color: var(--grey);
  color: var(--white);
}

.icon-svg-card {
  width: 15px;
  height: 15px;
}

.lang-text {
  border: 1px solid #fff;
  padding: 5px 10px;
}

.hero-banner, .slider {
  height: 700px;
}

.mask {
  height: 700px;
  padding-top: 0;
}

.profile {
  position: relative;
}

.profile-flex {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.profile-img {
  border-radius: var(--circle);
}

.profile-img.entty {
  width: 100px;
  height: 100px;
}

.spacer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dtop-h {
  flex: 1;
  display: flex;
}

.mobile-h {
  display: none;
}

.meun-header-m {
  justify-content: center;
  align-items: center;
  width: 69%;
  display: flex;
}

.logo-header-m {
  justify-content: flex-start;
  align-items: center;
  width: 11%;
  padding: 10px;
  display: flex;
}

.item-tab-header-m {
  border-radius: var(--un-agresive-border);
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.item-tab-header-m:hover {
  box-shadow: 0 0 5px #ffffffbf;
}

.slide {
  padding-top: 100px;
}

.algoritmerters {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
}

.algoritmerters.sub {
    background-color: var(--grey);
  color: var(--white);
  cursor: pointer;
  font-family: "Exo 2", sans-serif;
  transition: all .2s cubic-bezier(1, 0, 0, 1);
}

.algoritmerters.sub:hover {
  background-color: var(--white);
  color: var(--black);
  box-shadow: inset 0 0 3px 2px #0003;
}

.algoritmerters.sub:active {
  background-color: var(--alter);
}

.algoritmerters.sub.promo {
  background-color: var(--alter);
  color: var(--black);
  cursor: pointer;
}

.algoritmerters.sub.promo:hover {
  background-color: var(--white);
}

.algoritmerters.sub.promo:active {
  background-color: var(--alter);
}

.algoritmerters.sub.dow {
  background-color: var(--white);
  color: var(--black);
  display: block;
}

.algoritmerters.sub.dow:hover {
  background-color: var(--black);
  color: var(--white);
}

.algoritmerters.sub.dow:active {
  background-color: var(--alter);
}

.button-header.algoritmerters.sub{
    padding: 0px;
}

.space-less {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: justify;
  padding-left: 20px;
}

.space-less.notoch {
  pointer-events: auto;
  text-align: center;
  padding-left: 0px;
}

.t-black {
  color: var(--black);
}

.sub-grafp {
  text-align: center;
  font-size: 1.7em;
  line-height: 1.3em;
}

.sub-grafp.btn {
  margin-right: 140px;
}

.entty-contain {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 600px;
  display: flex;
}

.content--slider {
  padding-bottom: 40px;
}

.infinite-slider {
  background-color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-logo {
  justify-content: space-around;
  width: 100%;
  min-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.logo-slider {
  filter: brightness(0%) invert();
  height: 40px;
}

.slider-logo-2 {
  justify-content: space-around;
  width: 100%;
  min-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.search {
  width: 1000px;
  height: 90px;
  margin-bottom: 20px;
}

.sponsor {
  flex-flow: column;
  width: 20%;
  padding-right: 40px;
  display: flex;
}

.eam-content {
  width: 60%;
}

.eam-content.ficha {
  width: 60%;
  overflow: hidden;
}

.image-sponsored {
  aspect-ratio: 16 / 9;
  border-radius: var(--un-agresive-border);
  object-fit: cover;
  width: 100%;
}

.metas-eam {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.metas-eam.real {
  justify-content: space-around;
  align-items: flex-start;
}

.meta-eam.title {
  align-self: center;
  width: 20%;
}

.meta-eam.title.ultra {
  border-radius: var(--circle);
  background-color: var(--black);
  color: var(--white);
  padding: 2px 2px 2px 10px;
}

.meta-eam.mineta {
  text-align: center;
  width: 9.2%;
}

.minheading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
}

.meta-tag-eam {
  text-align: center;
  word-break: keep-all;
  font-weight: 700;
}

.meta-tag-eam.phone {
  display: none;
}

.no-meta {
  aspect-ratio: 16 / 9;
  border-radius: var(--un-agresive-border);
  object-fit: cover;
  align-self: center;
  width: 15%;
  margin-right: 20px;
}

.no-meta.low {
  height: 10px;
}

.fully-element {
  color: var(--black);
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .2s ease-out;
}

.fully-element:hover {
  background-color: var(--grey);
  color: var(--white);
  padding-left: 10px;
}

.content-eam {
  justify-content: space-between;
  width: 85%;
  margin-top: 10px;
  display: flex;
}

.content-eam.inter {
  width: 100%;
}

.eam-parag {
  margin-top: 10px;
}

.mazonry-item {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.mazonry-item.only-img {
  background-color: #000000b3;
  padding: 10px;
}

._80 {
  height: 80px;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mazonry-h {
  font-size: 3em;
}

.proyect--article {
  padding-top: 40px;
  font-size: 14px;
}

.full-cover {
  opacity: .65;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mazonry-real {
  flex-flow: wrap;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.mazonry-r-element {
  background-color: var(--black);
  color: var(--white);
  flex-flow: column;
  flex-basis: 25%;
  justify-content: flex-end;
  align-items: flex-start;
  width: 25%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mazonry-r-element.only-img.mini {
  flex-basis: 33.3333%;
}

.minimal-normal {
  background-color: #fff;
  min-height: 100vh;
}

.minimal-normal.black {
  background-color: var(--black);
}

.b-white {
  background-color: var(--white);
}

.h-proyect {
  font-size: 6em;
  line-height: 1em;
}

.h-proyect.subtitle {
  font-size: 2.5em;
}

.h-proyect.subtitle.entity {
  margin-top: 0;
}

.h-proyect.subtitle.entity.mini {
  margin-top: 10px;
  font-size: 1.5em;
  font-weight: 500;
}

.info-proyect {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

.return {
  cursor: pointer;
  font-size: 2em;
  font-weight: 500;
  line-height: 1em;
  position: absolute;
  inset: auto 100px 0 auto;
}

.return.top {
  top: 20px;
  bottom: auto;
}

.insights-h {
  font-size: 2em;
  font-weight: 400;
}

.insights-h.p {
  font-weight: 400;
}

.s-h1 {
  font-size: 8em;
}

.blog-heading {
  font-size: 2.5em;
}

.infinite-slider-blogs {
  background-color: var(--black);
  width: 100%;
  display: flex;
  position: relative;
}

.slider-1 {
  justify-content: space-around;
  width: 100%;
  min-width: 100%;
  height: 33.33vh;
  display: flex;
  position: static;
}

.slider-2 {
  justify-content: space-around;
  width: 100%;
  min-width: 100%;
  display: flex;
  position: static;
}

.blog-content {
  color: var(--white);
  width: 25%;
  position: relative;
}

.blog-content._1.canvas, .blog-content._2.canvas, .blog-content._3.canvas {
  width: 33.33%;
}

.image-blog {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-text {
  z-index: 2;
  padding: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.menu-mbl {
  display: none;
}

.image-covver {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.close-tab-casi {
  z-index: 99;
  cursor: pointer;
  display: none;
  position: absolute;
  inset: 7px 10px auto auto;
}

.close-tab-phone {
  z-index: 99;
  cursor: pointer;
  position: absolute;
  inset: 7px 10px auto auto;
}

.principal-h-home {
  font-size: 6em;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.flex-midd-box {
  justify-content: end;
}

.sponsored-link-ss {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.profile-diuv {
  align-self: center;
}

.flex-cards {
  align-items: stretch;
}

.separador {
  border-radius: var(--circle);
  background-color: var(--black);
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.btn-plus {
  color: var(--black);
  cursor: pointer;
  background-color: #f2f2f2;
  border: 1px #000;
  border-radius: 999999px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 450px;
  margin-bottom: 15px;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 500;
  transition: all .2s ease-out;
  display: flex;
}

.btn-plus:hover {
  background-color: var(--grey);
  color: var(--white);
}

.load-section {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.ficha-img {
  border-radius: var(--un-agresive-border);
  width: 25%;
  min-width: 25%;
  margin-right: 20px;
}

.info-ficha {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 20%;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.ggnt-btn {
  border-radius: var(--un-agresive-border);
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  font-size: 2em;
  transition: all .2s ease-out;
  display: flex;
}

.ggnt-btn:hover {
  background-color: var(--alter);
  color: var(--black);
}

.info-ficha-contenido {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.dd-box {
  z-index: 0;
  padding: 10px 40px 10px 10px;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.icon--dd {
  z-index: 0;
}

.dd-list {
  z-index: 2;
  border-radius: var(--un-agresive-border);
  background-color: var(--black);
  color: var(--white);
  position: absolute;
}

.dd-link {
  z-index: 2;
  color: var(--white);
}

.back {
  font-family: futura-pt, sans-serif;
}

.scrolable {
  max-height: 290px;
  overflow-y: auto;
}

.tab-linked {
  background-color: var(--grey);
  color: var(--white);
  transition: all .1s ease-in-out;
}

.tab-linked:hover {
  background-color: var(--white);
  color: var(--black);
}

.tab-linked.w--current {
  background-color: var(--black);
  color: var(--white);
}

.tab-linked.w--current:hover {
  background-color: var(--carbon);
}

.tab-link-tab-2 {
  background-color: var(--grey);
  color: var(--white);
}

.grid-icosahedron {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.grid-icosahedron._w-full.h-full {
  z-index: 49;
  width: 50vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.register-login-container {
  z-index: 50;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo-register {
  width: 70px;
  height: 70px;
  margin-bottom: 40px;
}

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

.cover-image-sllide {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .custom-tab.window.alt.left {
    top: 505px;
    left: auto;
    right: 200px;
  }

  .additionnal-header {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .container {
    padding-left: 200px;
    padding-right: 200px;
  }

  .container.flex-h.correct.m-correct {
    padding-right: 0px;
  }

  .flex-h.spaced.grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .profile-flex {
    justify-content: flex-start;
    align-items: center;
  }

  .profile-img.entty {
    aspect-ratio: 1;
    object-fit: cover;
    margin-right: 0;
  }

  .spacer {
    height: auto;
  }

  .sub-grafp {
    font-style: normal;
  }

  .entty-contain {
    align-self: center;
    width: 900px;
  }

  .infinite-slider {
    background-color: var(--black);
  }

  .sponsor {
    width: 20%;
  }

  .eam-content {
    width: 80%;
  }

  .metas-eam.real {
    justify-content: space-around;
    align-items: flex-start;
  }

  .meta-eam.title {
    width: 30%;
  }

  .meta-eam.mineta {
    width: 7.14%;
  }

  .no-meta.low {
    height: 50px;
  }

  .fully-element {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 5px;
  }

  .content-eam {
    justify-content: space-between;
    align-items: stretch;
    width: 85%;
    padding-top: 10px;
    display: flex;
  }

  ._80 {
    height: 80px;
  }

  .mazonry-r-element {
    width: 20%;
  }

  .maz-paraf {
    max-height: 80px;
    overflow: hidden;
  }

  .return {
    right: 200px;
  }

  .return.top {
    top: 20px;
  }

  .infinite-slider-blogs {
    background-color: var(--black);
  }

  .profile-diuv {
    padding-right: 0;
  }

  .info-ficha {
    width: 20%;
  }

  .grid-icosahedron._w-full.h-full {
    width: 55vw;
  }

  .register-login-container {
    width: 45vw;
  }
}

@media screen and (min-width: 1920px) {
  .custom-tab.window.alt {
    z-index: 97;
    position: absolute;
    inset: 100px auto auto 40px;
  }

  .custom-tab.window.alt.left {
    display: block;
    inset: 505px 250px auto auto;
  }

  .container {
    padding-left: 250px;
    padding-right: 250px;
  }

  .container.flex-h.correct.m-correct {
    padding-left: 0;
  }

  .profile-flex {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .algoritmerters.sub.promo {
    font-family: "Exo 2", sans-serif;
  }

  .entty-contain {
    width: auto;
  }

  .fully-element {
    color: var(--black);
  }

  .fully-element:hover {
    padding-left: 5px;
  }

  .mazonry-r-element {
    color: var(--white);
    cursor: pointer;
    flex-basis: 16.6669%;
    width: 16.6669%;
  }

  .minimal-normal.black {
    background-color: var(--black);
  }

  .return {
    right: 250px;
  }

  .sseccundary-h-home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .profile-diuv {
    padding-right: 0;
  }

  .grid-icosahedron._w-full.h-full {
    width: 70vw;
  }

  .register-login-container {
    width: 30vw;
  }
}

@media screen and (max-width: 991px) {
  .header {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding: 10px 40px;
  }

  .custom-tab.window {
    opacity: 0;
  }

  .custom-tab.window._1.phone {
    max-width: 100%;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
  }

  .custom-tab.window._2.phone, .custom-tab.window._3.phone, .custom-tab.window._4.phone {
    max-width: 100%;
    display: none;
    inset: auto 0% 0%;
  }

  .custom-tab.window.alt {
    opacity: 1;
    inset: auto auto 0% 0%;
  }

  .custom-tab.window.alt.left {
    width: 250px;
    inset: auto auto 0% 0%;
  }

  .custom-tab.window.alt.left.a {
    width: 250px;
    max-width: 250px;
    inset: auto auto 0 0%;
  }

  .custom-tab.window.alt.none {
    width: 100vw;
    max-width: none;
    position: absolute;
    inset: 80px 0% auto;
  }

  .logo-header {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .meun-header {
    width: 100%;
  }

  .additionnal-header {
    width: 100%;
    margin-top: 20px;
  }

  .inferior-tab {
    font-size: 0.8em;
  }

  .icons-tab {
    justify-content: center;
    align-items: center;
  }

  .close-tab {
    display: none;
  }

  .hero-home {
    overflow: hidden;
  }

  .lang-selector {
    inset: auto 40px 20px auto;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-btn.no-card.dd:hover {
    border: 1px #000;
  }

  .flex-h.spaced.grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .hero-banner, .slider, .mask {
    height: 500px;
  }

  .profile-img.entty {
    width: 100px;
    height: 100px;
  }

  .spacer {
    height: auto;
  }

  .dtop-h {
    flex-flow: column;
    display: none;
  }

  .mobile-h {
    z-index: 100;
    justify-content: space-between;
    display: flex;
    position: relative;
  }

  .meun-header-m {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-self: flex-start;
    width: 100%;
    margin-top: 100px;
    display: flex;
  }

  .logo-header-m {
    justify-content: center;
    align-items: center;
    width: 30%;
  }

  .logo-header-m.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .menu-phone {
    width: 50px;
    height: 50px;
  }

  .sub-grafp.btn {
    margin-right: 20px;
  }

  .slider-logo, .slider-logo-2 {
    width: 150%;
    min-width: 150%;
  }

  .search {
    width: 500px;
  }

  .card-selectos.flex-h.correct {
    flex-flow: column;
  }

  .sponsor {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center;
    width: 100%;
    padding-right: 0;
    display: grid;
  }

  .eam-content, .eam-content.ficha {
    width: 100%;
  }

  .minheading {
    font-size: 1em;
  }

  .meta-tag-eam {
    font-size: .8em;
  }

  .meta-tag-eam.phone {
    display: none;
  }

  .mazonry-r-element {
    flex-basis: 33.33%;
    width: 33.33%;
  }

  .maz-paraf {
    max-height: 100px;
    overflow: hidden;
  }

  .return {
    font-weight: 500;
    right: 40px;
  }

  .return.top {
    top: 20px;
  }

  .s-h1 {
    font-size: 5em;
  }

  .blog-content, .blog-content._1.canvas, .blog-content._2.canvas {
    width: 50%;
  }

  .blog-content._3, .blog-content._4 {
    display: none;
  }

  .blog-text {
    background-color: #000000b3;
  }

  .menu-mbl {
    z-index: 99;
    background-color: var(--black);
    width: 100vw;
    height: 100dvh;
    display: flex;
    position: fixed;
    inset: 0%;
    transform: translate(0, -100%);
  }

  .close-tab-casi, .close-tab-phone {
    display: block;
  }

  .sponsored-link-ss {
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn-plus {
    width: 300px;
  }

  .info-ficha {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center;
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .back {
    font-family: futura-pt, sans-serif;
  }

  .lectura {
    font-size: 1em;
  }

  .grid-icosahedron {
    height: 100dvh;
  }

  .grid-icosahedron._w-full.h-full {
    z-index: 50;
    width: 100vw;
    height: 40dvh;
    inset: 0% 0% auto;
  }

  .register-login-container {
    width: 100vw;
    height: 60dvh;
    inset: auto 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  h5 {
    font-weight: 400;
  }

  h6 {
    font-family: Planer, sans-serif;
    font-weight: 400;
  }

  a {
    color: var(--black);
  }

  .header {
    justify-content: center;
    align-items: stretch;
    height: 80px;
  }

  .seed-logo-header {
    align-self: center;
    display: flex;
  }

  .lang-selector {
    top: auto;
    left: auto;
  }

  .container.flex-h.correct {
    justify-content: space-between;
    align-items: flex-start;
  }

  .proyect-bw-img {
    opacity: .4;
  }

  .proyect-bw-img.only-img {
    opacity: 1;
  }

  .full-cover-vh.blog {
    overflow: hidden;
  }

  .flex-h.spaced.grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero-banner, .slider, .mask {
    height: 350px;
  }

  .profile {
    position: relative;
  }

  .profile-flex {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .profile-img.entty {
    width: 150px;
    height: 150px;
  }

  .dtop-h {
    display: none;
  }

  .mobile-h {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .meun-header-m {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .logo-header-m {
    width: 30%;
  }

  .item-tab-header-m {
    margin-bottom: 10px;
  }

  .menu-phone {
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  .lottie-animation {
    width: 50px;
    height: 50px;
  }

  .menu-phone-r {
    z-index: 97;
    background-color: var(--grey);
    color: var(--white);
    position: fixed;
    inset: 0%;
    transform: translate(100vw);
  }

  .algoritmerters {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .algoritmerters.sub {
    background-color: var(--grey);
    transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  }

  .algoritmerters.sub:hover {
    background-color: var(--white);
    color: var(--black);
    box-shadow: inset 0 1px 3px 1px #0003;
  }

  .algoritmerters.sub.promo {
    background-color: var(--alter);
    color: var(--black);
  }

  .algoritmerters.sub.promo:hover {
    background-color: var(--white);
  }

  .algoritmerters.sub.dow {
    background-color: var(--alter-comp);
    color: var(--black);
  }

  .algoritmerters.sub.dow:hover {
    background-color: var(--white);
  }

  .space-less {
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

  .entty-contain {
    width: auto;
  }

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

  .slider-logo {
    width: 200%;
    min-width: 200%;
  }

  .logo-slider {
    height: 30px;
  }

  .slider-logo-2 {
    width: 200%;
    min-width: 200%;
  }

  .search {
    width: 100%;
  }

  .card-selectos.flex-h.correct {
    flex-flow: column;
  }

  .sponsor {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .eam-content {
    width: 100%;
  }

  .metas-eam.real {
    flex-flow: column;
  }

  .meta-eam.mineta {
    justify-content: space-around;
    display: flex;
  }

  .meta-tag-eam.phone {
    display: block;
  }

  .no-meta {
    width: 100%;
    margin-right: 0;
  }

  .no-meta.low {
    display: none;
  }

  .fully-element {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-eam {
    display: none;
  }

  .content-eam.inter {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .mazonry-item.only-img {
    background-color: #000000b3;
    padding: 10px;
  }

  .mazonry-r-element {
    color: var(--white);
    flex-basis: 50%;
    width: 50%;
  }

  .return {
    font-size: 1.5em;
    font-weight: 500;
  }

  .return.top {
    font-size: 1.5em;
    top: 20px;
  }

  .insights-h {
    font-size: 1.5em;
  }

  .close-tab-casi {
    pointer-events: auto;
  }

  .link-card {
    color: var(--white);
  }

  .principal-h-home {
    font-size: 6em;
  }

  .sseccundary-h-home {
    font-size: 5em;
  }

  .sponsored-link-ss {
    width: 100%;
  }

  .profile-diuv {
    align-self: center;
  }

  .info-ficha {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .grid-icosahedron._w-full.h-full {
    height: 30dvh;
  }

  .register-login-container {
    height: 70dvh;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 3.5em;
  }

  h3 {
    font-size: 3.1em;
  }

  h4 {
    font-size: 2.9em;
  }

  .header {
    height: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .custom-tab.window._1.phone {
    display: none;
  }

  .custom-tab.window.alt {
    width: 200px;
    max-width: 200px;
  }

  .custom-tab.window.alt.none {
    z-index: 96;
    width: 100vw;
    max-width: none;
    top: 70px;
    left: 0%;
  }

  .inferior-tab.lectura {
    max-height: 40vh;
  }

  .close-tab {
    display: none;
  }

  .lang-selector {
    right: 10px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.flex-h.correct.m-correct {
    flex-flow: column;
  }

  .proyect-bw-img {
    opacity: .4;
  }

  .card-btn.no-card.dd {
    z-index: 0;
  }

  .flex-h.spaced.grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-banner {
    height: 350px;
  }

  .profile-flex {
    width: 100%;
  }

  .meun-header-m {
    margin-top: 80px;
  }

  .logo-header-m {
    width: 40%;
  }

  .slider-logo {
    width: 200%;
    min-width: 200%;
  }

  .logo-slider {
    height: 20px;
  }

  .slider-logo-2 {
    width: 200%;
    min-width: 200%;
  }

  .sponsor {
    grid-template-columns: 1fr;
    display: none;
  }

  .metas-eam.real {
    flex-flow: column;
    overflow: hidden;
  }

  .meta-eam.title {
    width: 100%;
  }

  .meta-eam.mineta {
    display: flex;
  }

  .minheading {
    font-size: 2em;
  }

  .meta-tag-eam.phone {
    display: block;
  }

  .no-meta {
    width: 100%;
    margin-right: 0;
  }

  .fully-element {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-eam.inter {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .mazonry-item.only-img {
    background-color: #000000b3;
    padding: 10px;
  }

  ._80 {
    height: 70px;
  }

  .mazonry-r-element {
    flex-basis: 100%;
    width: 100%;
  }

  .h-proyect {
    font-size: 4em;
  }

  .h-proyect.subtitle {
    font-size: 2em;
  }

  .return {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    right: 10px;
  }

  .s-h1 {
    font-size: 2.5em;
  }

  .blog-heading {
    font-size: 1.5em;
  }

  .blog-content, .blog-content._1.canvas {
    width: 100%;
  }

  .blog-content._2 {
    display: none;
  }

  .menu-mbl {
    transform: translate(0, -100%);
  }

  .rich-text-block {
    font-size: .9em;
  }

  .principal-h-home {
    font-size: 3em;
  }

  .sseccundary-h-home {
    font-size: 2em;
  }

  .info-ficha {
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Planer';
  src: url('../fonts/Planer-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}