body {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.container-retos {
    min-height: 75vh;
}


/* Solo para reto 16 solar power*/

.container-retos-cajas {
    min-height: 50vh;
}

.red-big-title {
    color: #CC0C10;
    font-weight: bolder;
    font-size: 4vh;
}

.red-big-title-rccc {
    color: #CC0C10;
    font-weight: bolder;
    font-size: 3vh;
}
.red-big-title-2 {
    color: #CC0C10;
    font-weight: bolder;
    font-size: 4vh;
    text-align: center;
}
.red-title {
    color: #CC0C10;
    font-weight: bolder;
}

.vertical-center {
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.container-retos .columna-reto {
    align-self: center;
    text-align: center;
}


/* Circle Progress Bars */

.progress-container {
    background-size: 80%;
    /*background-size: 80%;*/
    background-position: center;
    background-repeat: no-repeat;
    /*padding: 5%; jj*/
}

@media screen and (min-width: 768px) {
    .progress-container {
        background-size: 100%;
        /* padding: 7%; jj*/
    }
}

.progress-container.rojo-1 {
    background-image: url('/img/retos/rojo_grafica_1.png');
}

.progress-container.rojo-2 {
    background-image: url('/img/retos/fondo_grafica_rojo_interior.jpg');
    width: 78%;
}

.progress-container.rojo-3 {
    background-image: url('/img/retos/fondo_grafica_rojo_interior.jpg');
    width: 100%;
}

.progress-container.amarillo-1 {
    background-image: url('/img/retos/amarillo_grafica_1.png');
}

.progress-container.verde-1 {
    background-image: url('/img/retos/verde_grafica_1.png');
}

.progress {
    /*
	width: 60vw;
	height: 60vw;
	*/
    width: 50vw;
    height: 50vw;
    line-height: 60vw;
    background: none;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 4px 11px -1px #999;
    border-radius: 50%;
}

.progress.thick {
    width: 50vw;
    height: 50vw;
    line-height: 50vw;
    box-shadow: none;
}

@media only screen and (min-width: 768px) {
    .progress {
        width: 15vw;
        height: 15vw;
        line-height: 22vw;
    }
    .progress.thick {
        width: 15vw;
        height: 15vw;
        line-height: 15vw;
    }
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: calc(8px + 0.5vw) solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress.thick:after {
    border: calc(30px + 1vw) solid #eee;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: calc(8px + 0.5vw);
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-bar.thick {
    border-width: calc(30px + 1vw);
}

.progress .progress-bar.rojo {
    border-color: var(--rojo);
}

.progress .progress-bar.amarillo {
    border-color: var(--amarillo);
}

.progress .progress-bar.verde {
    border-color: var(--verde);
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 30vw;
    border-bottom-right-radius: 30vw;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 30vw;
    border-bottom-left-radius: 30vw;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

@media only screen and (min-width: 768px) {
    .progress .progress-left .progress-bar {
        border-top-right-radius: 11vw;
        border-bottom-right-radius: 11vw;
    }
    .progress .progress-right .progress-bar {
        border-top-left-radius: 11vw;
        border-bottom-left-radius: 11vw;
    }
}

.progress .progress-value {
    display: flex;
    flex-direction: column;
    border-radius: 50%;
    text-align: center;
    line-height: 1.1;
    align-items: center;
    justify-content: center;
    height: 80%;
    width: 80%;
    font-weight: 300;
    transform: translate(12.5%, 12.5%);
    color: white;
}

.progress .progress-value.rojo {
    background: var(--rojo);
}

.progress .progress-value.amarillo {
    background: var(--amarillo);
}

.progress .progress-value.verde {
    background: var(--verde);
}

.progress .progress-value.rojo.transparente {
    background: none;
    color: var(--rojo);
    font-weight: bold;
    font-size: var(--f-20);
}

.progress-value .titulo {
    font-size: calc(10px + 1vw);
    font-weight: bold;
}

.progress-value .fecha {
    font-size: calc(10px + 0.9vw);
    margin-bottom: 0.5vw;
}

.progress-value .tipo {
    font-size: calc(10px + 0.8vw);
    font-weight: bold;
}

.progress-value .porcentaje-small {
    font-size: calc(10px + 0.7vw);
    font-weight: bold;
}

.progress-value .porcentaje {
    font-size: calc(10px + 0.8vw);
    font-weight: bold;
}

.progress-value .porcentaje.thick {
    font-size: calc(14px + 0.8vw);
    font-weight: bold;
}

.progress[data-percentage="5"] .progress-right .progress-bar {
    animation: loading-1 1.5s linear forwards;
}

.progress[data-percentage="5"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="10"] .progress-right .progress-bar {
    animation: loading-2 1.5s linear forwards;
}

.progress[data-percentage="10"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="15"] .progress-right .progress-bar {
    animation: loading-3 1.5s linear forwards;
}

.progress[data-percentage="15"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
    animation: loading-4 1.5s linear forwards;
}

.progress[data-percentage="20"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="25"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="25"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
    animation: loading-6 1.5s linear forwards;
}

.progress[data-percentage="30"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="35"] .progress-right .progress-bar {
    animation: loading-7 1.5s linear forwards;
}

.progress[data-percentage="35"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
    animation: loading-8 1.5s linear forwards;
}

.progress[data-percentage="40"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="45"] .progress-right .progress-bar {
    animation: loading-9 1.5s linear forwards;
}

.progress[data-percentage="45"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
    animation: loading-10 1.5s linear forwards;
}

.progress[data-percentage="50"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="55"] .progress-right .progress-bar {
    animation: loading-10 1.5s linear forwards;
}

.progress[data-percentage="55"] .progress-left .progress-bar {
    animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
    animation: loading-10 1.5s linear forwards;
}

.progress[data-percentage="60"] .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="65"] .progress-right .progress-bar {
    animation: loading-10 1.5s linear forwards;
}

.progress[data-percentage="65"] .progress-left .progress-bar {
    animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
    animation: loading-10 1.5s linear forwards;
}

.progress[data-percentage="70"] .progress-left .progress-bar {
    animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="75"] .progress-right .progress-bar {
    animation: loading-10 1.5s linear forwards;
}

.progress[data-percentage="75"] .progress-left .progress-bar {
    animation: loading-5 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
    animation: loading-10 1.5s linear forwards;
}

.progress[data-percentage="80"] .progress-left .progress-bar {
    animation: loading-6 1.5s linear forwards 1.5s;
}

.progress[data-percentage="85"] .progress-right .progress-bar {
    animation: loading-10 1.5s linear forwards;
}

.progress[data-percentage="85"] .progress-left .progress-bar {
    animation: loading-7 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
    animation: loading-10 1.5s linear forwards;
}

.progress[data-percentage="90"] .progress-left .progress-bar {
    animation: loading-8 1.5s linear forwards 1.5s;
}

.progress[data-percentage="95"] .progress-right .progress-bar {
    animation: loading-10 1.5s linear forwards;
}

.progress[data-percentage="95"] .progress-left .progress-bar {
    animation: loading-9 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
    animation: loading-10 1.5s linear forwards;
}

.progress[data-percentage="100"] .progress-left .progress-bar {
    animation: loading-10 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(18);
        transform: rotate(18deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(54);
        transform: rotate(54deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90);
        transform: rotate(90deg);
    }
}

@keyframes loading-6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@keyframes loading-7 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(126);
        transform: rotate(126deg);
    }
}

@keyframes loading-8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@keyframes loading-9 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(162);
        transform: rotate(162deg);
    }
}

