.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 {
  font-family: Poppins, sans-serif;
}

.navbar {
  background-color: rgba(255, 255, 255, 0);
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.home {
  height: 100vh;
  background-image: url('../images/FOTO-PORTADA.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.nav-menu {
  margin-left: 100px;
}

.div-block {
  width: 100vw;
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.boton_menu {
  color: #fff;
  background-color: #3f357b;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.boton_menu:hover {
  text-decoration: underline;
}

.boton_menudos {
  color: #fff;
  background-color: #3f357b;
}

.boton_menudos:hover {
  text-decoration: underline;
}

.quienes_somos {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading {
  color: #fff;
  text-align: center;
  background-color: #3f357b;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 60px;
  line-height: 65px;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
  margin-left: 5%;
  margin-right: 5%;
}

.paragraph {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.text-block {
  color: #fff;
  text-align: center;
  background-color: rgba(63, 53, 123, .55);
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 40px;
  line-height: 50px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 130px;
  line-height: 150px;
}

.clientes {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-3 {
  color: #3f357b;
  text-align: center;
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 80px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-left: 20%;
  margin-right: 20%;
}

.grid-3 {
  grid-template-rows: auto;
  align-items: center;
  justify-items: center;
  margin-top: 20px;
  margin-left: 30%;
  margin-right: 30%;
}

.servicios {
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 20px;
  display: flex;
}

.heading-4 {
  color: #3f357b;
  text-align: center;
  margin-top: 40px;
}

.bold-text-2 {
  font-size: 45px;
}

.image {
  margin-left: 10%;
  margin-right: 10%;
}

.heading-5 {
  color: #3f357b;
  text-align: center;
  margin-top: 20px;
}

.text-block-2 {
  color: #3f357b;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.footer {
  background-image: url('../images/FOOTER-BACK.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-2 {
  flex-direction: column;
  display: flex;
}

.link-block {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.div-block-3 {
  padding: 5%;
}

.columns {
  text-align: left;
  align-items: center;
  display: flex;
}

.heading-6 {
  color: #3f357b;
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-3 {
  color: #fff;
  margin-top: 10px;
}

.link-block-2 {
  color: #fff;
  margin-top: 0;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  display: flex;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-6 {
  padding-top: 10px;
}

.div-block-7 {
  width: 60px;
  height: 3px;
  background-color: #fff;
}

.text-block-4 {
  color: #fff;
  margin-top: 15px;
  font-size: 21px;
  line-height: 25px;
}

.bold-text-3 {
  letter-spacing: 2px;
}

.slider {
  width: 950px;
  height: 600px;
}

.div-block-8 {
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.slide {
  background-image: url('../images/FOTOS-WEB-23.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/FOTOS-WEB-24.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/FOTOS-WEB-25.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

@media screen and (max-width: 991px) {
  .home {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .heading {
    font-size: 45px;
  }

  .menu-button {
    color: #fff;
    background-color: #3f357b;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .heading-2 {
    font-size: 80px;
  }

  .heading-3 {
    font-size: 45px;
  }

  .bold-text {
    font-size: 30px;
  }

  .bold-text-2 {
    font-size: 33px;
  }

  .slider {
    width: 750px;
    height: 550px;
  }
}

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

  .text-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-2 {
    font-size: 60px;
    line-height: 80px;
  }

  .clientes {
    padding-top: 20px;
  }

  .heading-3 {
    font-size: 40px;
    line-height: 50px;
  }

  .bold-text {
    font-size: 22px;
    line-height: 24px;
  }

  .bold-text-2 {
    font-size: 25px;
  }

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

  .slider {
    width: 550px;
    height: 350px;
  }

  .contacto_icono_movil {
    max-width: 30%;
  }

  .column-2, .column-3, .column-4 {
    justify-content: flex-end;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 26px;
    line-height: 35px;
  }

  .text-block {
    font-size: 22px;
    line-height: 29px;
  }

  .heading-2 {
    font-size: 34px;
    line-height: 45px;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 35px;
  }

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

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 10%;
    margin-right: 10%;
  }

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

  .bold-text-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .slider {
    width: 300px;
    height: 200px;
  }
}

#w-node-_4802d7c6-f12b-7ec2-ae4a-3dce4d625798-11b2b31a, #w-node-_6abe6c23-7d1c-5536-8088-841f66492d5c-11b2b31a, #w-node-_2b9803da-3b1d-fa11-c757-3096d7a5ab29-11b2b31a, #w-node-_9dd125e5-a472-4308-448d-514e14299425-11b2b31a, #w-node-_81797927-5645-a368-e74b-c70135724c56-11b2b31a, #w-node-dcc85351-05ef-1522-5ed7-b86ddd1a931f-11b2b31a, #w-node-_64655012-e891-8434-aa28-bab8447245b2-11b2b31a, #w-node-a1c3ca64-4e07-fbf0-940f-210430a319df-11b2b31a, #w-node-_4478d0fc-2883-b081-07df-69b1cf0de253-11b2b31a, #w-node-_9d6b70db-2ae1-d709-ebf6-eebf09379f85-11b2b31a, #w-node-eabeb6da-b87b-aec0-aa1e-9c23a0065904-11b2b31a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-eabeb6da-b87b-aec0-aa1e-9c23a0065904-11b2b31a {
    justify-self: end;
  }
}


