/* SEÇÃO INICIAL */
.section-video-intro {
    position: relative;
    width: 100%;
    max-width: var(--max-width-default);
    padding-bottom: var(--section-spacing-default);
    margin: 0 auto;
}

.video-intro {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 0;
    max-width: var(--max-width-default);
}

.btn-pause, .btn-play {
    bottom: 80px;
    left: 80%;
    height: 3rem;
    width: 3rem;

    background-color: rgba(255, 255, 255, 0.603);
    mask-size: cover;
    cursor: pointer;
}
.btn-pause {
    mask-image: url(../assets/icons/icon_pause.png);
}
.btn-play {
    mask-image: url(../assets/icons/icon_play.png);
}

/* SEÇÃO - SOBRE NÓS */
.section-sobre-nos {
    width: 90%;
    margin: 0 auto;
    max-width: var(--max-width-default);
    padding-bottom: var(--section-spacing-default);
    color: var(--text-idvs-color);
}

.titulo-sobre-nos {
    margin-bottom: 1rem;
}

.text-sobre-nos {
    font-weight: normal;
}

.img-sobre-nos {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 1rem;
    border-radius: 15px;
}

/* CARROSSEL DE MARCAS */
.section-brands {
    margin: 0 auto;
}

.titulo-carrosseis {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

#carousel-brands {
    width: 90%;
    margin: 0 auto;
}

#carousel-brands .swiper {
    height: 200px;
}

#carousel-brands .swiper-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 130px;
}

#carousel-brands .swiper-slide:hover {
    animation-play-state: paused !important;
}

#carousel-brands .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    transition: transform 0.5s ease-in-out;
    margin-top: 35px;
    gap: clamp(10rem, -8vw, 1rem);
}

/* CARROSSEL DE FEEDBACK */
/* .foto,
.foto-perfil-preview,
.foto-preview {
    border-radius: 50%;
}

.icone-aspas,
.marcador {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#carousel-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    width: 90%;
    max-width: var(--max-width-default);
    padding-bottom: var(--section-spacing-default);
}

#carousel-2 .swiper {
    width: 100%;
}

#carousel-2 .swiper-wrapper {
    width: 100%;
}

#carousel-2 .swiper-slide {
    background-color: #003068;
    font-family: Montserrat;
    border-radius: 10px;
    position: relative;
    cursor: grab;
    padding: .5rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 18rem;
}

#carousel-2 .swiper-slide:active {
    cursor: grabbing;
}

.carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cabecalho-slide {
    display: flex;
    width: 100%;
}

.perfil {
    color: #fff;
}

.nome {
    font-size: 1.5rem;
}

.descricao-perfil .cargo {
    margin-top: -5px;
    font-size: 0.9rem;
}

.icone-aspas {
    background-image: url("https://d335luupugsy2.cloudfront.net/cms/files/83617/1738608972/$1gawdzgdr21");
    width: 2rem;
    height: 2rem;
}

.texto-conteudo {
    color: #fff;
    font-size: 1rem;
}

@media (max-width:768px) {
    #carousel-2 {
        width: 100%
    }

    #carousel-2 .swiper {
        margin-top: 25px;
        margin-bottom: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 360px;
        height: 380px !important
    }

    #carousel-2 .swiper-slide {
        width: 360px !important
    }

    .head-content h1 {
        font-size: 24px
    }

    .nome {
        font-size: 16px;
        width: 270px
    }

    .cargo {
        margin-top: 5px !important;
        line-height: 14px
    }

    .icone-aspas {
        margin-top: 23px;
        margin-left: 10px
    }

    .foto-perfil,
    .marcador,
    .preview-perfils {
        display: none
    }

    .texto-conteudo {
        width: 90%;
        font-size: 13px
    }
} */

/* POSTS INSTAGRAM */
.section-posts-instagram {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--fourth-idvs-color);
}

.cabecalho-secao-instagram {
  width: 90%;
  max-width: var(--max-width-default);
  margin: 0 auto;
  padding-top: 2rem;
}

.cabecalho-secao-instagram > h1{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  color: var(--text-idvs-color);
}

ion-icon.logo-instagram-TI {
  font-size: 3rem;
}

.username,
.username a {
  font-size: 14px;
  font-weight: 700;
}

.modal-instagram,
.overlay {
  z-index: 1;
  width: 100%;
}

