:root {
  --white: white;
}

.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;
}

.body {
  background-color: #000;
  background-image: url('../images/vinculo-paraguay-cabecera-2020-opt.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.vinculo-paraguay-logos-clientes {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  margin-top: 20px;
}

.copyright {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  line-height: 15px;
}

.crafted-blanco {
  color: #fff;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.links-redes {
  margin-left: 20px;
}

.image-5 {
  display: block;
}

.cabecera {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.div-logo-vinculo-paraguay {
  background-color: #0000;
  justify-content: flex-start;
  width: 50%;
  height: 100px;
  display: flex;
}

.div-links-redes {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100px;
  display: flex;
}

.button {
  text-align: center;
  text-transform: uppercase;
  background-color: #5400da;
  border-radius: 2px;
  min-width: 88px;
  margin-right: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 500;
}

.button.raised {
  text-transform: none;
  background-color: #008532;
  border-radius: 3px;
  width: 40%;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  box-shadow: 0 2px 3px #0000001f;
}

.button.raised:hover {
  background-color: #00e;
}

.button.raised.abajo {
  width: 260px;
}

.contenedor {
  margin-left: auto;
  margin-right: auto;
}

.div-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 300px;
  padding-right: 300px;
  display: flex;
}

.encabezado-h1 {
  color: var(--white);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.sublinea-h2 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.h4 {
  color: var(--white);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.div-flecha {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.heading-7 {
  color: var(--white);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-8 {
  color: var(--white);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.call-to-action-cierre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.linea-gris {
  border-top: 1px solid #5f5f5f;
  width: 80%;
  margin: 40px auto;
}

.pie-de-pagina {
  border-top: 1px solid #505050;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.image-6 {
  margin-bottom: 0;
}

.image-7 {
  margin-bottom: 20px;
}

.contenedor-productos {
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin: 70px auto 40px;
  display: flex;
}

.link-block {
  margin-bottom: 20px;
}

.image-9 {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.texto-flujo {
  color: #d6d6d6;
  text-align: left;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.texto-flujo.centro {
  text-align: center;
}

.image-10 {
  margin-bottom: 0;
}

.copetes {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  line-height: 17px;
}

.google-citas {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.code-embed {
  width: auto;
  margin-top: 15px;
}

.code-embed-2 {
  width: auto;
}

@media screen and (max-width: 991px) {
  .vinculo-paraguay-logos-clientes {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .copyright {
    text-align: center;
  }

  .div-hero {
    padding-left: 220px;
    padding-right: 220px;
  }
}

@media screen and (max-width: 767px) {
  .vinculo-paraguay-logos-clientes {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .links-redes {
    flex: 0 auto;
  }

  .cabecera {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.raised {
    width: 50%;
  }

  .div-hero {
    padding-left: 140px;
    padding-right: 140px;
  }
}

@media screen and (max-width: 479px) {
  .vinculo-paraguay-logos-clientes {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .links-redes {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-5 {
    max-width: none;
    display: block;
  }

  .cabecera {
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-logo-vinculo-paraguay {
    background-color: #0000;
  }

  .div-links-redes {
    background-color: #0000;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-left: 40px;
  }

  .button.raised {
    width: 90%;
  }

  .div-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .encabezado-h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .sublinea-h2 {
    font-size: 19px;
  }

  .h4 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-7 {
    line-height: 25px;
  }

  .heading-8 {
    font-size: 16px;
  }

  .call-to-action-cierre {
    padding-left: 20px;
    padding-right: 20px;
  }

  .linea-gris {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .contenedor-productos {
    justify-content: flex-start;
    align-items: center;
    width: 85%;
  }

  .text-block {
    display: none;
  }

  .texto-flujo {
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .texto-flujo.centro {
    font-size: 16px;
    line-height: 23px;
  }

  .copetes {
    text-align: center;
    line-height: 20px;
  }
}


