.grupo-cv {  position: relative;  display: flex;  justify-content: space-between;  gap: 20px;  width: 100%;  margin: 60px auto 0 auto;}
.grupo-cv .abogada { flex: 1;  background: #fff; height: 470px;}
.equipo .conocenos img{width: calc(100% - 100px); max-width: 200px; margin: 50px auto 20px auto;}
.equipo .conocenos .tit-mini { margin-top: 60px; opacity: 0.6;}
.equipo .cuadro h4{font-size: 22px;}
.equipo .cuadro p, .tarjeta p{font-size: 18px;}
.card {  position: relative; display: block; text-decoration: none; color: inherit; overflow: hidden; 
	transition: background 0.4s ease;}
.card img {  width: 100%;  display: block;  filter: grayscale(100%);  transition: filter 0.4s ease, transform 0.4s ease;}
.overlay {  position: absolute;  top: 75%;  left: 50%;  transform: translate(-50%, -50%) scale(0.8); height: auto; 
  font-size: 100px; font-weight: 200;  color: white;  opacity: 0;  transition: opacity 0.3s ease, transform 0.3s ease;  z-index: 2;}
.card, .card:hover{height: 470px;}
.card:hover {  background: rgba(159, 140, 112, 0.3); }
.card:hover img {  filter: grayscale(0%);  transform: scale(1.03);}
.card h4,.card p {  position: relative;  z-index: 3;  transition: color 0.3s ease;}
.card:hover h4,.card:hover p { display: none;}
.card:hover .overlay {  opacity: 1;  transform: translate(-50%, -50%) scale(1);}

@media only screen 
and (max-width : 600px) { 
.grupo-cv {  gap: 20px; width: 100%;  flex-direction: column;}
.grupo-cv .abogada { flex: 1;  height: 440px;    }
}
@media only screen 
and (min-width : 601px)
and (max-width : 999px) { 
.grupo-cv {  gap: 20px; width: 100%; flex-wrap: wrap; }
.grupo-cv .abogada {        flex: 0 0 calc(50% - 10px);  height: 460px;    }
.card, .card:hover{height: 460px;}

}
@media only screen 
and (min-width : 1000px)
and (max-width : 1200px) { 
.grupo-cv {  gap: 20px;  width: 600px; flex-wrap: wrap;}
.grupo-cv .abogada { flex: 0 0 calc(50% - 10px); height: 400px;}
.card, .card:hover{height: 400px;}
.equipo .conocenos img {  width: 140px;}
.duo .tit { font-size: 32px; line-height: 40px;}
}