
/* SESSION CONTENT about 1 */
section#session-content-about1{
    padding: 12rem 0rem 5rem 0;
    background: url(../images/main/bg-session1.jpg)#fff;
    background-repeat: no-repeat;
    background-position: 100% 67%;
    background-size: 40%;
}
.video-area {
    position: relative;
}
.play {
    text-align: center;
    position: absolute;
    margin: 8rem auto;
    display: inline-block;
    left: 35%;
}
.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: 42px;
}
.video-container2 {
    position: relative;
    padding-bottom: 56.25%; /* Define a proporção de aspecto do vídeo (exemplo: 16:9) */
    height: 0;
    overflow: hidden;
    border-radius: 42px;
}
.video-container iframe,
  .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container2 iframe {
    position: absolute;
    top: 0rem;
    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-button2{
    opacity: 1;
    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;
  }
.box-session-content-about1 {
    padding: 0rem 0rem 0rem 2rem;
}
h2.session-content-about1 {
    font-size: 92px;
    line-height: 92px;
    font-weight: 800;
    font-family: 'Space Grotesk', sans-serif!important;
    padding: 0rem 0 0rem;
}
p.session-content-about1 {
    font-size: 24px;
    line-height: 36px;
    padding: 2rem 4rem 1rem 0;
}
/* SESSION CONTENT about 1 */

/* SESSION CONTENT about 2 */
#session-content-about2 {
    padding: 5rem 0rem 5rem 0;
    position: relative;
    background: url(../images/main/bg-about.jpg)#fff;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: 100%;
}
h2.session-content-about2 {
    font-size: 54px;
    line-height: 58px;
    font-weight: 800;
    font-family: 'Space Grotesk', sans-serif!important;
    padding: 4.5rem 0rem 2rem;
}
p.session-content-about2 {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 2rem;
}
.btn-box1 {
    padding-top: 3rem;
}
img.img-content-about2 {
    width: auto;
    margin: 0rem auto 0 -25rem;
    display: block;
}
h6.title-session-content-about2 {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}
p.p-session-content-about2 {
    font-size: 16px;
    line-height: 28px;
    color: #222224;
    opacity: 0.5;
    margin-bottom: 0;
}
img.icon-session-content-about2 {
    float: left;
    filter: drop-shadow(0px 19.9245px 22.4151px rgba(0, 0, 0, 0.07));
    padding-right: 1.5rem;
}
img.icon-number-session-content-about2 {
    float: left;
    margin-left: -2.2rem;
    margin-right: 1rem;
    margin-top: 0.5rem;
}
.box-steps-session-content-about2 {
    background: #FFFFFF;
    box-shadow: 0px 24px 27px rgba(0, 0, 0, 0.07);
    border-radius: 25px;
    padding: 2.5rem 1rem;
    margin-left: 8rem;
    margin-bottom: 1.5rem;
}
.tag-red {
    font-size: 8.74534px;
    line-height: 15px;
    background: #FF2F4E;
    float: right;
    border-radius: 50px;
    padding: 0.3rem 0.8rem;
    color: #fff;
    margin: -1.5rem 0;
}
img.arrow-circle-session-content-about2 {
    float: left;
    margin-left: -8.2rem;
    margin-right: 1rem;
    margin-top: 1.5rem;
}
/* SESSION CONTENT about 2 */

/* SESSION CONTENT about 3 */
section#session-content-about3 {
    padding: 5rem 0rem 5rem 0;
    margin: 2rem 0;
    text-align: center;
}
h2.session-content-about3 {
    font-size: 74px;
    line-height: 78px;
    font-weight: 800;
    font-family: 'Space Grotesk', sans-serif!important;
    padding-bottom: 4rem;
}


.img-session-content-about3 {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
}

img.icon-user {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

img.img-user {
    width: 100%;
}

.box-text-user {
    padding: 1.5rem 2rem;
}

h6.name-session-content-about3 {
    font-size: 30px;
    font-weight: 800;
}

.tile-session-content-about3 {
    font-size: 20px;
    opacity: 0.5;
    font-weight: 700;
    padding-bottom: 1rem;
}

p.description-session-content-about3 {
    margin-bottom: 2rem;
}

.box-linkedin {
    border-top: 0.5px solid #0000001a;
    padding: 2rem;
}


/* SESSION CONTENT about 3 */

/* SESSION CONTENT about 4 */
section#session-content-about4 {
    padding: 5rem 0;
    background: url(../images/about-us/bg-contact.svg)#fff;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: 100%;
    margin: 5rem 0 0;
}
h2.session-content-about4 {
    font-size: 74px;
    line-height: 78px;
    font-weight: 800;
    font-family: 'Space Grotesk', sans-serif!important;
    padding: 0 25rem 5rem;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="date"], textarea, select#objetivo, select{
    background: #fff!important;
}

/* SESSION CONTENT about 4 */

/* SESSION CONTENT home 6 */
section#session-content-home6{
    background: url(../../dist/images/bg-session6.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 20rem 0rem 5rem 0;
} 
.slick-slider{
    margin-top: -1rem;
}
.space-box-testimonial {
    padding: 1rem 0.5rem 3.5rem;
}
.box-testimonial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url(../../dist/images/bg-testimonial.jpg) #fff;
    background-repeat: no-repeat;
    background-position: top center;
    box-shadow: 0px 24px 27px rgba(0, 0, 0, 0.07);
    border-radius: 25px;
    padding: 5rem 1.5rem 1.5rem 1.5rem;
    min-height: 390px;
    transition: transform 0.3s ease;
}
.box-testimonial:hover {
    transform: scale(1.05);
}
.info-separator-testimonial {
}
.info-testimonial {
    border-left: 3px solid #000;
    padding: 0rem 0px 0rem 1.2rem;
}
h6.name-testimonial {
    font-size: 16px;
    line-height: 16px;
    font-weight: 800;
    font-family: 'Space Grotesk', sans-serif!important;
    margin: 1.3rem 0rem 0;
}
img.facebook-icon {
    float: right;
}
/* SESSION CONTENT MAIN 6 */

