﻿.bgDregadadoRyzodeg{
    background: linear-gradient(360deg, rgba(194, 219, 42, 1) -10%, rgba(0, 129, 197, 1) 8%, rgba(27, 36, 76, 1) 100%);;
}

.acordionRyzodeg .acordion{
    border: solid 1px #666666;
}
.acordionRyzodeg .acordion .pregunta{
    padding-bottom: 15px;
}
.acordionRyzodeg .acordion .respuesta{
    padding: 15px 0px;
    margin: auto;
    height: auto;
    opacity: 1;
    transition: all .5s ease-in-out;
}
.acordionRyzodeg .acordion .respuesta.oculto{
    padding: 0px 0px;
    margin: 0;
    position: relative;
    height: 0;
    overflow: hidden;
    transition: all .5s ease-in-out;
}
.listRyzodeg li{
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.listRyzodeg li::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #666666;
    border-radius: 50%;
    position: absolute;
    margin-left: -10px;
    margin-top: 10px;
}

.TyCRyzodeg h2{
    color: #1B244C;
    font-size: 1.8rem;
    font-weight: bold;
}
.TyCRyzodeg p{
    margin-top: 10px;
    margin-bottom: 10px;;
}
.TyCRyzodeg h3{
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 10px;
    margin-top: 10px;
}
.TyCRyzodeg ul li{
    margin-left: 20px;
    margin-bottom: 10px;
}
.TyCRyzodeg ul li::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #1B244C;
    border-radius: 50%;
    position: absolute;
    margin-left: -13px;
    margin-top: 10px;
}