.wp-block-search.wp-block-search__text-button .wp-element-button {
    margin-top: 5px;
}


input[type="search"] {
    border-width: var(--theme-form-field-border-width, 1px) !important;
    border-style: var(--theme-form-field-border-style, solid) !important;
    border-color: var(--theme-form-field-border-in, #e1e8ed) !important;
}


.wp-block-search.wp-block-search__icon-button .wp-element-button {
    margin-top: 5px;
}


/* Estilo do Mega Menu */
.mega-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 7px; /* Reduz o espaçamento entre colunas */
  background: #fff;
  padding: 11px; /* Reduz o padding geral */
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra mais sutil */
  max-width: 1200px;
  margin: 10px auto; /* Reduz o espaço externo */
}

/* Colunas do Mega Menu */
.mega-menu-column {
  flex: 1 1 calc(33.33% - 10px); /* 3 colunas por linha */
  min-width: 200px; /* Reduz a largura mínima */
  border: 1px solid #eaeaea;
  padding: 8px; /* Reduz o padding interno */
  background-color: #f9f9f9;
  border-radius: 6px;
}

/* Títulos dos estados */
.mega-menu-column h3 {
  font-size: 15px; /* Reduz o tamanho da fonte */
  font-weight: bold;
  color: #0073aa; /* Cor principal */
  margin-bottom: 4px; /* Menor espaço abaixo do título */
  text-transform: uppercase;
}

/* Estilo das cidades */
.mega-menu-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu-column ul li {
  margin-bottom: 3px; /* Reduz o espaço entre itens */
}

.mega-menu-column ul li a {
  text-decoration: none;
  font-size: 13px; /* Reduz o tamanho da fonte dos links */
  color: #333;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.mega-menu-column ul li a:hover {
  color: #0073aa; /* Cor ao passar o mouse */
  text-decoration: underline;
}

/* Responsividade */
@media (max-width: 1024px) {
  .mega-menu-column {
    flex: 1 1 calc(50% - 10px); /* 2 colunas por linha em tablets */
  }
}

@media (max-width: 768px) {
  .mega-menu-column {
    flex: 1 1 calc(100% - 10px); /* 1 coluna por linha em dispositivos móveis */
  }
}

/* Efeito de hover mais discreto */
.mega-menu-column:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transform: scale(1.01); /* Efeito menor ao passar o mouse */
  transition: all 0.2s ease;
}


#rd-button-lvu4yiw0.bricks--component-button {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    align-self: center;
    background-color: #d7ad66;
    border-bottom-style: solid;
    border-color: #ccc;
    border-left-style: solid;
    border-radius: 3px;
    border-right-style: solid;
    border-top-style: solid;
    border-width: 1px;
    box-shadow: 0px 0px 0px 0px #cccccc;
    color: #681111;
    cursor: pointer;
    font-family: Open Sans, sans-serif;
    font-size: 20px !important;
    font-style: normal;
    font-weight: bold;
    height: 50px;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 0px;
    margin-top: 0px;
    max-width: 538px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}


.slider-three-wrap .post-card .title { color: #fff;
font-size: 19px!important;}

/* =========================================================
   AJUSTES GLOBAIS EXCLUSIVOS PARA TELAS < 768 px
   ========================================================= */
@media (max-width: 767px){

  /* 1│ Reduz gutter do body (caso tema use container externo) */
  body{padding-left:16px;padding-right:16px}

  /* 2│ Seções "boxed" → deixam de ser fixas e recebem gutter suave */
  .elementor-section.elementor-section-boxed > .elementor-container{
      max-width:100% !important;           /* ocupa toda largura */
      padding-left:16px;padding-right:16px;/* mesmo gutter */
  }

  /* 3│ Colunas & widgets: zera padding lateral herdado ----------- */
  .elementor-column > .elementor-element-populated,
  .elementor-widget-container{
      padding-left:0!important;
      padding-right:0!important;
  }

  /* 4│ Fonte-base levemente maior para leitura --------------------*/
  body{font-size:1.05rem}   /* ~17 px */

  /* 5│ Cabeçalhos mais compactos (evita “letras gigantes”) --------*/
  h1{font-size:1.7rem}  /* ≈27 px */
  h2{font-size:1.4rem}  /* ≈22 px */
  h3{font-size:1.2rem}  /* ≈19 px */

  /* 6│ Utilitário opcional: zera completamente uma seção ----------*/
  .no-mobile-gap{margin:0!important;padding:0!important}
	
	
	.elementor-1869 .elementor-element.elementor-element-83a85ec > .elementor-widget-container {
    margin: 5px!important;
}
	
	.elementor-1869 .elementor-element.elementor-element-5fb346b .eael-grid-post-holder {
    background-color: #fff;
    border-radius: 8px 8px 8px 8px;
    width: 275px!important;
}
	
	[data-vertical-spacing*=bottom] {
    padding-bottom: var(--theme-content-vertical-spacing);
    margin-top: -78px;
}
}





