.tramites-section-1-container .section-container {
    display:flex;
}

/*.tramites-section-1-container span {
    display: inline-block;
    width: 200px;
    border-bottom: 1px dotted #aaa;
}*/

.field--name-field-contenido {
  padding-top:10px;
  padding-bottom:25px;
}

.content-wrapper .encabezado {
  border-bottom: 1px dotted #aaa;  
}

.texto-con-encabezado--field_encabezado h1 {
  border-bottom: 1px dotted #aaa;
  width: 200px;
  margin:auto;
  padding-top:35px;
  padding-bottom: 20px;
}

.field--name-field-contenido h3 {
    color: #003683;
    font-weight: bold;
    font-size: 20px;
    font-family: calibri;
}

.encabezado h3 {
      font-size: 28px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
    font-style: normal;
    font-family: neosans;
}

.tramites-cuerpo {
    background-color: #EAEAEA !important;
     display: flex;
       width: 100%;
  gap: 2rem; /* espacio entre sidebar y contenido (opcional) */
  padding-top:50px;
}
.tramites-cuerpo .sidebar {
  flex: 0 0 30%;
  max-width: 30%;
  text-align: left;
}
.tramites-cuerpo .content {
  flex: 1;
  min-width: 0; /* evita desbordes en flex */
  text-align: left;
}

.content-wrapper {
    width:80%;
}

.menu-wrapper {
    width: 100%;
    display: flex;
    align-content: stretch;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end;
}

.field--name-field-enlace .field__item {
    background-color: #ffffff;
    text-align: center;
    padding: 16.3px;
    color: #003683;
    border-bottom: 1px solid #fff;
    font-size: 17px !important;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 2px 17px rgb(0 0 0 / 16%), 0 15px 12px rgb(0 0 0 / 2%);
    width: 100%;
}

.field--name-field-enlace .field__item a {
    background-color: #ffffff;
    text-align: center;
    padding: 16.3px;
    color: #003683;
    font-size: 17px !important;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
}

.js-form-type-textfield {
  float:left;
  width:50%;
  padding:5px;
}

@media (max-width: 768px) {
  .tramites-cuerpo {
    /*flex-direction: column;*/
    display: block;
    padding-top:0px;
  }

  .tramites-cuerpo .sidebar,
  .tramites-cuerpo .content {
    display: block;
    width:100%;
    max-width: 100%;
    padding:30px;
  }

  .field--name-field-contenido {
    padding-left:0px;
    padding-right:0px;
  }

  .menu-wrapper {
      width: 100%;
      display: block;
      
  }

  .content-wrapper {
    width:100%;
  }

  .texto-con-encabezado--field_contenido {
    padding-left:15px;
    padding-right:15px;
  }

}
