.abogado__presentacion {
  display: flex;
  flex-direction: row;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow-y: visible;
  padding: 0rem 3rem;
  padding-top: 2rem;
}
.abogado__presentacion .abogado__imagen {
  flex: 1;
  padding-left: 2rem;
}
.abogado__presentacion .abogado__imagen img {
  border-radius: 8px;
}
.abogado__presentacion h2 {
  color: #941914;
}

.twoWaves {
  position: absolute;
  z-index: -10;
}

.desc_p {
  font-size: small;
}

.abogado__info {
  display: flex;
  flex-direction: column;
}
.abogado__info .abogado__desc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: -10rem;
}
.abogado__info h4 {
  margin: 0;
  text-align: center;
  font-size: clamp(1.25rem, 1.5cqi, 1.75rem);
}

.abogado__info__areas {
  margin-top: 2rem;
  position: relative;
  border-radius: 0px 0px 16px 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.abogado__info__areas h4 {
  text-align: start;
  color: #941914;
}
.abogado__info__areas div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: left;
}

.wave {
  width: 100%;
  height: 100%;
  background-size: cover;
  mix-blend-mode: multiply;
}

.abogado__info ul {
  padding: 0px;
}
.abogado__info ul li {
  list-style-type: disc;
  font-size: 16px;
  margin-left: 1rem;
}

.desc_abogado {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
}

.abogados_supercontainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
  padding: 0rem 2rem;
  padding-bottom: 2rem;
  transition: all 0.3s ease-in-out;
}

.abogados_view {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 1024px) {
  .abogado__imagen {
    flex: 1;
    height: 65vh;
  }
  .abogado__imagen img {
    height: 65vh;
    border-radius: 0px 16px 16px 0px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1201px) {
  .card_abogado {
    width: 20%;
  }
}
@media screen and (max-width: 1200px) {
  .card_abogado {
    width: 25%;
  }
  .lista_filtros {
    flex-wrap: wrap;
  }
  .lista_filtros div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .abogado__presentacion {
    padding-top: 5rem;
    flex-direction: column;
    height: auto;
  }
  .abogado__imagen {
    max-height: 60vh;
  }
  .abogado__imagen img {
    height: 60vh;
    border-radius: 16px 16px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  .desc_abogado {
    padding: 0;
  }
  .card_abogado {
    width: 300px;
  }
  .abogados_supercontainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: visible;
    padding: 1.25rem;
  }
  .abogados_supercontainer a {
    height: 70vh;
    min-width: 300px;
  }
  .lista_filtros {
    flex-wrap: wrap;
  }
  .lista_filtros div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.abg_filter {
  overflow-y: visible;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}

.card_abogado {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  background-color: white;
  box-shadow: 10px 10px 23px -5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 10px 10px 23px -5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 10px 10px 23px -5px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
  text-align: center;
}
.card_abogado::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.39), transparent, transparent);
  z-index: 9;
}
.card_abogado img {
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0px 0px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
.card_abogado:hover {
  z-index: 10;
  cursor: pointer;
  transform: scale(1.1);
}
.card_abogado:hover .texto_img {
  color: #ffffff;
  opacity: 1;
}
.card_abogado p {
  text-align: center;
  padding: 0rem 1rem;
}

.filtro {
  padding: 1rem 3rem;
}
.filtro button {
  padding: 0.5rem 1rem;
  border-radius: 16px;
  border: 1px solid #941914;
  background-color: white;
  color: #941914;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.filtro button:focus {
  outline: none;
}
.filtro button svg {
  transition: all 0.3s ease-in-out;
}
.filtro button:hover {
  cursor: pointer;
  background-color: #941914;
  color: white;
}
.filtro button:hover svg {
  color: white;
  fill: white;
}

.lista_filtros {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 0px;
}
.lista_filtros div {
  padding: 1rem;
}
.lista_filtros select {
  margin: 0rem 1rem;
  padding: 0.5rem;
  border-radius: 16px;
  border: 1px solid #941914;
  background-color: white;
  color: #941914;
  font-weight: bold;
}
.lista_filtros select:focus {
  outline: none;
}/*# sourceMappingURL=abogados.css.map */