.container-feed {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.post-container {
  position: relative;
  width: 300px;
  height: 300px;
}

.post-container:nth-last-child(1), 
.post-container:nth-last-child(2), 
.post-container:nth-last-child(3) {
  margin-bottom: 1rem;
}

.post-foto,
.post-video {
  width: 100%;
  height: 100%;
  background-color: #333;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  transition: opacity 1s ease-in-out;
  border-radius: 25px;
}

.username {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 23px;
  margin-bottom: 5px;
  color: #999;
}

.username a {
  text-decoration: none;
  color: #999;
}

.container-descricao {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  color: #000;
  font-size: 14px;
  text-align: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
}

.container-legenda {
  width: 95%;
  height: 220px;
  overflow: hidden;
}

.container-legenda p {
  margin-top: 0;
}

.post-hashtags {
  color: #999;
}

.container-descricao .post-data {
  border-top: 0.5px solid #c7c7c7;
  width: 100%;
  height: 20px;
  margin-bottom: 0;
  color: #999;
}

.container-descricao.visivel {
  opacity: 1;
  visibility: visible;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.post,
.profile-pic {
  background-size: cover;
}

.modal-instagram {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 500px;
  max-width: 800px;
  display: flex;
  background-color: #add8e6;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.post {
  width: 60%;
  height: auto;
  background-color: coral;
  background-position: center center;
  position: relative;
}

.post-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.infos {
  width: 40%;
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.profile-infos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.logo-instagram {
  font-size: 28px;
}

.profile-pic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url("https://d335luupugsy2.cloudfront.net/cms/files/83617/1733773799/$ocrjr46uyq");
  background-position: center;
}

.user-name {
  text-align: center;
  margin-left: -20px;
}

.profile-user {
  color: gray;
  font-size: 14px;
}

.button-exit {
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.post-infos {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow-y: auto;
}

.caption-post {
  word-wrap: break-word;
  width: 100%;
}

.hashtags-post {
  display: flex;
  flex-wrap: wrap;
  color: #007bff;
  width: 50px;
  height: 70px;
}

.social-infos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 10px;
  width: 100%;
  border-top: 1px solid gray;
}

.comments,
.likes {
  font-size: 14px;
  color: gray;
}

.dot {
  font-size: 18px;
  color: gray;
  margin: 0 5px;
}


/* -------------------------- Responsividade do site --------------------------- */
@media (min-width: 576px) {
    .btn-pause, .btn-play {
        bottom: 20%;
        left: 85%;
        height: 4rem;
        width: 4rem;
    }
    .btn-pause {
        mask-image: url(../assets/icons/icon_pause.png);
    }
    .btn-play {
        mask-image: url(../assets/icons/icon_play.png);
    }
}

@media (min-width: 768px) {
    .container-sobre-nos {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .box-sobre-nos {
        display: flex;
        gap: 2rem;
    }

    .text-sobre-nos {
        font-weight: normal;
    }

    .img-sobre-nos {
        width: 49%;
    }

    .cabecalho-secao-instagram > h1{
        font-size: 1.5rem;
        flex-direction: row;
        justify-content: center;
        gap: 1rem;
        margin-bottom: 1rem;
    }

    ion-icon.logo-instagram-TI {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .section-video-intro {
        position: relative;
        width: 90%;
        max-width: var(--max-width-default);
        padding-bottom: var(--section-spacing-default);
        margin: 0 auto;
    }

    .box-video-intro {
        width: auto;
        margin: 0 auto;
        max-width: var(--max-width-default);
    }

    .video-intro {
        height: auto;
        width: 100%;
        border-radius: 15px;
        max-width: var(--max-width-default);
    } 
    /* .foto,
    .foto-perfil-preview,
    .foto-preview {
        border-radius: 50%;
    }

    .icone-aspas,
    .marcador {
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #carousel-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }

    #carousel-2 .swiper {
        width: 100%;
        height: 13rem;
    }

    #carousel-2 .swiper-wrapper {
        width: 100%;
    }

    #carousel-2 .swiper-slide {
        background-color: #003068;
        height: 12rem;
        font-family: Montserrat;
        border-radius: 10px;
        position: relative;
        cursor: grab;
    }

    #carousel-2 .swiper-slide:active {
        cursor: grabbing;
    }

    .carousel {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .conteudo,
    .perfil {
        align-items: center;
        display: flex
    }

    .cabecalho-slide {
        display: flex;
        justify-content: space-around;
        width: 100%;
        height: 30%;
    }

    .perfil {
        width: 80%;
        gap: 30px;
        color: #fff;
        padding: 2vw 0 0 2vw;
    }

    .nome {
        font-size: 1.5rem;
    }

    .descricao-perfil .cargo {
        margin-top: -5px;
        font-size: 0.9rem;
    }

    .foto {
        width: 4rem;
        height: 4rem;
    }

    .icone-aspas {
        background-image: url("https://d335luupugsy2.cloudfront.net/cms/files/83617/1738608972/$1gawdzgdr21");
        width: 3rem;
        height: 3rem;
        margin: 2vw 0 0 2vw;
    }

    .conteudo {
        height: 60%;
        justify-content: center
    }

    .texto-conteudo {
        color: #fff;
        width: 75%;
        font-size: 0.9rem;
    }

    .preview-perfils {
        margin-top: 2vw;
        width: 100%;
        display: flex;
        gap: 2rem;
        padding-left: 2vw;
    }

    .area-clicavel,
    .foto-perfil-preview {
        position: relative;
        width: 4rem;
        height: 4rem;
        border-radius: 100%;
        cursor: pointer
    }

    .opaca {
        filter: grayscale(90%)
    }

    .foto-perfil-preview::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        border-radius: 50%
    }

    .area-clicavel {
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .foto-preview {
        width: 4rem;
        height: 4rem;
    }

    .marcador {
        width: 1.5rem;
        height: 1.5rem;
        background-image: url("https://d335luupugsy2.cloudfront.net/cms/files/83617/1738608972/$cka8ndgjwii");
        position: absolute;
        top: 95%;
    }

    .marcador-Slide1 {
        left: 4rem;
    }

    .marcador-Slide2 {
        left: 9.5rem;
    }

    .marcador-Slide3 {
        left: 15.7em;
    } */
}