.items{
    height: 102px; 
    position: absolute; 
    align-items: center;
}

.section-tag{
    background-color: #2d518f;
    color: white;
    font-weight: 900;
    align-items: center;
    height: 67px;
    width: 100%;
    text-align: center;
    padding: 16px;
}
.text-img-prod{
    color: white;
    margin-top: -72%;
    padding: 10%;
    font-weight: revert;
}
.boton-general{
    background-color: #0a387c;
    color: white;
    width: 80%;
    position: relative;
    display: inline-block;
    margin-top: 37% ;
    padding: 1em 2em;
    border: 0;
    border-radius: 30px;
    text-align: center;
}
.color-azul{
    color:#0a387c;
}
.weight{
    font-weight: bold;
}

.box {
    width: 400px;
    padding: 20px;
    background: white;
  }
  
  .expand {
    position: relative;
    cursor: pointer;
  }
  
  .expand.open:before {
    content: '-';
    position: relative;
    color: red;
    float: right;
  }
  .expand:before {
    content: '+';
    position: relative;
    color: blue;
    float: right;
  }

  .f-z-22{
    font-size: 22px;
  }
  box li{
    list-style: none;
    border-bottom: 1px solid black;
  }

  .box .collapse li {
    color: white;
    background-color: gray;
  }
  .box .collapse li:hover{
    color: white;
    background-color: rgb(31, 29, 29);
  }
  .title-contacto{
    color:#375895; 
    font-weight: bold; 
    margin-left: 5%; 
    font-size: 24px;
  }

  .text-contacto{
    font-size: 22px; 
    align-items: flex-start;
    margin-left: 5%;
    text-align: initial;
  }

  .contacto{
    background-color: #b5b5b5; 
    border-radius: 10px; 
    margin-top:5%; 
    height: 150px; 
    padding: 2%;
    
  }