/* ===== ESTILOS PREFIXADOS COM EMP- ===== */

/* Elemento de vídeo */
.EMP-qmsomos-video {
  width: 270%;
  height: 123%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border: 3px solid white;
  margin-top: -88px;
}

/* Seção principal */
.EMP-experience-section {
  background: linear-gradient(135deg, #008080, #000080);
  color: white;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.EMP-experience-header {
  margin-bottom: 8px;
  margin-left: 62px;
}

.EMP-experience-subtitle {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  margin-bottom: 15px;
  padding-left: 58px;
}

.EMP-experience-title {
  font-size: 35px;
  font-weight: 700;
  margin: 0;
  color: white;
  margin-left: 60px;
}

/* Layout de mídia */
.EMP-experience-media {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

/* Container do vídeo */
.EMP-video-container {
  flex: 0 0 300px;
  height: 556px;
  width: 158px;
  position: relative;
  overflow: hidden;
  top: -32px;
  padding-bottom: 44px;
}

.EMP-video-placeholder {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border: 3px solid white;
  bottom: -9%;
  padding-top: 85px;
  left: 1px;
  width: 101%;
  height: 98%;
}

.EMP-video-bg {
  position: absolute;
  object-fit: cover;
  display: inline-flex;
  width: 157%;
  height: 101%;
  top: -2px;
  right: 0px;
}

/* Botão de play */
.EMP-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: #1473ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.EMP-play-button:hover {
  background: #1473ff;
  transform: translate(-50%, -50%) scale(1.1);
}

.EMP-play-button i {
  color: white;
  font-size: 20px;
  margin-left: 3px;
}

/* Lista de vantagens */
.EMP-advantages-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-left: 10px;
}

.EMP-advantage-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
}

.EMP-advantage-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.EMP-advantage-icon i {
  color: white;
  font-size: 16px;
}

.EMP-advantage-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: white;
}

/* Imagem profissional */
.EMP-experience-image {
  text-align: center;
  padding: 2px;
  padding-left: 74px;
  padding-top: 2px;
  padding-bottom: 34px;
  margin-left: -70px;
}

.EMP-professional-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  padding-left: 0px;
}

/* ===== RESPONSIVIDADE ===== */

/* Tablet */
@media (max-width: 641px) {
  .EMP-experience-media {
    flex-direction: column;
    gap: 20px;
  }

  .EMP-video-container {
    flex: none;
    width: 100%;
  }

  .EMP-experience-title {
    font-size: 32px;
  }

  .EMP-experience-image {
    margin-top: 30px;
  }
}

/*emp responsvidade 330 */

@media (min-width: 330px) and (max-width:699px) {
  .EMP-experience-header {
    margin-bottom: 8px;
    margin-left: -32px;
  }

  .EMP-experience-subtitle {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(5, 5, 5, 0.8);
    display: block;
    margin-bottom: 15px;
    padding-left: 68px;
  }
}







/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/




.tres-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 40px 60px;
  gap: 40px;
}

.tres-left {
  position: relative;
  width: 420px;
  min-width: 420px;
  height: 340px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.tres-main-img {
  width: 55%;
  height: 73%;
  margin-left: -45px;
  border-radius: 36px;
  object-fit: cover;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.tres-badge {
  position: absolute;
  left: 20px;
  top: 10px;
  width: 130px;
  height: 130px;
  background: #1976a2;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  border: 6px solid #fff;
  font-size: 1.1em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
  text-align: center;
  z-index: 3;
}

.tres-worker-img {
  position: absolute;
  left: 110px;
  top: 161px;
  width: 169px;
  height: 204px;
  border-radius: 24px;
  object-fit: cover;
  border: 8px solid #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.tres-right {
  max-width: 600px;
  margin-left: -492px;
  margin-top: 366px;
}

.tres-section-title {
  color: #00586b;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 10px 0;
  line-height: 1.1;
}

.tres-section-desc {
  font-size: 15px;
  margin-bottom: 32px;
  color: #5a6c6e;
}

.tres-icon-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.tres-icon-title svg {
  margin-right: 12px;
  color: #1976a2;
  font-size: 1.5em;
}

.tres-bold {
  font-weight: 700;
}

.tres-info-block {
  margin-bottom: 32px;
}

.tres-calendar-icon {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  color: #1976a2;
}

@media (min-width:330px) and (max-width:399px) {
  .tres-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 40px 60px;
    gap: 40px;
    margin-top: 351px; }

    .tres-worker-img {
    position: absolute;
    left: 110px;
    top: 161px;
    width: 144px;
    height: 180px;
    border-radius: 24px;
    object-fit: cover;
    border: 8px solid #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    z-index: 2;

  }
}

/*responsividade 400*/
@media (min-width:400px) and (max-width:450px) {
  .tres-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 40px 60px;
    gap: 40px;
    margin-top: 257px;
    margin-left: 30px;
  }
}

