/* section CONTENT ABOUT US 1 */
section#section-content-about-us1 {
    padding: 7rem 0rem 5rem 0;
    /*background: url(../../dist/images/home/banner-section-about-us1.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;*/
    position: relative;
}
img.img-section-about-us1{
    width: 100%;
    max-width: 140%;
}
.box-section-content-about-us1 {
    padding: 0rem 9rem 0rem 0;
    position: relative;
    z-index: 2;
    display: grid;
    align-items: center;
    justify-items: start;
    justify-content: center;
    align-content: center;
}
h1.section-content-about-us1 {
    font-size: clamp(3rem, 5.7vw, 6.8rem);
    line-height: 110%;
    margin: 0;
}
p.section-content-about-us1 {
    font-size: clamp(0.875rem, 2vw + 0.5rem, 1.125rem);
    line-height: 150%;
    padding: 1.5rem 0 2rem 0;
    margin: 0;
}
img.img-banner-users {
    max-width: 10rem;
    width: 100%;
    margin-left: 0.5rem;
}
.box-img-section-content-about-us1 {
    padding: 5rem 0 0;
}
h5.section-content-about-us1 {
    font-size: 1.875rem;
    font-weight: 400;
}
.box-video-section-content-about-us1 {
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 2rem;
    position: relative;
}
.box-img-section-content-about-us1 p.section-content-about-us1 {
    padding: 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Define a proporção de aspecto do vídeo (exemplo: 16:9) */
    height: 0;
    overflow: hidden;
    border-radius: 3.125rem;
    margin-bottom: 2rem;
}
.video-container iframe,
  .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vimeo-colors {
    --vimeo-color-primary: #F7BA3F; /* Define a cor primária do player */
    --vimeo-color-secondary: #F7BA3F; /* Define a cor secundária do player */
}
.play-button,.pause-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}
.play-button {
    opacity: 0;
    transition: opacity 0.8s ease;
  }
.play-button.hover {
    opacity: 1;
  }
.pause-button {
    opacity: 0;
    transition: opacity 0.8s ease;
  }

  .video-container:hover .pause-button {
    opacity: 1;
  }

/* section CONTENT ABOUT US 1 */

/* section CONTENT ABOUT US 2 */
section#section-content-about-us2 {
    padding: 5rem 0rem 5rem 0;
    position: relative;
}
.box-slider-section-content-about-us2 {
    border-radius: 3.125rem;
    overflow: hidden;
    position: relative;
}
img.brand-zenfi-section-about-us2 {
    position: absolute;
    bottom: 1.7rem;
    right: 2rem;
    max-width: 100%;
}
img.img-testimonial-section-about-us2 {
    width: 100%;
    object-fit: cover;
}
.infos-testimonials {
    padding: 1rem;
    display: grid;
    align-content: center;
    align-items: center;
}
.infos-testimonials span {
    font-weight: 700;
    padding-right: 1rem;
    font-size: 1.5rem;
}

.box-title-section-content-about-us2 {
    display: grid;
    align-items: center;
    align-content: center;
}
h2.section-content-about-us2 {
    font-size: clamp(2.5rem, 4vw, 4.375rem);
    line-height: 110%;
    margin: 0;
    display: flex;
    gap: 1rem;
}
p.section-content-about-us2 {
    margin: 0;
}
.box1-section-content-about-us2 {
    background: url(../../dist/images/about-us/bg-section-content-home2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 3.125rem;
    padding: 5rem;
    border: 2px solid #ebebeb;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 10rem;
}
.row.space-box-works-section-content-about-us2 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 2.5rem;
}
/* section CONTENT ABOUT US 2 */

/* section CONTENT ABOUT US 3 */
section#section-content-about-us3 {
    padding: 5rem 0rem 3rem 0;
    background: url(../../dist/images/home/bg-section-home2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 3;
    position: relative;
}
h2.section-content-about-us3 {
    font-size: clamp(2.5rem, 4vw, 4.375rem);
    line-height: 110%;
}
img.line-section-about-us3{
    margin: 0 auto;
}
h5.section-content-about-us3 {
    font-size: clamp(2.5rem, 1.5vw, 2.5rem);
    line-height: 110%;
}
.box-title-section-content-about-us3 {
    display: grid;
    align-items: center;
    padding-bottom: 3rem;
}

