

/*********************banner**********************/

.representantes{
    background: #FF383C;
    color: white;

  min-height: calc(100vh - 90px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;

}
.titulo-representante {
  position: relative;
  display: inline-block; /* clave para controlar el ancho */
  padding-bottom: 10px;
}

.titulo-representante::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;          /* 👈 CONTROLA EL ANCHO AQUÍ */
  height: 2px;          /* grosor de la línea */
  background: #fff;     /* color del subrayado */
  transform: translateX(-50%);
}
.sobre-empatriados-img {
  max-height: 350px;   /* AJUSTA ESTE VALOR */
  width: auto;
  height: auto;
}




@media (min-width: 768px) {  
  
}
@media (min-width: 992px) {
.sobre-empatriados-img  {
  max-height: 560px;   /* AJUSTA ESTE VALOR */
}

}

@media (min-width: 1200px) {  
  .sobre-empatriados-img   {
  max-height: 600px;   /* AJUSTA ESTE VALOR */
}
}
@media (min-width: 1320px) {  
  .sobre-empatriados-img   {
  max-height: 800px;   /* AJUSTA ESTE VALOR */
}

}

@media (min-width: 1440px) {  
  .sobre-empatriados-img  {
  max-height: 815px;   /* AJUSTA ESTE VALOR */
}
.sobre-empatriados{
  padding-top: 0rem;

}
}

