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

.text-span {
  color: #4f87fb;
}

.featured-wrapper {
  width: auto;
  /*height: 520px;*/
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
}

.texto-hero {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-span-2 {
  color: #ffb63f;
  text-shadow: 1px 1px 1px #00000094;
}

.seccion-hero {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/arlington-research-kn-kvidcha0-unsplash-2000x1335.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 160px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.texto-hero-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  display: flex;
}

.card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff4d;
  border-bottom: 2px solid #4f87fb;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.headline {
  color: #000;
  font-size: 40px;
}

.contenedor-de-botones-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.25fr 1fr 1fr;
  width: 95%;
}

.imagen {
  max-width: 40%;
}

.paragraph {
  color: #080808;
  font-size: 14px;
}

.more-info-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f8faff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.boton-general {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #4e87fb;
  border: 1px solid #4f87fb;
  border-radius: 0;
  width: auto;
  padding: 14px 40px;
  font-size: 12px;
}

.boton-general:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
  border: 1px solid #fbf9fc;
}

.link-interaction {
  color: #2b61cf;
  font-weight: 500;
}

.servicio-titulo {
  color: #080808;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 800;
}

.mas-info-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.boton-secundario-card {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 0;
  width: auto;
  padding: 14px 40px;
  font-size: 12px;
}

.boton-secundario-card:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
  border: 1px solid #fbf9fc;
}

.small_subheadline {
  color: #000;
  font-size: 20px;
}

.flechas {
  max-width: 10%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .featured-wrapper {
    background-color: #0000;
    height: 500px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .texto-hero {
    justify-content: center;
    align-items: center;
  }

  .seccion-hero {
    height: 100%;
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .texto-hero-wrapper {
    justify-content: center;
    align-items: center;
  }

  .card {
    background-color: #e4e9f8;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .headline {
    text-align: center;
  }

  .contenedor-de-botones-card {
    margin-top: 5px;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .imagen {
    max-width: 50%;
  }

  .paragraph {
    font-size: 14px;
  }

  .bold-text {
    display: none;
  }

  .more-info-wrapper {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #f8faff59;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .link-interaction {
    text-align: center;
  }

  .servicio-titulo {
    text-align: left;
  }

  .boton-secundario-card {
    color: #000;
    background-color: #0000;
    border: 1px solid #000;
  }

  .boton-secundario-card:hover {
    color: #fff;
    background-color: #4f87fb;
    border-color: #4f87fb;
  }
}

@media screen and (max-width: 767px) {
  .featured-wrapper {
    border-bottom: 2px solid #4f87fb;
    width: 100%;
    height: 500px;
  }

  .texto-hero {
    margin-bottom: 20px;
  }

  .contenedor-de-botones-card {
    flex-flow: row;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 95%;
  }

  .imagen {
    max-width: 40%;
  }

  .more-info-wrapper {
    background-color: #f8faffb3;
    border-top: 2px #4f87fb;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .featured-wrapper {
    width: 100%;
    height: 650px;
  }

  .seccion-hero {
    justify-content: center;
    align-items: center;
  }

  .texto-hero-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 100%;
  }

  .card {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .headline {
    text-align: center;
    font-size: 32px;
  }

  .contenedor-de-botones-card {
    flex-flow: column;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .imagen {
    max-width: 70%;
  }

  .paragraph {
    text-align: center;
  }

  .more-info-wrapper {
    border: 1px #000;
    border-bottom: 2px solid #4f87fb;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 0;
    display: flex;
  }

  .link-interaction {
    text-align: left;
  }

  .servicio-titulo {
    text-align: center;
  }
}

#w-node-d6ee63af-f0e1-ed97-592e-2d1be6dc140e-b05f4a55 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-d6ee63af-f0e1-ed97-592e-2d1be6dc140e-b05f4a55 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d6ee63af-f0e1-ed97-592e-2d1be6dc141d-b05f4a55, #w-node-d6ee63af-f0e1-ed97-592e-2d1be6dc143f-b05f4a55, #w-node-d6ee63af-f0e1-ed97-592e-2d1be6dc1456-b05f4a55, #w-node-d6ee63af-f0e1-ed97-592e-2d1be6dc146a-b05f4a55 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d6ee63af-f0e1-ed97-592e-2d1be6dc140e-b05f4a55 {
    grid-column: span 2 / span 2;
  }
}