.row.space-box-works-section-content-about-us3 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}
.row.box-content-section-content-about-us3 {
    z-index: 2;
    position: relative;
    padding-bottom: 2rem;
}
img.bg-section-about-us3 {
    width: 100%;
    transition: 0.5s;
}
img.img-logo-section-about-us3 {
    padding-bottom: 1rem;
    position: relative;
}
.box-section-content-about-us3 {
    padding: 0rem 20rem 2rem;
    position: relative;
}
.box-info-section-content-about-us3 {
    text-align: left;
    padding: 2rem 0;
    display: flex;
    align-content: center;
    align-items: flex-start;
    justify-content: space-between;
    padding: 4.5rem 4rem 4.5rem 4rem;
    border-radius: 3.125rem;
    position: absolute;
    z-index: 2;
    bottom: 0;
}
h6.title-section-content-about-us3 {
    font-size: 1.55rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 0rem;
    display: flex;
    align-items: center;
    color: #fff;
}
p.text-section-content-about-us3 {
    opacity: 1;
    color: #fff;
    padding-top: 1rem;
    margin: 0;
}
.box-works-section-content-about-us3 {
    overflow: hidden;
    position: relative;
    border-radius: 3.125rem;
    transition: 0.5s;
    margin-bottom: 1.5rem;
}
.box-works-section-content-about-us3:hover img.bg-section-about-us3{
    transform: scale(1.1);
    transition: 0.5s;
}
.box-img-section-about-us3 {
    position: absolute;
    bottom: -5rem;
    margin: 0 auto;
    width: -webkit-fill-available;
    padding: 0 1rem;
}
img.img-section-about-us3 {
    width: auto;
    max-width: 100%;
}
img.img-works {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    object-fit: cover;
    height: 100%;
}
.gradient-shadow1 {
    background: rgb(49,40,31);
    background: -moz-linear-gradient(180deg, rgba(26, 21, 16, 0.00) 38.18%, rgba(26, 21, 16, 0.90) 77.58%);
    background: -webkit-linear-gradient(180deg, rgba(26, 21, 16, 0.00) 38.18%, rgba(26, 21, 16, 0.90) 77.58%);
    background: linear-gradient(180deg, rgba(26, 21, 16, 0.00) 38.18%, rgba(26, 21, 16, 0.90) 77.58%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#31281f",endColorstr="#1a1510",GradientType=1);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    transition: 0.5s;
    opacity: 1;
}

/* section CONTENT ABOUT US 3 */

/* SESSION CONTENT ABOUT US 4 */
section#session-content-about-us4{
    padding: 5rem 0rem 5rem 0;
} 
.slick-slider{
    margin-top: -1rem;
}
.space-box-testimonial {
    padding: 1rem 0.5rem 1rem;
}
img.user{
    max-width: 47px;
    border-radius: 100%;
    border: #E2E1E1 1px solid
}
.box-testimonial {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 1.875rem;
    border: 0.944px solid #F4F4F4;
    background: #FFF;
    box-shadow: 0px 3.778px 11.333px 0px rgba(0, 0, 0, 0.04);
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    min-height: 300px;
    transition: transform 0.3s ease;
    align-content: center;
    align-items: center;
    gap: 1rem;
}
.box-testimonial:hover {
    transform: scale(1.01);
}
p.testimonial {
    color: #80858D;
    margin: 0;
}
h6.title-testimonial {
    color: #171717;
    text-align: center;
    font-family: Poppins;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
}
h6.name-testimonial {
    color: #171717;
font-family: Poppins;
font-size: 0.875rem;
font-style: normal;
font-weight: 400;
line-height: 0.875rem; /* 100% */
}
/* SESSION CONTENT ABOUT US 4 */

/* section CONTENT ABOUT US 5 */
#section-content-about-us5 {
    padding: 5rem 0rem 5rem 0;
    position: relative;
    text-align: center;
}
.box-section-content-about-us5 {
    background: url(../../dist/images/home/bg-box-section-home3.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-radius: 6.25rem;
}
.box-title-section-content-about-us5{
    display: grid;
    align-items: center;
    align-content: center;
    justify-items: center;
    padding: 5rem;
}
h2.section-content-about-us5 {
    font-size: clamp(2.5rem, 6vw, 4.3rem);
    line-height: 110%;
}
p.text-section-content-about-us5 {
    max-width: 1080px;
}
img.img-section-about-us5 {
    position: absolute;
    right: 0rem;
    top: 3rem;
    width: 110%;
}
.box-form-contact {
    max-width: 1080px;
}
/* section CONTENT ABOUT US 5 */



