.cont-Container{
  width: 100%;
  margin: 8rem auto 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pr-Reset{
    margin-top: 0;
    padding-top: 0;
    color: black;
}

.commonlogo-Mobile{
  display: none;
}

.budget-Tatica{
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.logo-Subpages{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  gap: 2rem;
}

.text-Border{
  border-left: 2px solid gold;
  padding-left: 1rem;
}

.pagetop-Logo{
  display: none;
}

.display-None{
  display: none;
}

.margin-Reset{
    margin-bottom: 0;
    padding-bottom: 1vh;
}

.node-Text{
  width: 250px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.container-Tatica{
  margin: 0;
  padding: 0;
}

.font-Poppins{
  font-family: 'Poppins';
  font-size: 1.5rem;
  font-weight: 400;
  color: white;
  background-color: black;
  padding: 2px;
}

.subfont-Poppins{
  font-family: 'Poppins';
  font-size: 1rem;
  font-weight: 400;
}



.alternative-Contacts{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 5rem auto 3rem;
}

.alternative-Contacts__node{
    display: flex;
    flex-direction: row;
    align-items: top;
    gap: 10px;
}

.alternative-Contacts__icon{
    width: 5vw;
    border: .2rem solid yellow;
    border-radius: 1rem;
}

input[type="text"],
input[type="email"],
textarea {
    caret-color: #ffc400;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border-color: #ffc400;
    outline: none;
}


/* ================= CONTACT ================= */
.contact {
    width: 50vw;
    margin: 0 auto;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    text-align: center;
    padding: 2vh 0;
  }
  
  .contact h2 {
    padding-top: 3vh;
    margin-bottom: 10px;
    color: #333;
  }
  
  .contact p {
    margin-bottom: 20px;
    color: #555;
  }
  
  form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
  }
  
  label {
    font-family: 'Poppins', sans-serif;
    color: #111;
  }
  
  input, textarea {
    padding: 10px;
    border: 1px solid;
    border-radius: 6px;
    font-size: 1rem;
    width: 100%;
  }
  
  button {
    background: #fffb00;
    color: black;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  button:hover {
    background: #ffc400;
  }



/* Accordion base (customize cores/medidas como quiser) */
.accordion {
  max-width: 980px; /* ajuste se quiser */
  margin: 20px auto 0;
  border-radius: 10px;
  overflow: visible;
}

/* botão */
.accordion-toggle{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #fffb00; /* troque pela cor do seu tema */
  color: #000;
  border: none;
  padding: .5rem 2rem;
  font-size: 2rem;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  transition: box-shadow .18s ease, transform .12s ease;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
.accordion-toggle:focus {
  outline: 3px solid rgb(255, 255, 0);
  outline-offset: 2px;
}

/* seta/ícone */
.accordion-toggle .icon{
  background: transparent;
  display: inline-block;
  transform-origin: center;
  transition: transform .25s ease;
  font-size: 14px;
}

/* painel (colapsável) */
.accordion-panel {
  overflow: hidden;
  max-height: 0; /* fechado */
  transition: max-height .35s cubic-bezier(.2,.9,.2,1);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(2,6,23,0.06);
}

/* inner para calcular altura real */
.accordion-panel-inner {
  padding: 18px;
}



/* animar seta para cima quando aberto */
.accordion.is-open .accordion-toggle .icon {
  transform: rotate(180deg);
}

/* responsividade: manter iframe adaptável */
.accordion-panel iframe {
  display: block;
  width: 100%;
  border-radius: 6px;
  border: 0;
}

.poppin-Contact{
  font-family: 'poppins';
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}


@media (max-width: 480px){


.cont-Container{
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.display-None{
  display: block;
}

  .logo-Subpages{
    display: none;
  }

.pagetop-Logo{
  display: flex;
  align-items: center;
}

.title-Mobile{
  display: flex;
  margin-left: 1rem;
}

.accordion-toggle { padding: 0; font-size: 15px; }
.accordion-panel-inner { padding: 0; }

.pagetop-Logo__thirdc{
  padding-bottom: 1rem;
}

.alternative-Contacts{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1rem;
  margin: 2rem auto 0;
  padding-bottom: 0;
}

.node-Text{
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.space{
  padding-bottom: 40px;
}

.alternative-Contacts__icon{
  width: 64px;
  margin: 0;
  padding: 0;
}

.poppins-semibold{
  margin: 0;
  padding: 0;
}

.poppins-adjust{
  margin: 0;
  padding: 0;
  font-size: .7rem;
}

.alternative-Contacts__node{
  display: flex;
  flex-direction: row;
  align-items: start;
  text-align: start;
}

.contact{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

form{
  max-width: 100%;
  margin: 0;
}

input{
  max-width: 100%;
}


.commonlogo-Mobile{
  display: flex;
  flex-direction: row;
  align-items: center;
  max-height: 200px;
  max-width: 350px;
  margin: 0 auto;
}

.toptext{
  border-left: 2px solid gold;
  padding-left: 1rem;
  margin-left: 1rem;
}

.toptext-Title{
  font-size: 3rem;
}

.toptext-Subtitle{
  font-size: .8rem;
}
}
  