
.estructura{
  width:100%;
  display:flex;
  flex-direction:column;
  background-color:#f0efee;
  
}

      
.estructura{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  background-color:#f0efee;
  padding:0 0 93px;
}

.estructura h2{
  color:#000;
  font-size:40px;
  line-height:38px;
  text-align:center;
  margin-top:66px;
  margin-bottom:39px;
}

.estructura .line{
  width:100%;
  height:1px;
  background-color:#b7b7b7;
}

.estructura .bottom{
  display:flex;
  flex-direction:column;
  width:100%;
  align-items:center;
  padding-top:34px;
}

.estructura h4{
  color:#575757;
  font-size:22px;
  line-height:normal;
  margin-bottom:30px;
  text-align:center;
}

.estructura .compilado{
    display:flex;
    width:100%;
    justify-content:center;
    flex-wrap:wrap;
    gap:25px;
  }

.estructura .tira{
        width:fit-content;
        padding:7px 17px;
        background-color:#e1e1e1;
        color:#111;
        font-size:17px;
        line-height:24px;
        white-space:nowrap;
      }

@media (max-width: 680px){
  .estructura{
    padding-bottom:56px;
  }

  .estructura h2{
    font-size:30px;
    line-height:33px;
    margin:56px 20px 32px;
  }

  .estructura .bottom{
    padding:28px 20px 0;
  }

  .estructura h4{
    font-size:18px;
    margin-bottom:24px;
  }

  .estructura .compilado{
    gap:14px;
  }
}

/* Large viewport proportional scaling */
@media (min-width: 1765px){
  .estructura{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  background-color:#f0efee;
  padding:0 0 5.2721vw;
}
  .estructura h2{
  color:#000;
  font-size:2.2676vw;
  line-height:2.1542vw;
  text-align:center;
  margin-top:3.7415vw;
  margin-bottom:2.2109vw;
}
  .estructura .line{
  width:100%;
  height:0.0567vw;
  background-color:#b7b7b7;
}
  .estructura .bottom{
  display:flex;
  flex-direction:column;
  width:100%;
  align-items:center;
  padding-top:1.9274vw;
}
  .estructura h4{
  color:#575757;
  font-size:1.2472vw;
  line-height:normal;
  margin-bottom:1.7007vw;
  text-align:center;
}
  .estructura .compilado{
    display:flex;
    width:100%;
    justify-content:center;
    flex-wrap:wrap;
    gap:1.4172vw;
  }
  .estructura .tira{
        width:fit-content;
        padding:0.3968vw 0.9637vw;
        background-color:#e1e1e1;
        color:#111;
        font-size:0.9637vw;
        line-height:1.3605vw;
        white-space:nowrap;
      }
}
/* End large viewport proportional scaling */
