/*
Theme Name:     Stratus - Child Theme
Theme URI:      https://demo.themovation.com/stratus/intro/
Template:       stratusx
Author:         Themovation
Author URI:     http://themovation.com
Version:        4.0
Text Domain:    stratus
Domain Path:    /languages/
*/


/* = Theme customization starts here
-------------------------------------------------------------- */

.header-fixo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff; /* ajusta conforme o teu design */
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.elementor-accordion-icon-right {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.elementor-accordion-icon-right i {
  font-size: 30px !important;
  line-height: 1;
  margin-bottom: 0px;
  padding: 0px;
}
.elementor-accordion-icon-right i {
  margin-top: -5px;
}

.elementor-accordion .elementor-accordion-item {
  margin-bottom: 20px;            /* Espaço entre os itens */
  border-radius: 12px;            /* Arredondar os cantos */
  overflow: hidden;               /* Garante que conteúdo arredondado não "salte" fora */
  border: 1px solid #ddd;         /* Opcional: uma borda leve para destacar os contornos */
}









/* Campos de input e textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 input[type="file"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100% !important;
  max-width: 100%;
  display: block;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 16px;
  font-family: inherit;
  box-sizing: border-box;
  margin-bottom: 24px;
}

/* Área de texto */
.wpcf7 textarea {
  min-height: 140px;
  resize: vertical;
}

/* Label da checkbox (aceitação) */
.privacy-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 24px;
}

.privacy-label input[type="checkbox"] {
  margin-top: 4px;
}

/* Botão Enviar */
.wpcf7 input[type="submit"] {
  width: 100%;
  background: #fff;
  color: #ff4500;
  border: 2px solid #ff4500;
  border-radius: 20px;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #ff4500;
  color: #fff;
}
/* Força largura total do wrapper dos campos */
.wpcf7-form-control-wrap {
  width: 100% !important;
  display: block;
}

label {
    display: block;
    width: 100%;
}