@keyframes loading-10 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}


/* End Circle Progress Bars */

.columna-reto {
    padding: 3%;
    text-align: center;
    /*jj*/
}

.columna-reto .detalle {
    padding: 8px 16px;
    box-shadow: 0 5px 6px -2px #999;
    border: none;
    transition: all 0.2s ease-in-out;
    background: white;
    font-weight: bold;
    font-size: var(--f-26);
}

.columna-reto .detalle.rojo {
    color: var(--rojo);
}

.columna-reto .detalle.rojo:hover,
.columna-reto .detalle.rojo:focus,
.columna-reto .detalle.rojo:active {
    background: var(--rojo);
}

.columna-reto .detalle.amarillo:hover,
.columna-reto .detalle.amarillo:focus,
.columna-reto .detalle.amarillo:active {
    background: var(--amarillo);
}

.columna-reto .detalle.amarillo {
    color: var(--amarillo);
}

.columna-reto .detalle.verde:hover,
.columna-reto .detalle.verde:focus,
.columna-reto .detalle.verde:active {
    background: var(--verde);
}

.columna-reto .detalle.verde {
    color: var(--verde);
}

.columna-reto .detalle:hover,
.columna-reto .detalle:focus,
.columna-reto .detalle:active {
    color: white;
    box-shadow: 0 8px 6px -2px #999;
}