/*responsividade 451*/
@media (min-width:451px) and (max-width:600px) {
  .tres-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 40px 60px;
    gap: 40px;
    margin-top: 217px;
    margin-left: 30px;
  }

  .tres-worker-img {
    position: absolute;
    left: 165px;
    top: 161px;
    width: 169px;
    height: 204px;
    border-radius: 24px;
    object-fit: cover;
    border: 8px solid #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    z-index: 2;
  }

  .tres-main-img {
    width: 55%;
    height: 73%;
    margin-left: -45px;
    border-radius: 36px;
    object-fit: cover;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
}
/*responsividade 601*/
@media (min-width:601px) and (max-width:700px) {
  .tres-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 40px 60px;
    gap: 40px;
    margin-top: 217px;
    margin-left: 30px;
  }

  .tres-worker-img {
    position: absolute;
    left: 270px;
    top: 161px;
    width: 210px;
    height: 260px;
    border-radius: 24px;
    object-fit: cover;
    border: 8px solid #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    z-index: 2;
  }

  .tres-main-img {
        width: 90%;
        height: 99%;
        margin-left: -45px;
        border-radius: 36px;
        object-fit: cover;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
}
/*responsividade 701*/

@media (min-width:701px) and (max-width:800px) {
  .tres-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 40px 60px;
    gap: 40px;
    margin-top: 217px;
    margin-left: 80px;
  }

  .tres-worker-img {
    position: absolute;
    left: 270px;
    top: 161px;
    width: 210px;
    height: 260px;
    border-radius: 24px;
    object-fit: cover;
    border: 8px solid #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    z-index: 2;
  }

  .tres-main-img {
        width: 90%;
        height: 99%;
        margin-left: -45px;
        border-radius: 36px;
        object-fit: cover;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
}
@media (min-width:801px) and (max-width:900px) {
  .tres-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 40px 60px;
    gap: 40px;
    margin-top: 217px;
    margin-left: 80px;
  }

  .tres-worker-img {
   position: absolute;
        left: 81px;
        top: 13px;
        width: 180px;
        height: 218px;
        border-radius: 24px;
        object-fit: cover;
        border: 8px solid #fff;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
        z-index: 2;
    }

  .tres-main-img {
                width: 72%;
        height: 133%;
        margin-left: -45px;
        border-radius: 36px;
        object-fit: cover;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
        position: absolute;
        left: -86px;
        top: -225px;
        z-index: 1;
    }
    .tres-left {
    position: relative;
    width: 281px;
    min-width: 420px; 
    height: 240px;
    display: flex
;
    align-items: flex-start;
    justify-content: flex-start;
}
.tres-right {
    max-width: 600px;
    margin-left: -174px;
    margin-top: -217px;
}
.tres-section-title {
    color: #00586b;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.1;
}
}
@media (min-width:901px) and (max-width:1000px) {
  .tres-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 40px 60px;
    gap: 40px;
    margin-top: 217px;
    margin-left: 80px;
  }

  .tres-worker-img {
   position: absolute;
        left: 81px;
        top: 13px;
        width: 180px;
        height: 218px;
        border-radius: 24px;
        object-fit: cover;
        border: 8px solid #fff;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
        z-index: 2;
    }

  .tres-main-img {
                width: 72%;
        height: 133%;
        margin-left: -45px;
        border-radius: 36px;
        object-fit: cover;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
        position: absolute;
        left: -86px;
        top: -225px;
        z-index: 1;
    }
    .tres-left {
    position: relative;
    width: 281px;
    min-width: 420px; 
    height: 240px;
    display: flex
;
    align-items: flex-start;
    justify-content: flex-start;
}
.tres-right {
    max-width: 600px;
    margin-left: -174px;
    margin-top: -217px;
}
.tres-section-title {
    color: #00586b;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.1;
}
}
@media (min-width:1001px)  and  (max-width:1100px) {
  .tres-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 40px 60px;
    gap: 40px;
    margin-top: 217px;
    margin-left: 80px;
  }

  .tres-worker-img {
   position: absolute;
        left: 311px;
        top: 88px;
        width: 203px;
        height: 292px;
        height: 253px;
        border-radius: 24px;
        object-fit: cover;
        border: 8px solid #fff;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
        z-index: 2;
    }

  .tres-main-img {
                 width: 120%;
        height: 199%;
        margin-left: -45px;
        border-radius: 36px;
        object-fit: cover;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
        position: absolute;
        left: -21px;
        top: -225px;
        z-index: 1;
    }
    .tres-left {
    position: relative;
    width: 281px;
    min-width: 420px; 
    height: 240px;
    display: flex
;
    align-items: flex-start;
    justify-content: flex-start;
}
.tres-right {
    max-width: 600px;
    margin-left: 85px;
    margin-top: -217px;
}
.tres-section-title {
    color: #00586b;
    font-size: 33px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.1;
}
p:last-child {
    margin-bottom: 0px;
    font-size: 17px;
}
}
@media (min-width:1101px) {
  .tres-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 40px 60px;
    gap: 40px;
    margin-top: 217px;
    margin-left: 80px;
  }

  .tres-worker-img {
   position: absolute;
        left: 311px;
        top: 88px;
        width: 203px;
        height: 292px;
        height: 253px;
        border-radius: 24px;
        object-fit: cover;
        border: 8px solid #fff;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
        z-index: 2;
    }

  .tres-main-img {
                 width: 120%;
        height: 199%;
        margin-left: -45px;
        border-radius: 36px;
        object-fit: cover;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
        position: absolute;
        left: -21px;
        top: -225px;
        z-index: 1;
    }
    .tres-left {
    position: relative;
    width: 281px;
    min-width: 420px; 
    height: 240px;
    display: flex
;
    align-items: flex-start;
    justify-content: flex-start;
}
.tres-right {
    max-width: 600px;
    margin-left: 85px;
    margin-top: -217px;
}
.tres-section-title {
    color: #00586b;
    font-size: 33px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.1;
}
p:last-child {
    margin-bottom: 0px;
    font-size: 22px;
}
}
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------*/
.qos-quem-somos-section {
  background: #f6f6f6;
  padding: 60px 0 40px 0;
}

