.website-div-carousel-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #17d4ff;
    max-width: 1500px;
    padding-bottom: 50px;
    margin: auto;
}
.case2-website {
  padding: 60px 20px;
  background-color: #ffffff;
  font-family: 'Arial', sans-serif;
  text-align: center;
}

.case2-website h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 40px;
  position: relative;
}

.case2-website h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #00C6FF;
  margin: 10px auto 0;
}

.case2-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.case2-card {
  background-color: #f9f9f9;
  padding: 30px 20px;
  border-radius: 10px;
  max-width: 300px;
  flex: 1;
  min-width: 260px;
    transition: 0.2s;
  text-align: left;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
}
.case2-card:hover{
  background-color: #007BFF;
  color: #fff;
  transition: 0.2s;
}
.case2-card:hover i{
  background-color: #000000;
}
.case2-card:hover .case2-title{
 color: #ffffff;

}.case2-card:hover ul{
 color: #ffffff;

}
.case2-icon i{
    font-size: 20px;
    background-color: #007BFF;
    color: #ffffff;
    padding: 14px;
      transition: 0.2s;
    border-radius: 50px;
    margin-bottom: 25px;
}

.case2-title {
    transition: 0.2s; font-weight: 900;
  color: #00C6FF;
  font-size: 20px;
 
  margin-bottom: 10px;
}

.case2-card ul {
  padding-left: 20px;
  margin: 0;
  list-style: disc;
  color: #444;
  font-size: 14px;
  line-height: 1.6;
}
.cases-websites {
  text-align: center;
  padding: 60px 0px;
   background-color: #f8f8f8;
  font-family: Arial, sans-serif;
}
.cases-websites-titulo{
  margin-bottom: 50px;
  padding:50px 0px;
  background-color: #f8f8f8;
}
.cases-websites h2 {
  font-size: 28px;
  color: #000;
  margin-bottom: 0px;
}
.cases-websites-titulo img{
  width: 60px;
}

.cases-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.flag-icon {
  border-radius: 20px;
}
.case-item {
  position: relative;
  max-width: 500px;
  text-align: center;
}
.briefing-section {
  display: flex;
  align-items: center;
  justify-content:center;
  gap: 40px;
  padding: 40px 0;
  flex-wrap: wrap;
}

.briefing-img {
  
 
}
.avaliacoes {
    justify-content: center;
    align-items: center;
    padding: 50px 100px !important;
    color: #212529;
    background-color: #f8f8f8 !important;
    text-align: center;
}

.briefing-img img {
  width: 700px;
  border-radius: 12px;

}

.briefing-text {
 
  width: 400px;
}

.briefing-text h3 {
  font-weight: 700;
  font-size: 1.7rem;
  margin-bottom: 20px;
}

.briefing-text ul {
  padding-left: 20px;
  line-height: 1.8;
  font-size: 1rem;
}

.briefing-text ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}

.case-item img {
    width: 500px;
    border-radius: 0px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
} .sobre-site {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.6;
  }

  .sobre-site .coluna {
    flex: 1 1 45%;
    min-width: 300px;
  }

  .sobre-site strong {
    font-weight: 700;
  }

  .sobre-site em {
    color: #c0392b; /* tom avermelhado elegante */
    font-style: normal;
    font-weight: 500;
  }

.case-title {
  margin: 15px 0 10px;
  font-size: 18px;
  font-weight: bold;
}

.case-btn {
  background-color: #007BFF;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 50px;
  font-weight: bold;

  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
}

.case-btn:hover {
  background-color: #0b58ac;
}

/* Setas entre os cards */

.website-div-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #17d4ff;
}
.website-div-carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.website-div-slide {
  flex: 0 0 34.3333%;
  box-sizing: border-box;
  padding: 16px;
}

.website-div-card {
  background: #fff;
  transition: 0.2s;
    transition: 0.3s;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  overflow: hidden;
  padding: 26px 40px;
  text-align: left;
}

.website-div-card img,
.website-div-card video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 12px;
}

.website-div-controls {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}

.website-div-controls button {
  background: #333;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.website-div-controls button:hover {
  background: #555;
}
.div-titulo-container {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    color: #fff;
    background-color: #17d4ff;
} 
.gestao-hero img{
width: 60px;
}

 .progress-container {
    width: 100%;
    height: 8px;
    background-color: #eee;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .form-body{
    display: flex;
    gap: 30px;
  }
  .progress-bar {
    height: 100%;
    width: 30%; /* Valor inicial */
    background: linear-gradient(90deg, #007BFF, #00C6FF);
    transition: width 0.4s ease;
  }
.div-titulo-container span{
    color: #080808;
}.website-div-card {
  position: relative;
  overflow: hidden;
}/* Camada ::before sempre presente */
.website-div-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 2;
}

