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

h2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #000;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.body {
  font-family: Roboto, sans-serif;
}

.navbar {
  width: 100%;
  background-color: rgba(224, 224, 224, .64);
  padding: 20px 60px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.nav-link.w--current {
  color: #000;
  font-weight: 700;
}

.section {
  min-height: 100vh;
  text-align: center;
  background-image: url('../images/antena.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 140px;
  display: flex;
}

.heading {
  color: #fff;
}

.heading-2 {
  color: #fff;
  font-weight: 300;
}

.quienes-somos {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-3 {
  text-align: right;
}

.rich-text-block {
  color: #000;
  text-align: justify;
  border-right: 1px solid #000;
  margin-right: 100px;
  padding-right: 60px;
  font-size: 18px;
  line-height: 30px;
}

.section-2 {
  height: 100vh;
  background-image: url('../images/data_center.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.manifiesto {
  background-image: linear-gradient(rgba(0, 0, 0, .07), rgba(0, 0, 0, .07));
  padding-top: 100px;
  padding-bottom: 100px;
}

.rich-text-block-2 {
  color: #000;
  text-align: justify;
  border-left: 1px solid #000;
  margin-left: 100px;
  padding-left: 60px;
  font-size: 18px;
  line-height: 30px;
}

.ideolog-a {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block {
  text-align: justify;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
}

.bullet-icon {
  margin-top: 10px;
  margin-right: 10px;
}

.div-block {
  border-right: 1px solid #000;
  margin-right: 100px;
  padding-right: 60px;
}

.list-item {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.section-3 {
  height: 90vh;
  background-image: url('../images/paneles.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.unidades-de-negocio {
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  margin-top: 60px;
}

.paragraph {
  color: #000;
  text-align: justify;
  font-size: 18px;
  line-height: 30px;
}

.paragraph.white {
  color: #fff;
}

.mercados {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-2 {
  grid-column-gap: 57px;
  grid-row-gap: 14px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.heading-4 {
  color: #fff;
}

.text-block-2 {
  font-size: 18px;
  line-height: 30px;
}

.proveedores {
  background-image: linear-gradient(rgba(0, 0, 0, .07), rgba(0, 0, 0, .07));
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 60px;
}

.clientes {
  background-image: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-5 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div-block-2 {
  border-left: 1px solid #000;
  margin-left: 100px;
  padding-left: 60px;
}

.cliente {
  filter: grayscale();
}

.contacto {
  background-image: linear-gradient(rgba(0, 0, 0, .07), rgba(0, 0, 0, .07));
  padding-top: 100px;
  padding-bottom: 10px;
}

.contacto.black {
  color: #fff;
  background-image: linear-gradient(#000, #000);
}

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

.heading-5.white {
  color: #fff;
}

.grid-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.div-block-3 {
  border-left: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 1px;
  padding-left: 40px;
}

.div-block-3.white {
  border-left-color: #fff;
}

.link {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.link.white {
  color: #fff;
}

.text-block-3 {
  text-align: center;
  margin-top: 100px;
  font-size: 12px;
}

.link-block {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 1%;
}

.text-block-4 {
  color: #fff;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 25px;
}

.nav-menu {
  margin-top: 6px;
  margin-bottom: 6px;
}

.image {
  width: 300px;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding: 10px;
  }

  .nav-link {
    color: #fff;
  }

  .section {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rich-text-block, .div-block {
    margin-right: 60px;
    padding-right: 40px;
  }

  .grid-2 {
    grid-column-gap: 30px;
  }

  .div-block-2 {
    margin-left: 60px;
    padding-left: 40px;
  }

  .nav-menu {
    background-color: #000;
    margin-top: 0;
    margin-bottom: 0;
  }

  .menu-button {
    color: #000;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .rich-text-block-3 {
    margin-left: 60px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
  }

  .navbar {
    padding: 10px;
  }

  .heading {
    text-shadow: 0 1px 1px #000;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 27px;
  }

  .quienes-somos {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .rich-text-block {
    border-right-style: none;
    margin-right: 0;
    padding-right: 10px;
    font-size: 16px;
  }

  .manifiesto, .ideolog-a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block {
    font-size: 16px;
  }

  .div-block {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
  }

  .section-3 {
    background-position: 100% 100%;
  }

  .unidades-de-negocio {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph {
    font-size: 16px;
  }

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

  .heading-4 {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .proveedores, .clientes {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-2 {
    border-left-style: none;
    margin-left: 0;
    padding-left: 0;
  }

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

  .heading-5 {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-3 {
    border-left-style: none;
    padding-left: 0;
  }

  .rich-text-block-3 {
    border-left-style: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 16px;
  }

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

  .image {
    width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .grid, .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3, .grid-4, .grid-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image {
    width: 180px;
    margin-top: 13px;
    margin-bottom: 13px;
  }
}

#w-node-_8bb8abc3-04af-7b7c-1806-0f94fa49044e-9c1b7883 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1848c460-988e-7e0e-5a85-c185191fb127-9c1b7883 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4cf613d5-1782-4fe2-f528-6c6724f5af24-9c1b7883 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01a35c8d-78a5-9475-a99e-77cc0986ca88-9c1b7883 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-dba6cb90-63a4-3dc2-da1d-f1334a28924b-9c1b7883 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e8b88d87-b808-0dae-e453-75696fe5fa54-9c1b7883 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7771933a-6bc6-5688-15b7-7ae8647817f4-9c1b7883, #w-node-_04bb1372-f4da-829a-778f-f7a18a8914a3-9c1b7883, #w-node-a3879e2a-b72e-b428-9a58-a6026abee291-9c1b7883, #w-node-_9aaca53b-8d3c-aada-e800-d5ab256b7d57-9c1b7883 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_1d0e21b1-ca74-22b0-8e45-c14980574dff-9c1b7883, #w-node-_427cc248-1599-4cea-d895-dbb46f47f380-9c1b7883, #w-node-_616db473-700a-cf61-f5cf-1e47ac24c6c9-9c1b7883, #w-node-_1638b5bf-6a51-639b-ce4b-d6193f3b4970-9c1b7883, #w-node-e1b2151e-e101-9646-4f52-79b1fc668138-9c1b7883, #w-node-_3b1f52c0-b85e-bc26-7d42-cb0cae14b933-9c1b7883, #w-node-_3b41154f-6d7d-a5c9-aeb0-a12b6a336a7b-9c1b7883, #w-node-_104f02fd-d9d2-913d-0873-b5448a91eb2a-9c1b7883, #w-node-_764458ac-d221-bd81-7c9a-7059009cb320-9c1b7883, #w-node-_8a630eaf-ef48-6da7-0c67-497f6ebf871e-9c1b7883, #w-node-_222d39ac-dc05-b0ee-8cb2-9d79c5bdee6f-9c1b7883, #w-node-_5ca8bf76-2cc3-82a8-7924-d908598663a5-9c1b7883, #w-node-_0bb4d5c9-e188-430a-1bbf-2ae7b731c64f-9c1b7883 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f823640-7633-93d9-0a58-4fa1f144e494-9c1b7883, #w-node-_5afe2f4d-5004-b569-7704-1f97bdef114a-9c1b7883, #w-node-_0ecc76d0-18d6-bfa8-de78-df0d5ecbbeb4-9c1b7883, #w-node-_46500ff6-5c22-a60c-93fc-39060a1b85ab-9c1b7883, #w-node-_917a5cd5-9376-e378-348a-f773cd2aee5b-9c1b7883, #w-node-_346a1523-246c-c125-bfe4-3216ac12b212-9c1b7883, #w-node-a9c3d770-599b-2d69-ecbd-5a6319d6749b-9c1b7883, #w-node-b66390a6-4c89-f853-2b98-19fc523b59f8-9c1b7883, #w-node-_5a9d23a1-0e59-3c64-987f-9edaf4c4f493-9c1b7883, #w-node-e32e4bda-64e8-27af-49d7-58f90ce11927-9c1b7883, #w-node-_1b361b81-2419-1621-e671-1e06525f5cff-9c1b7883, #w-node-_119e380a-bac8-0b4f-28cc-e2676b71636b-9c1b7883, #w-node-_6ce1ae67-fe76-ffe3-4dd1-b7d37476470e-9c1b7883, #w-node-f7120eec-1e9b-920d-6727-e94b752cdf1d-9c1b7883, #w-node-e95b927f-f1b3-f1d8-1813-02dab91268c5-9c1b7883, #w-node-_61e2eb25-de1b-58ec-2a47-49a0061410d3-9c1b7883, #w-node-_0efdc2d7-88ce-d9b7-bf2f-7ea847a6a0cd-9c1b7883, #w-node-_6930ed1e-c1ec-2297-0392-dd3b99760c21-9c1b7883, #w-node-f9235371-b160-03c0-53ea-533447d1391f-9c1b7883, #w-node-ca8d1556-3c30-37e6-9489-1ea18bdcca1c-9c1b7883, #w-node-a85a8c2f-0923-673a-9da6-d808630b1dd8-9c1b7883, #w-node-_95e9ce6f-6a89-0fa0-5051-6e730d4facb7-9c1b7883, #w-node-_04069b41-3a91-1fe1-bf18-aac81faee5dc-9c1b7883, #w-node-_3b224b43-e7dd-78cf-85f7-3fbb2044b8f2-9c1b7883, #w-node-_425356b2-4da9-6c85-db7a-a1216a405641-9c1b7883, #w-node-_92f0b6a9-561f-e561-6c43-acae65d25d0c-9c1b7883, #w-node-a819d68e-c06a-59c2-10d9-e213864463d8-9c1b7883, #w-node-_1991c599-eab8-f519-35df-79ae6a6bdfdc-9c1b7883, #w-node-_8dfdd229-ed87-937a-5bc9-1fb05941ade0-9c1b7883, #w-node-_6dba5680-7b63-e8aa-5e40-e95dda16fa6c-9c1b7883, #w-node-_6248cfad-b257-ca4d-2f41-27a02498117b-9c1b7883, #w-node-_9f49c888-2555-bddd-a16d-361b0515859d-9c1b7883, #w-node-_5d707b5f-599a-811f-5992-5f855efe7507-9c1b7883, #w-node-_4e371fd1-0d1e-f5c9-d507-f639eda8d547-9c1b7883, #w-node-_31c05b14-4873-467a-4e1d-14d80031a353-9c1b7883, #w-node-bfbfd5df-c788-dcb9-51f3-a5108882a815-9c1b7883, #w-node-_63af5a57-b521-fa8b-ff6b-ea24b0513121-9c1b7883, #w-node-_4ca859d2-4274-4285-b456-81485ff80fc5-9c1b7883, #w-node-_3bcc9531-f5ef-4773-e36a-c40e5529835d-9c1b7883, #w-node-_38197dab-a3a7-a64c-07ff-6d6d9996838c-9c1b7883, #w-node-_1cad512a-3cd1-8341-c169-e2db7c52885e-9c1b7883, #w-node-_37d4d65a-eccf-e814-f773-86659ff90b4f-9c1b7883 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-dbedb65f-6085-8941-6f78-b2d2ebee0db0-9c1b7883, #w-node-ca2503a5-f694-2e06-59fd-b3d9047e2b53-9c1b7883 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4cf613d5-1782-4fe2-f528-6c6724f5af24-9c1b7883 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_7771933a-6bc6-5688-15b7-7ae8647817f4-9c1b7883, #w-node-_04bb1372-f4da-829a-778f-f7a18a8914a3-9c1b7883, #w-node-a3879e2a-b72e-b428-9a58-a6026abee291-9c1b7883, #w-node-_9aaca53b-8d3c-aada-e800-d5ab256b7d57-9c1b7883 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_1d0e21b1-ca74-22b0-8e45-c14980574dff-9c1b7883 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_427cc248-1599-4cea-d895-dbb46f47f380-9c1b7883 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_616db473-700a-cf61-f5cf-1e47ac24c6c9-9c1b7883, #w-node-_1638b5bf-6a51-639b-ce4b-d6193f3b4970-9c1b7883 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8bb8abc3-04af-7b7c-1806-0f94fa49044e-9c1b7883 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-_1848c460-988e-7e0e-5a85-c185191fb127-9c1b7883, #w-node-_4cf613d5-1782-4fe2-f528-6c6724f5af24-9c1b7883, #w-node-_01a35c8d-78a5-9475-a99e-77cc0986ca88-9c1b7883 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-dba6cb90-63a4-3dc2-da1d-f1334a28924b-9c1b7883 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-e8b88d87-b808-0dae-e453-75696fe5fa54-9c1b7883 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-dbedb65f-6085-8941-6f78-b2d2ebee0db0-9c1b7883, #w-node-ca2503a5-f694-2e06-59fd-b3d9047e2b53-9c1b7883 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8bb8abc3-04af-7b7c-1806-0f94fa49044e-9c1b7883 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_1848c460-988e-7e0e-5a85-c185191fb127-9c1b7883 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4cf613d5-1782-4fe2-f528-6c6724f5af24-9c1b7883 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_01a35c8d-78a5-9475-a99e-77cc0986ca88-9c1b7883 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dba6cb90-63a4-3dc2-da1d-f1334a28924b-9c1b7883 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e8b88d87-b808-0dae-e453-75696fe5fa54-9c1b7883 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7771933a-6bc6-5688-15b7-7ae8647817f4-9c1b7883 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_04bb1372-f4da-829a-778f-f7a18a8914a3-9c1b7883 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-a3879e2a-b72e-b428-9a58-a6026abee291-9c1b7883 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_9aaca53b-8d3c-aada-e800-d5ab256b7d57-9c1b7883 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_427cc248-1599-4cea-d895-dbb46f47f380-9c1b7883 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_616db473-700a-cf61-f5cf-1e47ac24c6c9-9c1b7883 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_1638b5bf-6a51-639b-ce4b-d6193f3b4970-9c1b7883 {
    grid-area: 8 / 1 / 9 / 3;
  }
}


@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}