.qos-container-quem-somos {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.qos-quem-somos-label {
  color: #00606a;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.qos-quem-somos-title {
  color: #00444a;
  font-size: 56px;
  font-weight: 700;
  margin: 0 0 16px 0;
  line-height: 1.1;
}

.qos-quem-somos-content {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}

.qos-quem-somos-text {
  background: #00a6b6;
  color: #fff;
  border-radius: 32px;
  padding: 45px 67px;
  font-size: 20px;
  font-style: italic;
  max-width: 370px;
  flex: 1 1 320px;
  min-width: 260px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1;
}

.qos-quem-somos-cards {
  display: flex;
  gap: 24px;
  flex: 2 1 500px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  left: 465px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.qos-quem-somos-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 8px;
  width: 180px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.qos-quem-somos-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.qos-quem-somos-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
}

.qos-quem-somos-btn {
  display: inline-block;
  margin-top: 32px;
  color: #008b97;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: color 0.2s;
  text-align: right;
}

.qos-quem-somos-btn:hover {
  color: #00444a;
  text-decoration: underline;
}

/* Medias atualizadas */
@media (max-width: 9999px) {
  .qos-quem-somos-cards {
    position: static;
    left: 0;
    top: 0;
    transform: none;
    margin-top: 24px;
  }

  .qos-quem-somos-content {
    flex-direction: column;
    gap: 24px;
  }

  .qos-quem-somos-cards {
    justify-content: flex-start;
  }
}




/* Responsividade 330 */
@media (min-width: 130px) and (max-width: 350px) {
  .qos-container-quem-somos .qos-quem-somos-content .qos-quem-somos-text {
    left: -2px;
    min-width: 262px;
    padding: 20px 8px;
    font-size: 16px;
  }

  .qos-quem-somos-cards {
    position: absolute;
    left: 10%;
    top: 70%;
  }

  .qos-quem-somos-btn {
    margin-top: 76px;
    font-size: 16px;
  }

  .qos-quem-somos-label {
    margin-bottom: -20px;
  }

  .qos-quem-somos-title {
    font-size: 30px;
  }
}

/*responsividade 351*/
@media (min-width: 351px) and (max-width: 370px) {
  .qos-container-quem-somos .qos-quem-somos-content .qos-quem-somos-text {
    left: -2px;
    min-width: 262px;
    padding: 20px 8px;
    font-size: 16px;
  }

  .qos-quem-somos-cards {
    position: absolute;
    left: 10%;
    top: 70%;
  }

  .qos-quem-somos-btn {
    margin-top: 76px;
    font-size: 16px;
  }

  .qos-quem-somos-label {
    margin-bottom: -20px;
  }

  .qos-quem-somos-title {
    font-size: 30px;
  }
}

/*responsividade 371*/
@media (min-width: 371px) and (max-width: 399px) {
  .qos-container-quem-somos .qos-quem-somos-content .qos-quem-somos-text {
    left: -2px;
    min-width: 262px;
    padding: 20px 8px;
    font-size: 16px;
  }

  .qos-quem-somos-cards {
    position: absolute;
    left: 10%;
    top: 70%;
  }

  .qos-quem-somos-btn {
    margin-top: 105px;
    font-size: 16px;
  }

  .qos-quem-somos-label {
    margin-bottom: -20px;
  }

  .qos-quem-somos-title {
    font-size: 30px;
  }

  .qos-quem-somos-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    padding: 8px;
    width: 220px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: box-shadow 0.2s;
  }
}

/* Responsividade 400 */
@media (min-width: 400px) and (max-width: 420px) {
  .qos-container-quem-somos .qos-quem-somos-content .qos-quem-somos-text {
    left: -2px;
    min-width: 262px;
    padding: 20px 8px;
    font-size: 16px;
  }

  .qos-quem-somos-cards {
    justify-content: flex-start;
    margin-left: 36px;
    margin-top: -260px;
  }

  .qos-quem-somos-btn {
    margin-top:-147px;
    font-size: 16px;
  }

  .qos-quem-somos-label {
    margin-bottom: -20px;
  }

  .qos-quem-somos-title {
    font-size: 30px;
  }

  .qos-quem-somos-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    padding: 8px;
    width: 250px;
    height: 237px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: box-shadow 0.2s;
  }
}

/* Responsividade 421 */
@media (min-width: 421px) and (max-width: 460px) {
  .qos-container-quem-somos .qos-quem-somos-content .qos-quem-somos-text {
    left: -2px;
    min-width: 262px;
    padding: 20px 8px;
    font-size: 16px;
  }

  .qos-quem-somos-cards {
    justify-content: flex-start;
    margin-left: 36px;
    margin-top: -260px;
  }

  .qos-quem-somos-btn {
    margin-top: -133px;
    font-size: 16px;
  }

  .qos-quem-somos-label {
    margin-bottom: -20px;
  }

  .qos-quem-somos-title {
    font-size: 30px;
  }

  .qos-quem-somos-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    padding: 8px;
    width: 277px;
    height: 252px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: box-shadow 0.2s;
  }
}