/* Ao fazer hover no carousel, escurece os não selecionados */
.website-div-carousel:hover .website-div-slide:not(:hover) .website-div-card::before {
  opacity: 1;
}

/* Deixa os textos mais apagados por cima da camada */
.website-div-carousel:hover .website-div-slide:not(:hover) .website-div-card h2,
.website-div-carousel:hover .website-div-slide:not(:hover) .website-div-card p,
.website-div-carousel:hover .website-div-slide:not(:hover) .website-div-card i {
  color: #000;
  opacity: 0.5;
  position: relative;
  z-index: 3;
  transition: opacity 0.3s, color 0.3s;
}

/* Item em destaque */
.website-div-slide:hover .website-div-card {
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, box-shadow 0.3s;
}

.website-div-slide:hover .website-div-card h2 {
  color: #17d4ff;
  transform: translateY(-5px);
  transition: color 0.3s, transform 0.3s;
}

/* Garante position relative para permitir o ::before */
.website-div-card {
  position: relative;
  overflow: hidden;
}
.custom-input {
  display: block;
  width: 100%;
  padding: 10px 30px;
  margin-bottom: 20px;
  margin-top: 10px;
  border-radius: 0px;
  background-color: #ffffff00;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #242424;
}

.custom-input:focus {
  outline: none;
  box-shadow: none;
   border-bottom: 2px solid #177cff;
}
form button {
    border: none;
    padding: 15px 20px;
    width: 100%;
    font-weight: 700;
    border-radius: 50px;
    color: #fff;
    background-color: #177cff;
    transition: 0.2s;
}
form button:hover {
    background-color: #0d4b9c;
    transition: 0.2s;
    cursor: pointer;
}
.form-wrapper #backBtn{
    border: none;
    padding: 15px 20px;
    width: 30%;
    font-weight: 700;
    border-radius: 50px;
    color: #fff;
    background-color: #3a3a3a;
    transition: 0.2s;
}.form-wrapper #backBtn:hover {
    background-color: #1f2020;
    transition: 0.2s;
    cursor: pointer;
}
.form-image {
  flex: 1;
  background-size: cover;
  background-position: center;
  transition: background-image 0.4s ease;
}
#separador1{
 
  margin-bottom: 20px;
  width: 100px;
}
.div-titulo span{
  font-weight: 900;
  color: #000000;
}
.div-titulo {
    font-weight: 800;
    width: 100% !important;
    display: flow-root !important;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0px 50px 40px 50px;
}
.form-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: auto;
    padding: 0px 250px;
    margin-top: -50px;
    border-radius: 12px;
    overflow: hidden;
    font-family: sans-serif;
}
.form-content hr {
    width: 20%;
    opacity: 1;
    border-radius: 20px;
    border: none;
    height: 3px;
    background: linear-gradient(to right, #ff82e8, #17d4ff, #0c59ff);
}
  .form-image {
  
    background-image: url('form-img-1.jpg'); /* imagem padrão */
    background-size: cover;
    background-position: center;
    width: 100vh;
    height: 90vh;
    transition: background-image 0.4s ease;
  }
  .form-content i{
    font-size: 40px;
  }

.form-content {
    padding: 70px;
    border-radius: 0px;
    background: rgb(246 246 246);
    display: flex
;
    margin-top: 100px;
    flex-direction: column;
    justify-content: center;
}

  .form-content h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .options input[type="radio"] {
    margin-right: 10px;
  }

  .option-label {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
  }

 
  .form-content h2{
    font-size: 25px;
   
  }

.cl-checkbox {
    position: relative;
    display: flex
;
}
/* Input */
.cl-checkbox > input {
 appearance: none;
 -moz-appearance: none;
 -webkit-appearance: none;
 z-index: -1;
 position: absolute;
 left: -10px;
 top: -8px;
 display: block;
 margin: 0;
 border-radius: 50%;
 width: 40px;
 height: 40px;
 background-color: rgba(0, 0, 0, 0.6);
 box-shadow: none;
 outline: none;
 opacity: 0;
 transform: scale(1);
 pointer-events: none;
 transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.cl-checkbox > span {
 display: inline-block;

 cursor: pointer;
}

.cl-checkbox > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 1px;
    border: solid 2px;
    border-color: #2196F3;
    border-radius: 20px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */
.cl-checkbox > span::after {
 content: "";
 display: block;
 position: absolute;
 top: 3px;
 left: 1px;
 width: 10px;
 height: 5px;
 border: solid 2px transparent;
 border-right: none;
 border-top: none;
 transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.cl-checkbox > input:checked,
.cl-checkbox > input:indeterminate {
 background-color: #177cff;
}

.cl-checkbox > input:checked + span::before,
.cl-checkbox > input:indeterminate + span::before {
 border-color: #177cff;
 background-color: #177cff;
}

.cl-checkbox > input:checked + span::after,
.cl-checkbox > input:indeterminate + span::after {
 border-color: #fff;
}

.cl-checkbox > input:indeterminate + span::after {
 border-left: none;
 transform: translate(4px, 3px);
}

/* Hover, Focus */
.cl-checkbox:hover > input {
 opacity: 0.04;
}

.cl-checkbox > input:focus {
 opacity: 0.12;
}

.cl-checkbox:hover > input:focus {
 opacity: 0.16;
}

/* Active */
.cl-checkbox > input:active {
 opacity: 1;
 transform: scale(0);
 transition: transform 0s, opacity 0s;
}

.cl-checkbox > input:active + span::before {
 border-color: #85b8b7;
}

.cl-checkbox > input:checked:active + span::before {
 border-color: transparent;
 background-color: rgba(0, 0, 0, 0.6);
}

/* Disabled */
.cl-checkbox > input:disabled {
 opacity: 0;
}

.cl-checkbox > input:disabled + span {
 color: rgba(0, 0, 0, 0.38);
 cursor: initial;
}

.cl-checkbox > input:disabled + span::before {
 border-color: currentColor;
}

.cl-checkbox > input:checked:disabled + span::before,
.cl-checkbox > input:indeterminate:disabled + span::before {
 border-color: transparent;
 background-color: currentColor;
}
@media (max-width: 1200px) {
    .gestao-hero-img video {
        height: 400px !important;
        margin-top: 20px;
    }
    .div-titulo {
    font-weight: 800;
    width: 400px;
    display: inline;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0px 10px !important;
}
.website-div-carousel {
    display: inline;
    transition: transform 0.5s ease-in-out;
}
    .gestao-hero-text {
        max-width: 90% !important;
    }
    .div-titulo p {
    font-size: 13px !important;
    font-weight: 200;
}
    .div-titulo h2 {
        font-size: 20px !important;
        padding: 0px !important;
    } .div-titulo h4 {
        font-size: 15px !important;
        padding: 0px !important;
    }
        .gestao-hero-img video {
       display: none;
    }
    #separador1 {
    margin-bottom: 0px;
    width: 100px;
    margin-top: 40px;
}.form-wrapper button {
    border: none;
    padding: 15px 20px;
    width: 100%;
    font-weight: 700;
    border-radius: 50px;
    color: #fff;
    background-color: #177cff;
    transition: 0.2s;
}
.avaliacoes {
    justify-content: center;
    align-items: center;
    padding: 50px 10px !important;
    color: #212529;
    background-color: #f8f8f8 !important;
    text-align: center;
}
.briefing-img img {
    width: 300px;
    border-radius: 12px;
}
.briefing-text ul {
    padding-left: 20px;
    line-height: 1.8;
    font-size: 0.7rem;
}
.briefing-text {
  padding: 40px;
    width: 100%;
}
.form-body {
    display: grid
;
    align-items: center;
    text-align: left;
    justify-content: center;
    gap: 30px;
}
 #formImage {
    height: 300px !important;
    width: 300px !important;
    margin-left: 0px;
    background-size: cover;
    background-position: center;
  }
.form-image {
    background-image: url(form-img-1.jpg);
    background-size: cover;
    background-position: center;
    width: 300px;
    height: 200px !important;
    transition: background-image 0.4s ease;
}
    .form-content {
        padding: 50px;
        border-radius: 50px;
        background: rgba(255, 255, 255, 0);
        display: flex
;
        margin-top: 0px;
        flex-direction: column;
        justify-content: center;
    }
    .div-titulo h2 {
        font-size: 24px;
        padding: 20px;
        margin-top: 50px;
    }
.website-div-card img, .website-div-card video {
    width: 300px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 12px;
}
.website-div-card img, .website-div-card video {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 12px;
}
.case-item img {
    width: 300px;
    border-radius: 0px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.form-wrapper {
    display: inline;
    width: 100%;
    justify-content: center;
    margin: auto;
    padding: 0px 20px;
    margin-top: 0px;
    border-radius: 12px;
    overflow: hidden;
    font-family: sans-serif;
}.website-div-controls {
    display: none
;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
}


}