.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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #000;
}

.navbar {
  z-index: 2147483647;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar._2 {
  display: none;
}

.landing-section {
  height: 100vh;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/puente-mujer.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  display: flex;
}

.nombre-landing {
  color: #fff;
  flex-direction: column;
  margin-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 44px;
  display: flex;
  position: relative;
  top: 40%;
}

.nombre-landing.footer {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

.nav-link {
  color: #8a8a8a;
}

.nav-link:hover {
  border-bottom: 1px solid #fff;
}

.nav-link.w--current {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  transition: font-variation-settings 1s, color 1s;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(0, .25fr) 1fr .25fr 1fr;
  align-items: center;
  justify-items: center;
  margin-left: 5%;
  margin-right: 5%;
}

.titulo-pilares {
  color: rgba(255, 255, 255, .8);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.div-pilares {
  padding-left: 5%;
  padding-right: 5%;
}

.pilares-section {
  background-color: #0f0f0f;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.abogado {
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.abogados-section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.vision-container {
  flex: 0 auto;
}

.vision-container.hidden {
  display: none;
}

.texto-pilares {
  color: rgba(255, 255, 255, .75);
  text-align: justify;
}

.linea-vertical {
  width: 1px;
  height: 80%;
  background-color: #fbffff;
}

.parrafo-abogado {
  text-align: justify;
}

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

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

.foto-perfil {
  width: 300px;
  object-fit: contain;
  object-position: 50% 50%;
}

.parrafo-area {
  color: rgba(251, 255, 255, .9);
  text-align: justify;
  padding-left: 5%;
  padding-right: 5%;
}

.list-item {
  font-weight: 700;
}

.logo {
  color: #fffefe;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.brand {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: absolute;
}

.practiceareadiv {
  height: 60vh;
  max-height: 650px;
  color: #fbffff;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.practiceareadiv.penal-economico {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/dmitrij-paskevic-YjVa-F9P9kk-unsplash-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.practiceareadiv.penal {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/tingey-injury-law-firm-L4YGuSg0fxs-unsplash-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.practiceareadiv.tributario {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/scott-graham-5fNmWej4tAA-unsplash-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.practiceareadiv.empresarial {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/sean-pollock-PhYq704ffdA-unsplash-min.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.practiceareadiv.litigios {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/wesley-tingey-9z9fxr_7Z-k-unsplash-min.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.practiceareaheading {
  color: rgba(251, 255, 255, .8);
  text-align: center;
}

.areaspracticagrid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 10px;
}

.botonmas {
  border: 1px solid #fbffff;
  border-radius: 3px;
  padding: 5px 10px;
  display: none;
}

.footer {
  background-color: #121212;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.mapdiv {
  width: 50%;
  margin-right: 20px;
}

.contactline {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.contacticon {
  margin-right: 1ch;
}

.frase-landing {
  color: rgba(255, 255, 255, .9);
  text-transform: uppercase;
  background-color: rgba(17, 137, 151, .26);
  padding-top: 5%;
  padding-bottom: 5%;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-heading {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.section-heading.contacto {
  color: rgba(251, 255, 255, .8);
  text-align: left;
}

.socio {
  color: #0c646f;
  font-size: 28px;
}

.section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.black {
  background-color: #0f6f7a;
}

.text-block, .text-block-2, .link {
  color: rgba(255, 255, 255, .8);
}

.footer-div {
  justify-content: center;
  display: flex;
}

.logo-final {
  color: rgba(255, 255, 255, .9);
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 44px;
}

.div-block-2 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: rgba(255, 255, 255, .8);
  }

  .vision-container {
    height: auto;
    position: static;
  }

  .menu-button {
    color: #fffefe;
  }

  .botonmas {
    display: block;
  }

  .frase-landing {
    font-size: 18px;
  }

  .nav-menu {
    background-color: #121212;
  }
}

@media screen and (max-width: 767px) {
  .abogado {
    flex-direction: column;
    align-items: center;
  }

  .areaspracticagrid {
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    flex-direction: column;
    align-items: center;
  }

  .mapdiv {
    width: 90%;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .nombre-landing {
    font-size: 34px;
  }

  .nombre-landing.footer {
    font-size: 38px;
    line-height: 40px;
  }

  .grid {
    grid-template-rows: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr;
  }

  .abogado {
    flex-direction: column;
    align-items: center;
  }

  .linea-vertical {
    width: 80%;
    height: 1px;
  }

  .foto-perfil {
    order: -1;
  }

  .menu-icon {
    color: #c7c7c7;
  }

  .botonmas {
    border-color: #118997;
  }

  .footer {
    align-items: stretch;
    padding-top: 0;
  }

  .mapdiv {
    width: 100%;
  }

  .frase-landing {
    font-size: 14px;
  }

  .socio {
    color: #0d717c;
  }

  .footer-div {
    flex-direction: column;
  }

  .frase-span {
    white-space: pre;
  }

  .text-block-3 {
    color: #fbffff;
  }
}

#w-node-_8748cbea-fb3f-024e-6016-c435d815b2d0-45c430b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_8748cbea-fb3f-024e-6016-c435d815b2d5-45c430b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8748cbea-fb3f-024e-6016-c435d815b2d6-45c430b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_8748cbea-fb3f-024e-6016-c435d815b2db-45c430b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8748cbea-fb3f-024e-6016-c435d815b2dc-45c430b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-fe43eda1-8dd9-2013-082a-cb13dc6b5fdf-45c430b9, #w-node-bb0c7aaa-eab3-d3ca-f482-df67e868d3d4-45c430b9, #w-node-f0b076bb-90d4-a9b6-ae34-11a3cc70123b-45c430b9, #w-node-_0af79464-6db6-fad4-744a-de57b8c7683c-45c430b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8037220a-303c-3ee2-77da-cacacec2e1ea-45c430b9 {
  grid-area: 3 / 2 / 4 / 4;
}

@media screen and (max-width: 767px) {
  #w-node-_8037220a-303c-3ee2-77da-cacacec2e1ea-45c430b9 {
    grid-area: 5 / 1 / 6 / 3;
  }
}