/* Responsividade 461 */
@media (min-width: 461px) and (max-width: 499px) {
  .qos-container-quem-somos .qos-quem-somos-content .qos-quem-somos-text {
    left: 19px;
    min-width: 262px;
    padding: 30px 8px;
    font-size: 17px;
    top: -25px;
  }

  .qos-quem-somos-cards {
    justify-content: flex-start;
    margin-left: 55px;
    margin-top: -235px;
  }

  .qos-quem-somos-btn {
    margin-top: -100px;
    font-size: 16px;
  }

  .qos-quem-somos-label {
    margin-bottom: -20px;
  }

  .qos-quem-somos-title {
    font-size: 30px;
  }

  .qos-quem-somos-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    padding: 8px;
    width: 301px;
    height: 309px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: box-shadow 0.2s;
  }
}


/* Responsividade 500 */
@media (min-width: 500px) and (max-width: 550px) {
  .qos-quem-somos-title {
    font-size: 44px;
  }

  .qos-quem-somos-card {
    width: 273px;
    height: 238px;
  }

  .qos-container-quem-somos {
    position: relative;
  }

  .qos-quem-somos-cards {
    justify-content: flex-start;
    margin-left: 39px;
    margin-top: -237px;
  }

  .qos-quem-somos-btn {
    margin-top: -143px;
  }

  .qos-quem-somos-content {
    flex-direction: column;
    gap: 45px;
  }

  .qos-quem-somos-text {
    background: #00a6b6;
    color: #fff;
    border-radius: 32px;
    padding: 45px 67px;
    font-size: 16px;
    font-style: italic;
    max-width: 370px;
    flex: 1 1 320px;
    min-width: 260px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 1;
  }
}

/* Responsividade 551 */
@media (min-width: 551px) and (max-width: 650px) {
  .qos-quem-somos-title {
    font-size: 44px;
  }

  .qos-quem-somos-card {
    width: 318px;
    height: 282px;
  }

  .qos-container-quem-somos {
    position: relative;
  }

  .qos-quem-somos-cards {
    justify-content: flex-start;
    margin-left: 72px;
    margin-top: -252px;
  }

  .qos-quem-somos-btn {
    margin-top: -124px;
  }

  .qos-quem-somos-content {
    flex-direction: column;
    gap: 45px;
  }

  .qos-quem-somos-text {
    background: #00a6b6;
    color: #fff;
    border-radius: 32px;
    padding: 45px 67px;
    font-size: 16px;
    font-style: italic;
    max-width: 450px;
    flex: 1 1 320px;
    min-width: 260px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 1;
  }
}

/* Responsividade 651 */
@media (min-width: 651px) and (max-width: 764px) {

  .qos-quem-somos-title {
    font-size: 44px;
  }

  .qos-quem-somos-card {
    width: 282px;
    height: 279px;
  }

  .qos-container-quem-somos {
    position: relative;
  }

  .qos-quem-somos-cards {
    justify-content: flex-start;
    margin-left: 319px;
    margin-top: -450px;
  }

  .qos-quem-somos-btn {
    margin-top: -70px;
  }

  .qos-quem-somos-content {
    flex-direction: column;
    gap: 45px;
  }

  .qos-quem-somos-text {
    background: #00a6b6;
    color: #fff;
    border-radius: 32px;
    padding: 45px 67px;
    font-size: 17px;
    font-style: italic;
    max-width: 370px;
    flex: 1 1 320px;
    min-width: 260px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 1;
  }
}
/* Responsividade 765 */
@media (min-width: 765px) and (max-width: 799px) {

  .qos-quem-somos-title {
    font-size: 44px;
  }

  .qos-quem-somos-card {
    width: 282px;
    height: 279px;
  }

  .qos-container-quem-somos {
    position: relative;
  }

  .qos-quem-somos-cards {
    justify-content: flex-start;
    margin-left: 319px;
    margin-top: -450px;
  }

  .qos-quem-somos-btn {
    margin-top: -70px;
  }

  .qos-quem-somos-content {
    flex-direction: column;
    gap: 45px;
  }

  .qos-quem-somos-text {
    background: #00a6b6;
    color: #fff;
    border-radius: 32px;
    padding: 45px 67px;
    font-size: 17px;
    font-style: italic;
    max-width: 370px;
    flex: 1 1 320px;
    min-width: 260px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 1;
  }
}


/* Responsividade 800 */
@media (min-width: 800px) and (max-width: 899px) {

  .qos-quem-somos-title {
    font-size: 44px;
  }

  .qos-quem-somos-card {
    width: 182px;
    height: 179px;
  }

  .qos-container-quem-somos {
    position: relative;
  }

  .qos-quem-somos-cards {
    justify-content: flex-start;
    margin-left: 319px;
    margin-top: -450px;
  }

  .qos-quem-somos-btn {
    margin-top: -70px;
  }

  .qos-quem-somos-content {
    flex-direction: column;
    gap: 45px;
  }

  .qos-quem-somos-text {
    background: #00a6b6;
    color: #fff;
    border-radius: 32px;
    padding: 45px 67px;
    font-size: 17px;
    font-style: italic;
    max-width: 370px;
    flex: 1 1 320px;
    min-width: 260px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 1;
  }
}


