.redi__contenido {
    max-width: 1200px;
}

@media (max-width: 767px) {
    .backdrop header h1 {
        font-size: 40px;
    }
}

.qwsa-form label {
    display: block;
    width: 100%;
    text-align: center;
    height: 100%;
    cursor: pointer
}

.tabla-actividad2 {
    color: #333333;
    font-size: 20px;
    background-color: hsla(0, 0%, 100%, 0.5);
    border-radius: 10px;
    overflow: hidden;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #fff;
    /*font-size: 1.2em;*/
    color: #fff;
    background-color: #8f959e;
}

.title_table_small{
    display: none;
}

@media (max-width: 767px) {
    .title_table{
        display: none;
    }

    .title_table_small{
        display: table-cell;
        text-align: center;
    }
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 7px 10px;
    border-top: 1px solid #333;
}

td:first-child { 
    width: 60% ;
}

@media (max-width: 767px) {
    td:first-child { 
        width: 60% ;
    }
}

@media (max-width: 767px) {
    table {
        font-size: 18px;
    }
}


.title_table {
    text-align: center;
}


.label-container {
    margin: 0;
}

.label-container input {
    left: 45%;
    right: 50%;
    margin: auto;
    width: 35px;
    height: 35px;
    display: none;
    opacity: 0;
}

.radio-elegant {
    top: -5px;
    right: 50%;
    margin: auto;
    width: 35px;
    height: 35px;
}

svg.svg-radio-elegant:not(:root) {
    overflow: hidden;
}

svg.svg-radio-elegant path {
    /*  stroke: #655E5E; */
    stroke-width: 20px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;

    -webkit-transition: stroke-dashoffset 0.8s ease-in 0s;
    transition: stroke-dashoffset 0.2s ease-in 0s;
}

svg.svg-radio-elegant path {
    stroke: #444;
}

span.checked svg.svg-radio-elegant path {
    stroke: #444;
}

table .fa-circle {
    color: #B6BAB4;
    font-size: 5px;
}

table.tabla-actividad2 td,
.table td {
    padding: 2px;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

svg.svg-radio-elegant {
    border: none;
    height: 35px;
    pointer-events: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
}

span.checked svg.svg1 {
    border: none;
    background: #b0c1e8;
    stroke: #444;
}

span.checked svg.svg2 {
    border: none;
    background: #fb8d86;
    stroke: #444;
}

@keyframes fondo {
    0% {
        background-position: bottom 0 center, bottom right 0, bottom right 0;
    }

    100% {
        background-position: bottom 0 center, bottom right 1840px, bottom right 920px;
    }
}


.fondoContenido {
    /*background:url(../img/fondo5.png) contain no-repeat bottom center fixed;*/
    /*background-image: url(../img/fondo5.png);*/
    background-image: url(../img/fondo3.png), url(../img/fondo2.png), url(../img/fondo1.png);
    background-size: 920px, 920px, 920px;
    padding: 20px 50px 100px;
    border-radius: 10px;
    background-position: bottom;
    background-repeat: no-repeat, repeat-x, repeat-x;
    /*background-attachment: fixed;*/
    margin-bottom: 30px;
    background-color: #eef6ff;
    animation: fondo 20s linear infinite;
    overflow: visible;
}

@media (max-width: 767px) {

    .fondoContenido {
        padding: 100px 20px 200px;
        margin-bottom: 30px;
    }
}