.regresar {
    color: var(--gris);
    font-weight: bold;
    font-size: var(--f-22);
    cursor: pointer;
    text-decoration: none;
}

.tipo-reto {
    color: var(--rojo-oscuro);
    font-weight: bold;
    font-size: var(--f-22);
}

.subtipo-reto {
    color: var(--gris-claro);
    font-size: var(--f-20);
    font-weight: bold;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.subtipo-reto:hover {
    color: var(--verde);
}

.subtipo-reto.active {
    color: var(--verde);
    font-size: var(--f-22);
}

.divisor-subtipo-reto {
    font-size: var(--f-27);
    font-weight: bold;
    color: var(--verde);
    position: relative;
    bottom: 2px;
}

.fecha-reto {
    color: var(--gris);
    margin-bottom: 10px;
}

.fecha-reto .active {
    color: var(--verde);
    font-weight: bold;
}

.container-stars img {
    width: 23px;
}

.no-stars {
    color: var(--amarillo);
    font-weight: bold;
}

.opciones img {
    width: 25%;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .opciones img {
        width: 100%;
    }
}

.columna-tabla {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.columna-tabla .icono-tabla {
    width: 15%;
}

.columna-tabla table {
    box-shadow: 0 4px 11px -1px #999;
    text-align: center;
    margin-bottom: 1rem;
    table-layout: fixed;
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .columna-tabla table {
        width: 85%;
    }
}

.columna-tabla tr:first-child {
    background: var(--verde);
    color: white;
    font-size: var(--f-12);
}

.columna-tabla th {
    padding: 5px 2px;
}

.columna-tabla td {
    padding: 3px 0;
}

@media screen and (min-width: 768px) {
    .columna-tabla th {
        padding: 10px;
    }
    .columna-tabla td {
        padding: 8px;
    }
}

.reto-ruta-button {
    border-radius: 13px;
    background: white;
    color: var(--verde);
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 17px;
    padding-left: 17px;
    border: revert;
    margin-top: 15px;
}
.reto-ruta-button-active {
    border-radius: 13px;
    background: var(--verde);
    color: white;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 17px;
    padding-left: 17px;
    border: initial;
    margin-top: 15px;
}
.wrap-columna-reto-active{
    display: block;
}
.wrap-columna-reto{
    display: none;
}
.columna-reto .detalle-entrar {
    color: white;
    background: var(--verde);
    padding-right: 65px;
    padding-left: 65px;
}
.retos-nohay-wrapper{
    justify-content: center;
    text-align: center;
}
.img-retos-nohay{
    width: 100%;
}

.title-selecciona-reto{
    text-align:center; 
    margin-left: 70px; 
    margin-right: 70px;
    font-size: large;
    color: var(--verde);
    font-weight: bold;
}
.toma-fotos-title {
    color: var(--verde);
    font-size: x-large;
}
.toma-fotos-avance {
    color: var(--verde);
    font-weight: bolder;
}
.toma-fotos-title-bold {
    color: var(--verde);
    font-size: x-large;
    font-weight: bold;
    padding-bottom: 20px;
}
.reto-exh-amstel-ultra-title-bold-1 {
    color: #164068;
    font-size: large;
    font-weight: bold;
    width: 490px;
    text-align: center;
    display: inline-block;
}
.foto-por-semana-wrap{
    width: 100%;
    overflow: auto;
}
.foto-por-semana-col{
    background-image: url(../img/retos/toma_de_fotos/toma_fotos_foto_verde.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}
.foto-por-semana-img-wrap{
    background-image: url(../img/retos/toma_de_fotos/toma_fotos_icono_img_blanco.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    height: 80px;
    text-align: right;
    padding-right: 0px;
    padding-top: 20px;
}
.foto-por-semana-img{
    width: 100%;
}
.foto-por-semana-p{
color: white;
font-size: 100%;
font-weight: bold;
padding-top: 20px;
}
.foto-por-semana-p-2{
    color: white;
    font-size: 100%;
    font-weight: bold;
}

.foto-por-semana-col-gray{
    background-image: url(../img/retos/toma_de_fotos/toma_fotos_foto_gris.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.foto-por-semana-img-wrap-gray{
    background-image: url(../img/retos/toma_de_fotos/toma_fotos_icono_img_gris.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    height: 80px;
    text-align: right;
    padding-right: 40px;
    padding-top: 20px;
}
.foto-por-semana-img-gray{
    width: 100%;
}
.foto-por-semana-p-gray{
color: #9f9e9f;
font-size: 100%;
font-weight: bold;
padding-top: 20px;
}
.foto-por-semana-p-2-gray{
    color: #9f9e9f;
    font-size: 100%;
    font-weight: bold;
}
.foto-por-semana-p-act{
    font-size: x-large;
    color: gray;
    font-weight: bold;
}

.reto-futbolito-title-bold {
    color: var(--verde);
    font-size: x-large;
    font-weight: bold;
}
.reto-futbolito-cancha-footer {
    color: var(--verde);
    font-size: small;
    font-weight: bold;
}
.reto-futbolito-cancha-ejecuta {
    padding-left: 10px;
    padding-right: 10px;
}
.reto-exh-amstel-ultra-ejecuta {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    color: #6E6E6E;
    font-size: large;
}
.reto-exh-amstel-ultra-p-act{
    font-size: x-large;
    color: gray;
    font-weight: bold;
}

.reto-futbolito-balon {
    width: 90%;
}
.reto-exh-amstel-ultra-pelota {
    padding-bottom: 12px;
    width: 45%;
}
.reto-exh-amstel-ultra-equis {
    padding-top: 10px;
    padding-bottom: 18px;
    width: 30%;
}

.toma-fotos-aceptada {
    color: var(--verde);
    font-weight: bolder;
}
.toma-fotos-no-aceptada {
    color: var(--verde);
    font-weight: bolder;
    font-size: 14px;
    padding-top: 24px;
}
.reto-futbolito-del-al{
    font-size: 100%;
    height: 50px;
}
.reto-fubolito-cancha-wrap{
    background-image: url(../img/retos/exhibicionesFutbolito/porteria_mobile.jpg);
    background-size: auto 100%;
    background-position-x: center;
    background-repeat: no-repeat;
    height: 470px;
    width: 795px;
    padding-top: 82px;
    padding-left: 70px;
    padding-right: 70px;
    display: inline-block;
    justify-content: center;
}
.reto-fubolito-cancha-wrap-2{
    background-image: url(../img/retos/exhibicionesFutbolito/porteria_mobile.jpg);
    background-size: auto 100%;
    background-position-x: center;
    background-repeat: no-repeat;
    height: 375px;
    width: 677px;
    padding-top: 82px;
    padding-left: 70px;
    padding-right: 70px;
    display: grid;
    justify-content: center;
    margin-right: 212px;
    margin-top: 193px;
}
.reto-fubolito-cancha-wrap-modal 
{
    -webkit-transform: translateY(41%) translateX(-21%) rotate(270deg);
    -moz-transform: translateY(41%) translateX(-21%) rotate(270deg);
    -o-transform: translateY(41%) translateX(-21%) rotate(270deg);
    -ms-transform: translateY(41%) translateX(-21%) rotate(270deg);
    transform: translateY(41%) translateX(-21%) rotate(270deg);
}
.reto-fubolito-cancha-bar{
    width: fit-content;
}
@media only screen and (max-width: 851px) {
 
    .reto-futbolito-cancha-footer {
        font-size: 12px;
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .reto-fubolito-cancha-wrap{
        background-size: auto 110%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
        height: 214px;
        width: 325px;
    }

    .reto-futbolito-title-bold {
        font-size: 11px;
    }
    .toma-fotos-aceptada {
        font-size: 10px; 
    }
    .toma-fotos-no-aceptada {
        font-size: 10px;
        padding-top: 10px;
    }
    .reto-futbolito-del-al{
        font-size: 8px;
        height: 25px;
    }
    .toma-fotos-title-bold {
        padding-top: 20px;
        padding-bottom: 10px;
        font-size: larger;
    }
    .reto-exh-amstel-ultra-title-bold-1 {
        padding-top: 20px;
        font-size: inherit;
        color:#164068;
        display: unset;
    }

    .reto-futbolito-cancha-ejecuta {
        font-size: smaller;
    }
    .reto-exh-amstel-ultra-ejecuta {
        font-size: inherit;
        padding-top: 5px;
    }
    .reto-exh-amstel-ultra-p-act{
        font-size: inherit;    
    }
    .reto-fubolito-cancha-bar{
        width: fit-content;
    }
    .reto-exh-amstel-ultra-title-bold {
        font-size: 25px;
        width: 225px !important;
    }
    .reto-exh-amstel-ultra-del-al{
        font-size: 15px;
        height: 25px;
    }
    .row-exh-amstel-ultra{
        display: flex;
        flex-direction: column;
    }
    .col-exh-amstel-ultra {
        border-left-color: white !important;
        border-bottom-color: #B6D632 !important;
    }
}
.reto-fubolito-cancha-overflow{
    overflow-y: hidden; 
    overflow-x: scroll;
    direction:rtl; 
    scrollbar-width: thin; 
}
/* width */
.reto-fubolito-cancha-overflow::-webkit-scrollbar {
    width: 12px;
    height: 8px;
  }
  
  /* Track */
  .reto-fubolito-cancha-overflow::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  .reto-fubolito-cancha-overflow::-webkit-scrollbar-thumb {
    background: var(--verde); 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .reto-fubolito-cancha-overflow::-webkit-scrollbar-thumb:hover {
    background: var(--verde);
  }

.reto-fubolito-cancha-overflow div{
    direction:ltr; 
}

.reto-fubolito-title{
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.reto36-table { border-collapse: collapse; margin: 25px 0; font-size: 1em; font-family: sans-serif; min-width: 400px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
.reto36-table thead tr { background-color: #980081; color: #ffffff; text-align: middle; }
.reto36-table th, .reto36-table td { padding: 9px 12px; }
.reto36-table tbody tr { border-bottom: 1px solid #f7c6c9; } 
.reto36-table tbody tr:nth-of-type(even) { background-color: #f7c6c9; } 

.reto40-table { border-collapse: collapse; margin: 25px 0; width:70%; font-size: 1em; font-family: sans-serif;}
.reto40-table thead tr { background-color: #980081; color: #ffffff; text-align: middle; }
.reto40-table th, 
.reto40-table td { padding: 9px 12px; }
.reto40-table tbody tr { border-bottom: 1px solid #f7c6c9; } 
.reto40-table tbody tr:nth-of-type(even) { background-color: #f7c6c9; } 

.reto-ultima-actualizacion {
    text-align: center;
    color: #8B4929


}
.reto-fecha-actualizacion {
    text-align: center;
    color: #8B4929
}
.reto-ultima-actualizacion-2 {
    text-align: center;
    color: #8B4929;
    font-size: larger;
    font-weight: bold;
}
.reto-fecha-actualizacion-2 {
    text-align: center;
    color: #8B4929;
    font-size: larger;
    font-weight: bold;
}
.caja-recuperada {
    text-align: center;
    letter-spacing: 0px;
    color: #8B4929;
    font-size: x-large;
    line-height: initial;
}
.cajas-recuperadas {
text-align: center;
letter-spacing: 0px;
color: #8b4929;
font-weight: bold;
font-size: x-large;
}
.caja-recuperada-cuadrado{

    width: 307px;
    height: 278px;
    /* UI Properties */
    border: 4px solid #f3ece9;
    background: #fcf6f0 0% 0% no-repeat padding-box;
display: inline-block;
padding: 50px;
line-height: initial;
}
.brown-title{
  color: #d58f40;
  padding-top: 10px;
}
.caja-recuperada-select{
    width: 295px;
    height: 35px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #8B4929;
    border-radius: 29px;
    text-align: center;
    letter-spacing: 0px;
    color: #8B4929;
    font-weight: bold;
 }
 .caja-recuperada-wrap-select{
    padding: 20px;
 }
 .container-caja-recuperada-pop{
    background-color: white;
    padding: 15px;
    position: absolute;
 }

 .reto-exh-amstel-ultra-title-bold {
    color: var(--verde);
    font-size: x-large;
    font-weight: bold;
    width: 170px;
}
.reto-exh-amstel-ultra-del-al{
    padding-top: 2px;
    font-size: 100%;
    height: 50px;
    color: black;
}
.row-exh-amstel-ultra{
    width: max-content;
    height: fit-content;
}
.col-exh-amstel-ultra{
    padding-top: 15px;
    width: fit-content;
    border-left-style: solid;
    border-left-color: #B6D632;
    border-bottom-style: solid;
    border-bottom-color: white;
}
.retos-botella{
    background: 
    url("./../img/retos/botella2.png") center / cover,
    linear-gradient(black,black)   bottom / 100% 1%,
    white;

  background-repeat:no-repeat;
  width: 57%;
  display: inline-block;
}

.reto40-wrap{
    width: 100%;
    padding: 20px;
    margin-top: 10%;
 }

@media only screen and (max-width: 851px) {
    .reto40-table { 
        min-width: 100%;
    }
    .retos-botella{
        width: 100px;
    }
}

.reto40-list-client{
    position: absolute;
    top: auto;
    right: auto;
    margin-left: 45px;
    margin-right: 45px;
    margin-bottom: 45px;
    background-color: white;
    width: auto;
    min-width: 160px;
    padding: 15px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    display: none;
}
.reto40-p-avance{
    font-size: x-large;
    padding-top: 116px;
}

.reto40-imagen{
    width: 90%;
}

@media only screen and (max-width: 851px) {
    .reto40-p-avance{
        padding-top: 33px;
    }

    .reto40-imagen{
        width: 50%;
    }
    

|}

.reto-fh-t{
    display:table;
    width:auto;
}
.reto-fh-t-row{
    width: auto;  
    display:table-row;
    /* float:left; */
    clear: both;
    padding-top: 7px;
    padding-bottom: 7px;
}
.reto-fh-t-col{
    width: 200px;  
    width: auto;
    display:table-cell;
    font-weight: bold;
    color: #6E6E6E;
    font-size: larger;
}
.reto-fh-img{
    width:40%;
}
.reto-bas-img{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 8px;
    height: 200px;
}
.reto-ft-ref{
    color: #6E6E6E;
    font-size: small;
}

.reto-ft-ver-desktop{
    display: block;
}
.reto-ft-ver-mobile{
    display: none;
}
.reto-ft-p-ruta-mobile{
    text-align: center;
    display: none;
}

.reto-ft-p-ruta-desktop{
    text-align: center;
    display: block;
}
.reto-ft-p-1{
    color: #8b8b8b;
    font-size: initial;
}
.reto-ft-fec-act{
    text-align: right;
    color:#a0a0a0;
}
@media only screen and (max-width: 851px) {
    .reto-ft-ver-desktop{
        display: none;
    }
    .reto-ft-ver-mobile{
        display: block;
    }
    .reto-fh-img{
        width:60%;
    }
    .reto-bas-img{
        height: 85px;
    }
    .reto-ft-p-ruta-desktop{
        display:none;
    }
    .reto-ft-p-ruta-mobile{
        display:block;
        padding-bottom: 25px;
    }
    .reto-fh-t-col{
        font-size: small;
    }
    .reto-ft-p-1{
        font-size: small;
    }
    .reto-ft-fec-act{
        font-size: x-small;
    }       
}