/* Responsividade 900 */
@media (min-width: 900px) and (max-width:999px) {

  .qos-quem-somos-title {
    font-size: 44px;
  }

  .qos-quem-somos-card {
    width: 172px;
    height: 152px;
  }

  .qos-container-quem-somos {
    position: relative;
  }

  .qos-quem-somos-cards {
    justify-content: flex-start;
    margin-left: 259px;
    margin-top: -450px;
  }

  .qos-quem-somos-btn {
    margin-top: -70px;
  }

  .qos-quem-somos-content {
    flex-direction: column;
    gap: 45px;
  }

  .qos-quem-somos-text {
            background: #00a6b6;
        color: #fff;
        border-radius: 32px;
        padding: 45px 124px;
        font-size: 16px;
        font-style: italic;
        max-width: 370px;
        flex: 1 1 320px;
        min-width: 260px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
        position: relative;
        z-index: 1;
        padding-left: 18px;
      
  }
}
@media (min-width: 1000px) {

  .qos-quem-somos-title {
    font-size: 44px;
  }

  .qos-quem-somos-card {
    width: 192px;
    height: 204px;
  }

  .qos-container-quem-somos {
    position: relative;
  }

  .qos-quem-somos-cards {
    justify-content: flex-start;
    margin-left: 314px;
        margin-top: -477px;
  }

  .qos-quem-somos-btn {
    margin-top: -70px;
  }

  .qos-quem-somos-content {
    flex-direction: column;
    gap: 45px;
  }

  .qos-quem-somos-text {
            background: #00a6b6;
        color: #fff;
        border-radius: 32px;
        font-size: 18px;
        font-style: italic;
        max-width: 370px;
        flex: 1 1 320px;
        min-width: 260px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
        position: relative;
        z-index: 1;
        padding-left: 18px;
      
  }
}













/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/


.tresslide-carousel-slide img {
  width: 873px;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tresslide-banners-container {
  display: flex;
  gap: 113px;
  max-width: 1036px;
  margin: 0 auto;
  flex-wrap: wrap;
  /* background-color: aqua;*/
}

.tresslide-banner {
  flex: 1;
  min-width: 320px;
  height: 399px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Banner Fortg (Laranja) */
.tresslide-banner-fortg {
  background: linear-gradient(135deg, #ff6b35, #ff8c42);
  position: relative;
}

.tresslide-banner-fortg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><radialGradient id="grad2" cx="50%" cy="50%" r="50%"><stop offset="0%" style="stop-color:rgba(255,255,255,0.1);stop-opacity:1" /><stop offset="70%" style="stop-color:rgba(255,255,255,0);stop-opacity:1" /></radialGradient></defs><circle cx="50" cy="50" r="40" fill="url(%23grad2)"/></svg>') center/cover;
  opacity: 0.6;
}

/* Banner Lith (Amarelo) */
.tresslide-banner-lith {
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  position: relative;
}

.tresslide-banner-lith::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><radialGradient id="grad2" cx="50%" cy="50%" r="50%"><stop offset="0%" style="stop-color:rgba(255,255,255,0.1);stop-opacity:1" /><stop offset="70%" style="stop-color:rgba(255,255,255,0);stop-opacity:1" /></radialGradient></defs><circle cx="50" cy="50" r="40" fill="url(%23grad2)"/></svg>') center/cover;
  opacity: 0.6;
}

.tresslide-banner-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.tresslide-brand-section {
  flex: 1;
}

.tresslide-brand-logo {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: -1px;
}

.tresslide-banner-fortg .tresslide-brand-logo {
  color: white;
}

.tresslide-banner-lith .tresslide-brand-logo {
  color: black;
}

.tresslide-brand-tagline {
  font-size: 0.85rem;
  margin-bottom: 4px;
  font-weight: 500;
}

.tresslide-banner-fortg .tresslide-brand-tagline {
  color: white;
}

.tresslide-banner-lith .tresslide-brand-tagline {
  color: black;
}

.tresslide-discount-text {
  font-size: 1rem;
  font-weight: 600;
}

.tresslide-banner-fortg .tresslide-discount-text {
  color: white;
}

.tresslide-banner-lith .tresslide-discount-text {
  color: black;
}

.tresslide-discount-highlight {
  font-weight: bold;
  font-size: 1.1rem;
}

.tresslide-cta-button {
  display: inline-flex;
  align-items: center;
  background: white;
  border: none;
  border-radius: 20px;
  padding: 8px 18px;
  font-weight: bold;
  font-size: 0.85rem;
  color: black;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}

.tresslide-cta-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.tresslide-arrow-icon {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: white;
}

.tresslide-banner-fortg .tresslide-arrow-icon {
  background: #0066cc;
}

.tresslide-banner-lith .tresslide-arrow-icon {
  background: black;
}

.tresslide-product-image {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  background: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.tresslide-product-image::before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  width: 136px;
  height: 136px;
  background: linear-gradient(45deg, #f8f8f8, #e8e8e8);
  border-radius: 10px;
  z-index: -1;
}

.tresslide-drill-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(45deg, #0066cc, #004499);
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}

.tresslide-drill-icon::before {
  content: '🔧';
  font-size: 2rem;
}

.tresslide-lith-drill-icon {
  background: linear-gradient(45deg, #ffd700, #ffb347);
}

.tresslide-lith-drill-icon::before {
  content: '⚡';
  font-size: 2rem;
}

.tresslide-brand-name-on-tool {
  position: absolute;
  bottom: -20px;
  font-size: 0.6rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  width: 100%;
}

.tresslide-banner-fortg .tresslide-brand-name-on-tool {
  color: #0066cc;
}

.tresslide-banner-lith .tresslide-brand-name-on-tool {
  color: #333;
}

/* Carousel styles */
.tresslide-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.tresslide-carousel-slides {
  display: flex;
  width: 304%;
  height: 100%;
  transition: transform 0.5s ease;
}

.tresslide-carousel-slide {
  width: 33.333%;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

/* Carousel indicators */
.tresslide-carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  z-index: 4;
}

.tresslide-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.tresslide-indicator.active {
  background: white;
  transform: scale(1.2);
}

.tresslide-banner-lith .tresslide-indicator {
  background: rgba(0, 0, 0, 0.3);
}

.tresslide-banner-lith .tresslide-indicator.active {
  background: black;
}

/* Responsive Design */
@media (max-width: 768px) {
  .tresslide-banners-container {
    flex-direction: column;
  }

  .tresslide-banner {
    min-width: 100%;
    height: 160px;
  }

  .tresslide-brand-logo {
    font-size: 1.8rem;
  }

  .tresslide-product-image {
    width: 100px;
    height: 100px;
    right: -10px;
  }

  .tresslide-drill-icon {
    width: 60px;
    height: 60px;
  }

  .tresslide-drill-icon::before {
    font-size: 1.5rem;
  }
}

/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

/* [Seu CSS existente permanece EXATAMENTE IGUAL, apenas prefixado com 'rapi-'] */

/* Regras novas ajustadas com prefixo */

.rapi-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.rapi-cleaning-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: block;
}

.rapi-cleaning-image.rapi-active {
  opacity: 1;
  z-index: 1;
}

.rapi-carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 10;
}

.rapi-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s;
}

