/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

   body {
      background-color: #FFF3E6;
      font-family: 'Montserrat', sans-serif;
    }
    
    
    
  .mix {
    border: 4px #6B3E2B;
    padding: 10px;
    border-style: none none hidden solid;
    text-align: justify;
    
    }
    
  .left a, .left summary {
    color: black;
    background-image: linear-gradient(to right, transparent, black 25%, transparent);
  }
    
  .dropdown-item{
  padding: 10px;
  background-color: rgba(107, 62, 43, 0.3)
    }  
    
  .dropdown-menu .show{
    
    text-align: center;
    
    }
   
   .container {
    text-align: center;
    margin: 15px; 
   }
   
 @media (min-width: 1024px) {
  .container {
    margin: 500px; 
  }
}
    
     .menu li {
      background: rgba(255 255 255 / 0.85);
      border-radius: 10px;
      padding: 8px 5px;
      margin-bottom: 10px;
      color: #6B3E2B;
    }
    
    .nav-link{
      border-radius: 2px;
      color: #6B3E2B;
      
      }
    

    .contenedor { /* corzinha de fundo no site */
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      display: flex;
      flex-wrap: wrap;
      max-width: 960px;
      margin: 40px auto;
      overflow: hidden;
    }
    
    .contenedor-textos { /* corzinha de fundo no site */
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      display: block;
      padding: 15px;
      flex-wrap: wrap;
      width: 100%;
      max-width: 860px;
      overflow: hidden;
      margin: 0 auto;
    }

    .lado-izquierdo {
      background-color: #FAD4BF;
      color: #6B3E2B;
      font-family: 'Quicksand', sans-serif;
      text-align: center;
      padding: 30px 20px;
    }

    .textos {
      color: #6B3E2B;
      font-family: 'Quicksand', sans-serif;
      padding: 30px 20px;
      transform: scale(100% - 200px);
      display: block;
      text-align: justify;

    }
    .textos h1 {
      text-align: left;
      display: block;
      }
    
.breadcrumb {
  padding: 0 0.5rem;
  margin: 0 auto;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 auto;
  padding: 50px;
  align-items: center;
  }
  
.breadcumb estilo{
  border: 4px solid #6B3E2B;
  border-radius: 10%;
  }  

.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.25rem;
  content: "→";
}

    .lado-izquierdo img {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      object-fit: cover;
      border: 4px solid #6B3E2B;
      margin-bottom: 15px;
    }

    .titulo-usuario {
      font-size: 1.2rem;
      font-weight: bold;
    }

    .nota-pie {
      font-size: 0.95rem;
      font-style: italic;
      margin-top: 8px;
      margin-bottom: 8px;
    }

    .info-contacto h3 {
      font-size: 1.1rem;
      margin-top: 20px;
    }

    .info-contacto p {
      background: rgba(255 255 255 / 0.85);
      border-radius: 10px;
      padding: 8px 12px;
      margin-bottom: 10px;
      color: #6B3E2B;
    }

    .info-contacto p strong:first-child {
      font-size: 0.9rem;
      display: inline-block;
      width: 60px;
    }

    .info-contacto p:nth-child(3) {
      font-size: 0.9rem;
      word-break: break-word;
    }

    .info-contacto p:first-of-type a {
      font-size: 0.85rem;
      word-break: break-word;
      display: inline-block;
      max-width: 100%;
    }

    .info-contacto a {
      color: #6B3E2B;
      text-decoration: none;
    }

    .info-contacto a:hover {
      text-decoration: underline;
    }

    .lado-derecho {
      flex: 1;
      padding: 30px;
    }

    .nombre-usuario {
      font-size: 2em;
      font-weight: bold;
      text-align: center;
      margin-bottom: 10px;
    }

    .subtitulo {
      font-family: 'Quicksand', sans-serif;
      text-align: center;
      margin-bottom: 25px;
      font-style: italic;
      color: #6B3E2B;
    }

    .texto-quicksand {
      font-family: 'Quicksand', sans-serif;
      font-size: 1.05em;
      color: #444;
      text-align: justify;
      line-height: 1.6;
    }

    .accordion-button:not(.collapsed) {
      background-color: #FAD4BF;
      color: #6B3E2B;
    }
      
    
    .botao-recolher:not(.collapsed) {
      background-color: #FAD4BF;
      color: #6B3E2B;
    }

    .formulario {
      margin-top: 30px;
    }

    .formulario textarea,
    .formulario input {
      margin-bottom: 10px;
    }

    .formulario button {
      background-color: #25D366;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      font-weight: 600;
    }

    .formulario button:hover {
      background-color: #1ebe5b;
    }
 