.accordion-header.active .arrow {
    transform: rotate(90deg);
  }

  .accordion-content {
    display: none;
    padding: 15px;
    color: #555;
    font-size: 14px;
    background-color: #fff;
    justify-content: center;
  }

  .accordion-content p {
    margin: 0;
  }

  .accordion-item.active .accordion-content {
    display: block;
    max-height: 1500px;
  }

  .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    background-color: #f7f7f7;
    transition: background-color 0.3s ease;
  }

  .accordion-header:hover {
    background-color: #eaeaea;
  }

  .accordion-header span {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }

  .accordion-header .arrow {
    font-size: 16px;
    transition: transform 0.3s ease;
  }


  body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    display: block;
    justify-content: center;
    height: 100vh;

  }

  .accordion {
    width: 85vw;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

  }

  .accordion-item {
    border-bottom: 1px solid #ddd;
  }

  .accordion-item:last-child {
    border-bottom: none;
  }


  .midcenter {
    display: grid;
    justify-content: center;

  }

  embed{
    height: 1000px;
  }

  .titulo{

    text-align: center;
    margin-top: 140px;
    margin-bottom: 50px;
    font-size: 25px;
  }