.rapi-indicator.rapi-active {
  background: rgba(255, 255, 255, 0.9);
  transform: scale(1.2);
}

/* [Seu CSS existente permanece EXATAMENTE IGUAL, apenas prefixado com 'rapi-'] */

/* Regras novas ajustadas com prefixo */


.rapi-cleaning-image.rapi-active {
  opacity: 1;
  z-index: 1;
}

.rapi-carousel {
  position: relative;
}



.rapi-promotional-section {
  width: 100%;
  background: white;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  height: 696px;
}

.rapi-top-line {
  height: 4px;
  background: linear-gradient(90deg, #00bcd4, #0097a7);
  width: 100%;

}


/* Seção da imagem colada na esquerda */
.rapi-image-section {
  flex: 0 0 60%;
  position: relative;
  overflow: hidden;
}

.rapi-cleaning-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  display: block;
  margin-top: 21px;
}

/* Seção do texto ajustada proporcionalmente */
.rapi-text-section {
  flex: 0 0 40%;
  background: #f8f9fa;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-top: auto;
  margin-bottom: -35px;
}

.rapi-logo-container {
  margin-bottom: 1.5vw;
}

.rapi-logo-bobclean {
  font-size: calc(1.2rem + 1.2vw);
  font-weight: bold;
  line-height: 1;
}

.rapi-logo-bob {
  color: #0813b1;
  position: relative;

}

.rapi-logo-bob .rapi-o-bubble {
  position: relative;
  display: inline-block;
}

.rapi-logo-bob .rapi-o-bubble::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: radial-gradient(circle, #e91e63 0%, #6718c2 100%);
  border-radius: 50%;
  z-index: -1;
}

.rapi-logo-clean {
  color: #333;
}

.rapi-logo-residence {
  font-size: 0.9rem;
  color: #666;
  font-weight: normal;
  margin-top: 5px;
  margin-left: 0px;
}

.rapi-main-headline {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.3;
}

.rapi-description-text {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  text-align: left;
}