/* Container do calendário */
.duo-calendar-container {
  overflow-x: auto;
  margin: 10px 0;
}
.duo-calendar-container table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: .85rem;
  white-space: nowrap;
}
.duo-calendar-container thead th {
  background: #D8B05E ;
  color: #fff;
  font-weight: 600;
  padding: 8px;
  border: 1px solid #1565c0;
}
.duo-calendar-container tbody tr:nth-child(odd) {
  background: #f9f9f9;
}
.duo-calendar-container tbody tr:nth-child(even) {
  background: #fff;
}
.duo-calendar-container td {
  border: 1px solid #ddd;
  padding: 6px;
  vertical-align: middle;
}
.duo-calendar-container td.meal-time {
  background: #f1f1f1;
  font-weight: bold;
  width: 80px;
}
.duo-calendar-container td.available-benefit {
  background: #e6f7e6;
}
.duo-calendar-container td.available-benefit.text-center img {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.duo-calendar-container td:empty {
  background: #fafafa;
}
@media (max-width: 480px) {
  .duo-calendar-container thead th,
  .duo-calendar-container td {
    padding: 4px;
    font-size: .75rem;
  }
}

/* Ícones Font Awesome nos campos do card */
.duo-card p {
  position: relative;
  padding-left: 24px;
}
.duo-card p:nth-of-type(1)::before {
  content: "\f2e7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #D8B05E;
}
.duo-card p:nth-of-type(2)::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #d93025;
}
.duo-card p:nth-of-type(3)::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #188038;
}
.duo-card p:nth-of-type(4)::before {
  content: "\f274";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #e37400;
}
.duo-card a.button {
  position: relative;
  padding-left: 32px;
}
.duo-card a.button::before {
  content: "\f35d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.duo-card summary {
  position: relative;
  padding-left: 24px;
}
.duo-card summary::before {
  content: "\f073";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #555;
}

/* Container geral do “Descubra” */
.duo-surprise {
  max-width: 1200px;
  margin: 0 auto 2rem;
  padding: 1rem;
}
.duo-surprise h2 {
  font-size: 2rem;
  margin-bottom: .25rem;
  color: #D8B05E;
  text-align: center;
}
.duo-surprise p {
  text-align: center;
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.5rem;
}

/* Passos */
.duo-steps {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.duo-steps li {
  background: #f5f7fa;
  border: 1px solid #d0d7de;
  border-radius: 6px;
  padding: 1rem;
  flex: 1 1 240px;
  text-align: center;
}
.duo-steps label {
  display: block;
  font-weight: 600;
  margin-bottom: .5rem;
  color: #333;
}
.duo-steps select,
.duo-steps input[type="text"],
.duo-steps button {
  width: 100%;
  padding: .6rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: .95rem;
}
.duo-steps button {
  background: #D8B05E;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background .2s;
}
.duo-steps button:hover {
  background: #155bb5;
}

/* Grid de cards */
.duo-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

/* Cards */
.duo-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e2e5e9;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform .2s, box-shadow .2s;
}
.duo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}
.duo-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.duo-card h3 {
  margin: .75rem 1rem .5rem;
  font-size: 1.25rem;
  color: #222;
}
.duo-card p {
    margin: 2px 14px;
    font-size: .85rem;
    color: #444;
    line-height: 1.3;
    text-align: left;
}
.duo-card p strong {
  display: inline-block;
  color: #333;
}
.duo-card details {
  margin: .75rem 1rem;
  font-size: .9rem;
}
.duo-card summary {
  cursor: pointer;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
  color: #D8B05E;
}
.duo-card summary::before {
  content: "►";
  position: absolute;
  left: 0;
  top: 0;
  transition: transform .2s;
}
.duo-card details[open] summary::before {
  transform: rotate(90deg);
}
.duo-card a.button {
  margin: 1rem;
  padding: .75rem;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: background .2s;
}
.duo-card a.button:hover {
  background: #155bb5;
}

/* “Mais sugestões” */
#surprise-more {
  margin-top: 1rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
}
#surprise-more:hover {
  background: #155bb5;
}

/* Responsividade */
@media (max-width: 600px) {
  .duo-steps {
    flex-direction: column;
  }
  .duo-steps li {
    flex: 1 1 auto;
  }
}



.duo-steps button {
    background: #d8b06c;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background .2s;
}


.duo-steps button:hover {
    background: #b58e4c;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background .2s;
}


.duo-filters button {
    padding: 8px 16px;
    background: #D8B05E !important;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    height: 36px;
}



.duo-card a.button {
    margin: 10px 14px 14px;
    background: #D8B05E;
    color: #fff;
    padding: 7px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
}


.duo-filters button {
    padding: 8px 16px;
    background: #D8B05E;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    height: 36px;
}


/* Garante centralização absoluta do container de filtros */
.duo-filters {
  width: auto !important;               /* Largura automática */
  max-width: 1200px !important;         /* Limita a largura máxima */
  margin-left: auto !important;         /* Centraliza horizontalmente */
  margin-right: auto !important;
  display: flex !important;             
  justify-content: center !important;   /* Centraliza os itens internos */
  flex-wrap: wrap !important;           
  gap: 10px !important;
  background: #f5f5f5 !important;
  padding: 15px !important;
  border-radius: 6px !important;
  align-items: flex-end !important;
  box-sizing: border-box !important;
}

/* Se quiser forçar que ele ocupe sempre 100% da largura interna do container pai: */
/*
.duo-filters {
  width: 100% !important;
  max-width: 1200px !important;
  ...
}
*/
.duo-card a.button {
    margin: 10px 14px 14px;
    background: #d8b05e;
    color: #fff;
    padding: 7px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
}




.duo-card a.button {
    margin: 10px 14px 14px;
    background: #d8b05e !important;
    color: #fff;
    padding: 7px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
}


.duo-card a.button:hover {
    margin: 10px 14px 14px;
    background: #a1803d;
    color: #fff;
    padding: 7px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
}


.duo-card {
    border-color: #ddd !important;
    background: #fff !important;
    color: #000 !important;
}


.duo-card p {
        color: #444444 !important;
    }


.filter-group {select option {
    color: #000;
}
} 