
.bg-section{
  background-image: url('images/home/Grupo de desplazamiento 1.svg');
  background-repeat: no-repeat, no-repeat;
  height: 100%;
  background-color: #f4f7f3;
}
.lead-content-ourteam-paragraph{
  color: var(--gray-color);
  font-family: var(--font-family-proximanova-regular);
  font-size: var(--font-size-xxl);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
}
.lead-content-ourteam-paragraph-sub{
  color: var(--gray-color);
  font-family: var(--font-family-proximanova-regular);
  font-size: var(--font-size-xl);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}

.proximanova-medium-ship-gray-22px {
  color: var(--ship-gray);
  font-family: var(--font-family-proximanova-medium);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 500;
}

.hover-zoom {
  overflow: hidden;
}

.hover-zoom img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transform-origin: top center;
  transition: transform 0.5s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
  backface-visibility: hidden;
}

.hover-zoom:hover img {
  transform: scale(1.25);
}

.founders{
  width: 380px;
  height: 513px;
 }

.members{
  width: 311px;
  height: 420px;
}

body.no-scroll {
  overflow: hidden;
}


.close-fullscreen {
  position: absolute;
  z-index: 1;
  right: 55px;
  top: 55px;
  cursor: pointer;
  font-size: 2.5rem;
  line-height: 1.5;
  border: 1px solid;
  border-color: #707070;
  border-radius: 15px;
  display: flex;
  height: 55px;
  width: 55px;
}

.preview-user{
  top:0;
  left: 0;
  object-fit: cover;
  position: absolute;
  height: 1084px;
  width: 50%;
}
.preview-detail{
  left: 780px;
  object-fit: cover;
  position: absolute;
  top: -5px;
}

.modal-content {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.bg-fullscreen{
  background-color: #f5f7f3 !important;
}

.modal-content-title{
    font-family: var(--font-family-proximanova-bold);
    font-size: var(--font-size-74px);
    letter-spacing: 0;
    line-height: 80px;
}
.modal-content-description{
    font-family: var(--font-family-proximanova-medium);
    font-size: var(--font-size-xxl);
    letter-spacing: 0;
    line-height: 45px;
}
.modal-content-p{
    font-family: var(--font-family-proximanova-regular);
    font-size: var(--font-size-24px);
    letter-spacing: 0;
    line-height: 36px;
}

.hide{
    display: none;
}

.bg-detail{
    background-image: url('images/our_team/Grupo 62481.svg');
    background-repeat: no-repeat, no-repeat;
    height: 100%;
    background-position-y: 45%;
    background-position-x: 45%;
}