/*rapi responsvidade 300*/
@media (min-width: 330px) and (max-width:499px) {
  .rapi-content-container {
    display: flex;
    width: 100%;
    height: 720px;
  }

  .rapi-content-container {
    flex-direction: column;
    height: auto;
  }

  .rapi-text-section {
    flex: 0 0 40%;
    background: #f8f9fa;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-bottom: -43px;
  }

  .rapi-cleaning-image {
    position: absolute;
    top: 22px;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
}

/*rapi responsvidade 500*/
@media (min-width: 500px) and (max-width:599px) {
  .rapi-content-container {
    display: flex;
    width: 100%;
    height: 720px;
  }

  .rapi-content-container {
    flex-direction: column;
    height: auto;
  }

  .rapi-text-section {
    flex: 0 0 40%;
    background: #f8f9fa;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: 76px;
    margin-bottom: -1px;
  }

  .rapi-cleaning-image {
    position: absolute;
    top: -21px;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
}
/*rapi responsvidade 600*/
@media (min-width: 600px) and (max-width:900px) {
  .rapi-content-container {
    display: flex;
    width: 100%;
    height: 720px;
  }

  .rapi-content-container {
    flex-direction: column;
    height: auto;
  }

  .rapi-text-section {
    flex: 0 0 40%;
    background: #f8f9fa;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-bottom: -1px;
  }

  .rapi-cleaning-image {
    position: absolute;
    top: -20px;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
}

/*rapi responsvidade 600*/
@media (min-width: 901px)  {
  .rapi-content-container {
    display: flex;
    width: 100%;
    height: 720px;
  }

  .rapi-content-container {
    flex-direction: column;
    height: auto;
  }

  .rapi-text-section {
    flex: 0 0 40%;
    background: #f8f9fa;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: 1px;
    margin-bottom: -1px;
  }

  .rapi-cleaning-image {
    position: absolute;
    top: -20px;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
}



.rapi-cleaning-image.rapi-active {
  opacity: 1;
  z-index: 1;
}

.rapi-carousel {
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.rapi-promotional-section {
  width: 100%;
  background: white;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.rapi-top-line {
  height: 4px;
  background: linear-gradient(90deg, #00bcd4, #0097a7);
  width: 100%;
}

.rapi-content-container {
  display: flex;
  width: 100%;
  height: 690px;
}

/* Seção da imagem colada na esquerda */
.rapi-image-section {
  flex: 0 0 60%;
  position: relative;
  overflow: hidden;
}



/* Seção do texto ajustada proporcionalmente */


.rapi-logo-container {
  margin-bottom: 1.5vw;
}

.rapi-logo-bobclean {
  font-size: calc(1.2rem + 1.2vw);
  font-weight: bold;
  line-height: 1;
}

.rapi-logo-bob {
  color: #0813b1;
  position: relative;
}

.rapi-logo-bob .rapi-o-bubble {
  position: relative;
  display: inline-block;
}

.rapi-logo-bob .rapi-o-bubble::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: radial-gradient(circle, #e91e63 0%, #6718c2 100%);
  border-radius: 50%;
  z-index: -1;
}

.rapi-logo-clean {
  color: #333;
}

.rapi-logo-residence {
  font-size: 0.9rem;
  color: #666;
  font-weight: normal;
  margin-top: 5px;
}

.rapi-main-headline {
  font-size: 19px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.3;
}

.rapi-description-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  text-align: left;
}

/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/


.blind-promotional-section {
  width: 100%;
  background: rgb(241, 241, 241);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.blind-top-line {
  height: 4px;
  background: linear-gradient(90deg, #00bcd4, #0097a7);
  width: 100%;
}

.blind-content-container {
  display: flex;
  height: 700px;
  width: 100%;
}

.blind-image-section {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
  height: 700px;
}

.blind-room-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.blind-video-overlay {
  background-image: url('photo/vinho\ .png');
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.blind-video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}

.blind-chat-bubble {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #00bcd4;
  border-radius: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}

.blind-chat-bubble:hover {
  transform: scale(1.1);
}

.blind-text-section {
  flex: 0 0 50%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, #008080, #000080);
}

.blind-main-headline {
  font-size: 2.2rem;
  font-weight: bold;
  color: #f1eded;
  margin-bottom: 30px;
  line-height: 1.2;
}

.blind-features-list {
  margin-bottom: 30px;
}

.blind-feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.1rem;
  color: #e9e6e6;
  line-height: 1.4;
}

.blind-feature-icon {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e9e6e6;
  color: #00bcd4;
  font-size: 18px;
}

.blind-cta-button {
  background: #00bcd4;
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blind-cta-button:hover {
  background: #0097a7;
}

.blind-trust-badges {
  display: flex;
  gap: 20px;
  align-items: center;
}

.blind-badge {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #e9e6e6;
}

.blind-badge-icon {
  margin-right: 8px;
  color: #00bcd4;
}

.blind-award-badge {
  background: #4CAF50;
  color: white;
  padding: 8px 12px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .blind-content-container {
    flex-direction: column;
  }

  .blind-image-section {
    flex: 0 0 50%;
    min-height: 250px;
  }

  .blind-text-section {
    flex: 0 0 50%;
    padding: 30px 20px;
  }

  .blind-main-headline {
    font-size: 1.5rem;
  }

  .blind-description-text {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .blind-text-section {
    padding: 25px 15px;
  }

  .blind-main-headline {
    font-size: 1.3rem;
  }

  .blind-description-text {
    font-size: 0.85rem;
  }
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/* [SEU CSS EXISTENTE AQUI - MANTENHA TUDO] */

/* === NOVOS ESTILOS PARA O OVAL === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

/* ===== HEADER PREMIUM ===== */
/* ===== HEADER PREMIUM MODIFICADO ===== */

/* ===== HEADER BRANCO COM HOVER FORTE ===== */
.main-header {
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1000;
}

/* ===== BOTÕES COM EFEITO SUPER VISÍVEL ===== */
.btn-header {
  color: #1a3a8e !important;
  font-weight: 600;
  padding: 0.5rem 1.5rem !important;
  margin: 0 0.3rem;
  border-radius: 8px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

/* Efeito de preenchimento azul */
.btn-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a3a8e 0%, #0f1a3d 100%);
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: -1;
}

/* Efeito de texto que muda de cor */
.btn-header:hover {
  color: white !important;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(26, 58, 142, 0.3);
}

.btn-header:hover::before {
  transform: translateY(0);
}

/* ===== DROPDOWN ORIGINAL (EXATAMENTE COMO VOCÊ APROVOU) ===== */
.dropdown-menu {
  background: linear-gradient(145deg, #0f1a3d 0%, #1a3a8e 100%) !important;
  border: 1px solid rgba(100, 149, 237, 0.3) !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 24px rgba(5, 25, 80, 0.3),
    inset 0 4px 8px rgba(2, 2, 2, 0.1);
  padding: 0.5rem 0;
  margin-top: 10px !important;
  overflow: hidden;
  transform-origin: top center;
  animation: fadeInDropdown 0.3s ease-out forwards;
  opacity: 0;
  transform: translateY(10px) rotateX(-15deg);
}

@keyframes fadeInDropdown {
  to {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}

.dropdown-item {
  color: rgba(200, 220, 255, 0.9) !important;
  padding: 0.7rem 1.5rem !important;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  border-left: 3px solid transparent;
}

.dropdown-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(100, 149, 237, 0.5), transparent);
}

.dropdown-item:hover {
  background: rgba(100, 149, 237, 0.2) !important;
  color: white !important;
  transform: translateX(5px);
  border-left: 3px solid #64b5f6;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/* [SEU CSS EXISTENTE AQUI - MANTENHA TUDO] */

/* === NOVOS ESTILOS PARA O OVAL === */


/* ===== HEADER PREMIUM ===== */
/* ===== HEADER PREMIUM MODIFICADO ===== */

/* ===== HEADER BRANCO COM HOVER FORTE ===== */
.main-header {
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1000;
}

/* ===== BOTÕES COM EFEITO SUPER VISÍVEL ===== */
.btn-header {
  color: #1a3a8e !important;
  font-weight: 600;
  padding: 0.5rem 1.5rem !important;
  margin: 0 0.3rem;
  border-radius: 8px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

/* Efeito de preenchimento azul */
.btn-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a3a8e 0%, #0f1a3d 100%);
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: -1;
}

/* Efeito de texto que muda de cor */
.btn-header:hover {
  color: white !important;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(26, 58, 142, 0.3);
}

.btn-header:hover::before {
  transform: translateY(0);
}

/* ===== DROPDOWN ORIGINAL (EXATAMENTE COMO VOCÊ APROVOU) ===== */
.dropdown-menu {
  background: linear-gradient(145deg, #0f1a3d 0%, #1a3a8e 100%) !important;
  border: 1px solid rgba(100, 149, 237, 0.3) !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 24px rgba(5, 25, 80, 0.3),
    inset 0 4px 8px rgba(2, 2, 2, 0.1);
  padding: 0.5rem 0;
  margin-top: 10px !important;
  overflow: hidden;
  transform-origin: top center;
  animation: fadeInDropdown 0.3s ease-out forwards;
  opacity: 0;
  transform: translateY(10px) rotateX(-15deg);
}

@keyframes fadeInDropdown {
  to {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}

.dropdown-item {
  color: rgba(200, 220, 255, 0.9) !important;
  padding: 0.7rem 1.5rem !important;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  border-left: 3px solid transparent;
}

.dropdown-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(100, 149, 237, 0.5), transparent);
}

.dropdown-item:hover {
  background: rgba(100, 149, 237, 0.2) !important;
  color: white !important;
  transform: translateX(5px);
  border-left: 3px solid #64b5f6;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/* [SEU CSS EXISTENTE AQUI - MANTENHA TUDO] */

/* === NOVOS ESTILOS PARA O OVAL === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

/* ===== HEADER PREMIUM ===== */
/* ===== HEADER PREMIUM MODIFICADO ===== */

/* ===== HEADER BRANCO COM HOVER FORTE ===== */
.main-header {
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1000;
}

/* ===== BOTÕES COM EFEITO SUPER VISÍVEL ===== */
.btn-header {
  color: #1a3a8e !important;
  font-weight: 600;
  padding: 0.5rem 1.5rem !important;
  margin: 0 0.3rem;
  border-radius: 8px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

/* Efeito de preenchimento azul */
.btn-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a3a8e 0%, #0f1a3d 100%);
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: -1;
}

/* Efeito de texto que muda de cor */
.btn-header:hover {
  color: white !important;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(26, 58, 142, 0.3);
}

.btn-header:hover::before {
  transform: translateY(0);
}

/* ===== DROPDOWN ORIGINAL (EXATAMENTE COMO VOCÊ APROVOU) ===== */
.dropdown-menu {
  background: linear-gradient(145deg, #0f1a3d 0%, #1a3a8e 100%) !important;
  border: 1px solid rgba(100, 149, 237, 0.3) !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 24px rgba(5, 25, 80, 0.3),
    inset 0 4px 8px rgba(2, 2, 2, 0.1);
  padding: 0.5rem 0;
  margin-top: 10px !important;
  overflow: hidden;
  transform-origin: top center;
  animation: fadeInDropdown 0.3s ease-out forwards;
  opacity: 0;
  transform: translateY(10px) rotateX(-15deg);
}

@keyframes fadeInDropdown {
  to {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}

.dropdown-item {
  color: rgba(200, 220, 255, 0.9) !important;
  padding: 0.7rem 1.5rem !important;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  border-left: 3px solid transparent;
}

.dropdown-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(100, 149, 237, 0.5), transparent);
}

.dropdown-item:hover {
  background: rgba(100, 149, 237, 0.2) !important;
  color: white !important;
  transform: translateX(5px);
  border-left: 3px solid #64b5f6;
}