.content {
   font-family: Arial, sans-serif !important;
   background-color: #fff;
   margin: 0;
   padding: 20px;
   display: flex;
   flex-direction: column;
   justify-content: start;
   align-items: center; 
   min-height: calc(100vh); /* Garante altura suficiente para centralização */
}

.DivTextoAviso {
   width: 60%;
   max-width: 800px;
   text-align: center;
   margin: 30px 0 60px;
}

.DivTextoAviso h4 {
   text-transform: uppercase;
   color: #3d8cd6;
   font-weight: bolder;
   font-size: 22px;
}

.DivTextoAviso p {
   text-align: justify;
   color: #626069;
   font-size: 18px;
}

.atencao {
   font-weight: bold;
}

.DivTextoAviso a {
   text-decoration: none;
   color: white;
   background-color: #0a5bb8;
   border-radius: 10px;
   padding: 5px 8px;
}

.DivTextoAviso a:hover{
   opacity: 0.75;
}

.DivTextoAviso a:active{
   opacity: 1;
}

.containerInfoContent {
   width: 60%;
   min-height: 520px;
   max-width: 800px;
   border-radius: 10px;
   /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
   text-align: center;
}


#form-czu {
   position: relative;
   min-height: 670px;
}

#form-avaliacao{
   background-color: white !important;
   padding: 40px;
   /* padding-right: 90px; */
   min-height: 300px;
}

.modal-avaliacao{
   background-color: rgba(0, 0, 0, 0.80) !important;
}

.rating-guides{
   padding-top: 30px !important;
}

.modal-content-avaliacao{
   max-width: 600px !important;
   min-width: 500px !important;
}

/* #form-avaliacao{
   margin-bottom: 60px !important;
} */

.avaliacao-button span{
   color: #2c8eff !important;
}

/* #form-comentario{

} */

.form_section {
   opacity: 1;
   transition: opacity 0.5s;
   position: absolute;
   z-index: 1;
   width: 100%;
}

.hidden {
   opacity: 0;
   pointer-events: none;
   z-index: 0
}

.form_section_header {
   padding: 10px 15px;
   text-align: center;
   background-color: #aaaaaa;
   border-radius: 15px 15px 0 0;
   font-weight: bold;
   color: #fff;
   background-color: #0a5bb8;
   position: relative;
}

.form_section_header .seta_prev {
   position: absolute;
   left: 2px;
   font-size: 38px;
   bottom: -8px;
   cursor: pointer;
}

form h4 {
   color: #3c7bc4;
   font-weight: bold;
   font-size: 18px;
}

/* .captcha {
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 20px;
   border: 1px solid #ddd;
   padding: 10px;
   border-radius: 5px;
   background-color: #f9f9f9;
}

.captcha input {
   margin-right: 10px;
} */

.form_btn {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
   position: absolute;
   right: calc(50% - 53.22px);
   bottom: -80px;
   border: none;
   outline: none;
   background-color: transparent;
}

.submit-button{
   right: calc(50% - 114.81px);
}

.form_btn:hover {
   opacity: 0.75;
   cursor: pointer;
}

.form_btn:active {
   opacity: 1;
}
.form_btn img {
   width: 80px; /* Ajuste o tamanho da imagem, se necessário */
   height: auto;
   border-radius: 50%; /* Faz a imagem ficar redonda */
   cursor: pointer;
   
   background-color: #0a5bb8; /* Opcional: Adiciona um fundo branco */
   padding: 5px;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Opcional: Adiciona uma sombra */
   margin-bottom: 10px; /* Espaço entre o ícone e o texto */
}

.form_btn div {
   background-color: #0a5bb8; /* Opcional: Adiciona um fundo branco */
   font-size: 60px;
   width: 80px;
   height: 80px;
   border-radius: 50%;
   color: #fff;
}

.form_btn span {
   font-size: 20px; /* Tamanho do texto */
   color: #3d8cd6; /* Cor do texto */
   font-weight: bold;
   text-transform: uppercase; /* Deixa o texto em maiúsculas */
}

#step_indicator {
   display: flex;
   justify-content: space-between;
   margin: 0 10px 15px;
   position: relative;
   z-index: 1;
}

.steps {
   font-weight: 100;
   padding-top: 7px;
   width: 38px;
   height: 38px;
   border-radius: 50%;
   background-color: #fff;
   color: #3d3d3d;
   transition: background-color 0.5s, color 0.5s, border 0.5s, font-weight 0.5s;
   border: solid 1px #3d3d3d;
}

.step_active {
   background-color: #0a5bb8;
   color: #fff;
   border: none;
   font-weight: 600;
}

#step_line {
   margin: 0 12px;
   height: 2px;
   border-bottom: solid 1px #3d3d3d ;
   position: relative;
   bottom: 35px;
   z-index: 0;
}

.form_section_body {
   display: flex;
   flex-direction: column;
   align-items: center; /* Centraliza horizontalmente */
/*     width: 100%; */
   background-color: #f2f0f0;
   padding: 20px 14% 60px ;
   border-radius: 0 0 18px 18px;
   position: relative;
}

/* Estilização das mensagens Django */

.messages {
   list-style-type: none;
   background-color: #fff;
   /* padding: 10px; */
}

.success {
   color: green;
   font-weight: bold;
   display: none;
}

.error {
   list-style-type: none;
   color: red;
   font-weight: bold;
}

/* Área drag and drop do KML */

#dropzone {
   border: dashed 1px #000;
   border-radius: 14px;
   padding: 15px;
   color: #626060;
   width: 100%;
}

#dropzone:hover {
   cursor: pointer;
}

.dropzone.hover {
   background-color: rgb(170, 170, 170);
   border-color: #333;
 }

#dropzone p {
   font-size: 14px;
   margin: 0;
}

.blocked {
   pointer-events: none;
   opacity: 0.45;
   cursor: not-allowed;
}

.fileName {
   position: relative;
   text-align: left;
}

.fileName .bi {
   position: absolute;
   right: 2px;
   font-size: 18px;
   font-weight: bold;
   color: red;
}

.fileName .bi:hover {
   opacity: 0.7;
}

.aviso_kml {
   margin: 20px 0 0 0;
   color: red;
}

/* Form section 2 */

#form_section_2{
   align-items: flex-start;
}

#form_section_2 label {
   color: #3d8cd6;
   font-weight: bold;
   text-align: left;
   padding-left: 6px;
}

#form_section_2 input {
   margin-bottom: 15px;
   width: 100%;
   border: none;
   border-radius: 14px;
   padding: 2px 8px;
}

/* Form section 3 */

#form_section_3 {
   display: block;
   padding: 15px 15px 60px ;
}

#form_section_3 p {
   background-color: #fff;
   text-align: justify;
   padding: 20px 40px;
   border-radius: 25px;
}

#form_section_3 label {
   padding-top: 3px;
}

#declaracao {
   display: flex;
   align-items: center;
   justify-content: center;
}

#ciente {
   margin-right: 10px;
   height: 15px;
   width: 15px
}

@media only screen and (max-width: 1000px) {
   .DivTextoAviso {
       width: 90%;
   }

   .containerInfoContent {
       width: 90%;
   }

   .Content {
       padding: 16px;
   }
}

@media only screen and (max-width: 600px) {
   .DivTextoAviso {
       width: 100%;
   }

   .containerInfoContent {
       width: 100%;
   }

   .Content {
       padding: 10px;
   }
}
