.dsc-contenedor-informacion{
    background-color: white;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}
.dsc-contenedor-informacion label{
    font-size: 1em;
    display: block;
    font-weight: bold;
    color: #969696;
    background-color: #f1f1f1;
    padding: 15px 0px;
    box-sizing: border-box;
    margin: 30px 0px;
    text-align: center;
}
.dsc-contenedor-informacion label small{
    color: #848484;
    font-weight: normal !important;
}

.dsc-contenedor-informacion section:nth-child(1){
    overflow: hidden;
    padding-bottom: 20px;
}
.dsc-contenedor-informacion section:nth-child(1) h2{
    color: #0f70ab;
    font-size: 1.5em;
    font-weight: bold;
}
.dsc-contenedor-informacion section:nth-child(1) p{
    overflow: hidden;
    padding: 10px 0px;
    color: #484848;
}
.dsc-contenedor-informacion section:nth-child(1) strong{
    display: inline-block;
    font-size: 1.3em;
    color: #b92525;
    font-weight: bold;
    background-color: #ffffda;
    padding: 10px;
    border-radius: 15px;
    width: auto;
    margin: 5px 0px;
    box-shadow: inset 0px 0px 5px #abab3a;
}
.dsc-contenedor-informacion section:nth-child(2){
    overflow: hidden;
}
.dsc-contenedor-informacion section:nth-child(2) h3{
    font-weight: bold;
    color: black;
}
.dsc-contenedor-informacion section:nth-child(2) div{
    overflow: hidden;
}
.dsc-contenedor-informacion section:nth-child(2) div ul{
    /*list-style-type: disc !important;
    list-style-position: inside;
    padding: 10px;*/
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
   
}
.dsc-contenedor-informacion section:nth-child(2) div ul li{
    color: #484848;
    padding: 2px 0px;
}
