/*====================================================

        DEPOIMENTOS MOBILE

====================================================*/

@media (max-width:768px){

/*==================================
SECTION
==================================*/

.depoimentos-mobile{

    width:100%;

    padding:50px 0 55px;

    background:#050505;

    overflow:hidden;

}

.depoimentos-mobile .container{

    width:100%;

    max-width:360px;

    margin:0 auto;

    padding:0 18px;

}


/*==================================
HEADER
==================================*/

.depoimentos-mobile-header{

    text-align:center;

    margin-bottom:45px;

}

.depoimentos-mobile .section-title{

    font-size:42px;

    line-height:1;

    margin-bottom:22px;

}

.depoimentos-mobile-header p{

    margin-top:22px;

    font-size:17px;

    line-height:1.8;

    color:#d4d4d4;

}


/*==================================
CARROSSEL
==================================*/

.depoimentos-mobile-slider{

    display:flex;

    gap:24px;

    overflow-x:auto;

    scroll-snap-type:x mandatory;

    scroll-behavior:smooth;

    -webkit-overflow-scrolling:touch;

    padding-bottom:10px;

}

.depoimentos-mobile-slider::-webkit-scrollbar{

    display:none;

}

/*==================================
PLAY OVERLAY
==================================*/

.play-mobile-overlay{

    position:absolute;

    inset:0;

    display:flex;

    justify-content:center;

    align-items:center;

    z-index:5;

    pointer-events:auto;

}

.play-mobile-video{

    background:none;

    border:none;

    color:#fefefe;

    font-size:64px;

    line-height:1;

    cursor:pointer;

    text-shadow:0 0 18px rgba(251, 251, 251, 0.45);

    transition:.25s;

}


.play-mobile-video:hover{

    transform:scale(1.1);

}

.play-mobile-video:active{

    transform:scale(.95);

}

/*==================================
CARD
==================================*/

.depoimento-mobile-card{

    flex:0 0 100%;

    scroll-snap-align:center;

    display:flex;

    flex-direction:column;

    align-items:center;

}


/*==================================
VIDEO
==================================*/

.video-mobile-wrapper{

    position:relative; 

    width:100%;

    border-radius:24px;

    overflow:hidden;

    background:#000;

    border:1px solid rgba(255,255,255,.06);

}

.video-mobile{

    display:block;

    width:100%;

    aspect-ratio:9/16;

    object-fit:cover;

    background:#000;

}

/*==================================
    DEPOIMENTOS HINT
==================================*/

.depoimentos-mobile-hint{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:12px;

    width:100%;

    margin-top:28px;

    text-align:center;

    margin-bottom:42px;


}

.depoimentos-mobile-hint span{

    font-size:16px;

    font-weight:500;

    color:#bcbcbc;

}

.depoimentos-mobile-hint .hint-arrow{

    width:28px;

    height:28px;

    color:var(--green);

    animation:hintArrow 1.5s ease-in-out infinite;

}

@keyframes hintArrow{

    0%,100%{

        transform:translateX(0);

        opacity:1;

    }

    50%{

        transform:translateX(8px);

        opacity:.6;

    }

}

/*==================================
INFO
==================================*/

.depoimento-mobile-card h3{

    margin-top:24px;

    font-family:'Anton',sans-serif;

    font-size:28px;

    font-weight:400;

    color:#ffffff;

    text-align:center;

    letter-spacing:.4px;

}

.depoimento-mobile-card span{

    margin-top:8px;

    font-size:16px;

    color:#9f9f9f;

    text-align:center;

}


/*==================================
CTA
==================================*/

.cta-depoimentos-mobile{

    display:flex;

    justify-content:center;

    margin-top:45px;

}

.cta-depoimentos-mobile .btn-principal{

    width:100%;

    min-width:unset;

    height:62px;

    font-size:19px;

}

}