.panel-quiz-main {
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    background-image: url(https://colmena.topbrand.interactiva.net.co/images/Colmena%20Footage/Background-quizzes.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.panel-game-main {
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    background-image: url(https://colmena.topbrand.interactiva.net.co/images/Colmena%20Footage/Background-quizzes.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.panel-quiz-container{
    width: 100%;
    height: 100%;
}

.panel-quiz-video{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.video-quiz{
    width: 100%;
    height: 50%;
    margin-bottom: 3rem;
}

.title-video{
    margin-top: 4rem;
    margin-bottom: 4rem;
    color: #fff7be;
}


.button-video{
    text-align: center;
    border: 2px solid #fcc91f;
    padding: 1rem 3rem;
    border-radius: 2rem;
    background: #fcc91f;
    color: #ffffff;
    cursor: pointer;
}


.bnt-view-ranking:hover {
    background-color: #e69300;
}


.container-img-quiz-abs {
    position: relative;
    width: 100%;
}

.left-image-quiz {
    position: absolute;
    left: 0px;
    width: 160px;
    top: 50px;
    left: 24px;
    z-index: 4;
  }

  .title-question{
    margin-top: 4rem;
    margin-bottom: 4rem;
    color: #fff7be;
}


  .full-center-row-quiz {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: relative;
    border: 2px solid #fff7be;
    border-radius: 10px 4rem 4rem 10px;
}

.configuration-containers-quiz {
    width: 40%;
    height: 100%;
}

.configuration-containers-quiz-two {
    width: 60%;
    height: 100%;
}

  .avatar-user{
    width: 100%; /* Ancho ajustado al 100% */
    max-width: 330px; /* Ancho máximo deseado */
    height: auto; /* Altura ajustada automáticamente */
    background-color: #ccc; /* Color de fondo del hexágono */
    border-radius: 10px; /* Radio de las esquinas */


    /* Propiedades para convertir un div en un hexágono */
    clip-path: polygon(20% 0, 78% 0, 100% 50%, 78% 100%, 20% 100%, 0 50%);
    -webkit-clip-path: polygon(20% 0, 78% 0, 100% 50%, 78% 100%, 20% 100%, 0 50%);
    margin-left: -16rem;
}

.avatar-user-img{
    width: 100%;
    height: auto;
    display: block;
}

.full-center-row-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}


.btn-true{
    margin: 1rem;
}

.btn-false{
    margin: 1rem;
}


.container-quiz-avatar{
    display: flex;
    justify-content: space-around;
}


.title-question{
    text-align: center;
}



.btn-true{
    text-align: center;
    border: 2px solid #00c6bc;
    border-radius: 2rem;
    background: #00c6bc;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem;
}


.btn-true:hover {
    background-color: #e69300;
}



.btn-false{
    text-align: center;
    border: 2px solid #d71216;
    border-radius: 2rem;
    background: #d71216;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}


.btn-false:hover {
    background-color: #e69300;
}



#buttonQuestion1{
    text-align: center;
    border: 2px solid #fcc91f;
    padding: 0.8rem;
    border-radius: 2rem;
    background: #fcc91f;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem;
    font-weight: bold;
}


#buttonQuestion1:hover {
    background-color: #e69300;
}


.container-time{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 2px solid #fcc91f;
/*     padding: 0rem 1rem; */
    border-radius: 2rem;
    background: #fcc91f;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem;
}

.time-text{
    margin: 0.5rem;
}

.time{
    margin: 0.5rem;
}

.ico-btn-true{
    width: 50%;
    height: 40px;
    object-fit: contain;
    margin-right: 0.5rem;
}


.ico-btn-false{
    width: 50%;
    height: 40px;
    object-fit: contain;
    margin-right: 0.5rem;
}

.label-input-1{
    padding: 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    padding-right: 24px;
    font-weight: bold;
    font-size: 17px;
    padding-left: 3px;
    padding-top: 7px;
    padding-bottom:7px;
    
}

.label-input-2{
    padding: 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    padding-right: 24px;
    font-weight: bold;
    font-size: 17px;
    padding-left: 3px;
    padding-top: 7px;
    padding-bottom:7px;
    
}

.font-bold{
    font-weight: bold;
}



@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
    .left-image-quiz {
        position: absolute;
        left: 0px;
        width: 124px;
        top: -18px;
        left: 24px;
        z-index: 4;
    }

    .title-question{
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        color: #fff7be;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .left-image-quiz {
        position: absolute;
        left: 0;
        width: 94px;
        top: 6px;
        left: 5px;
        z-index: 4;
    }

    .title-question{
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        color: #fff7be;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .panel-quiz-main {
        width: 100%;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
        background-image: url(https://colmena.topbrand.interactiva.net.co/images/Colmena%20Footage/Background-quizzes.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: column;
        overflow: scroll;
    }

    .panel-game-main {
        width: 100%;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
        background-image: url(https://colmena.topbrand.interactiva.net.co/images/Colmena%20Footage/Background-quizzes.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .button-video{
        text-align: center;
        border: 2px solid #fcc91f;
        padding: 1rem;
        border-radius: 2rem;
        background: #fcc91f;
        color: #ffffff;
        cursor: pointer;
    }

    .left-image-quiz {
        display: none;
    }

    .title-question{
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        color: #fff7be;
    }


    .full-center-row-quiz {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        border: 2px solid #fff7be;
        border-radius: 0.5rem;
        height: 100%;
    }

    .container-quiz-avatar{
        display: flex;
        justify-content: end !important;
    } 

    .btn-true{
        text-align: center;
        border: 2px solid #00c6bc;
        padding: 0rem;
        border-radius: 2rem;
        background: #00c6bc;
        color: #ffffff;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1rem;
    }

    .btn-false{
        text-align: center;
        border: 2px solid #d71216;
        padding: 0rem;
        border-radius: 2rem;
        background: #d71216;
        color: #ffffff;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }


    #buttonQuestion1{
        text-align: center;
        border: 2px solid #fcc91f;
        padding: 1rem;
        border-radius: 2rem;
        background: #fcc91f;
        color: #ffffff;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0rem;
        font-weight: bold;
    }

    .container-time{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        border: 2px solid #fcc91f;
        padding: 0rem 1rem;
        border-radius: 2rem;
        background: #fcc91f;
        color: #ffffff;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0rem;
    }
    .configuration-containers-quiz-two {
        width: 90%;
        height: 100%;
    }

    #panelQuizQuestion {
        display: flex;
        flex-direction: column;
        height: -webkit-max-content;
    }

    #formQuestion {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .goHome{
        position: relative;
        bottom: 0rem;
        left: 0px;
        margin-top: 1rem;
    }

    .label-input-1{
        padding: 0rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
        padding-right: 24px;
        font-weight: bold;
        font-size: 17px;
        padding-left: 3px;
        padding-top: 7px;
        padding-bottom:7px;           
    }

    .label-input-2{
        padding: 0rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
        padding-right: 24px;
        font-weight: bold;
        font-size: 17px;
        padding-left: 3px;
        padding-top: 7px;
        padding-bottom:7px;
        
    }
}

@media only screen and (min-width: 0px) and (max-width: 767.98px) {
    .panel-quiz-main {
        width: 100%;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
        background-image: url(https://colmena.topbrand.interactiva.net.co/images/Colmena%20Footage/Background-quizzes.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: column;
        overflow: scroll;
    }

    .panel-game-main {
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    background-image: url(https://colmena.topbrand.interactiva.net.co/images/Colmena%20Footage/Background-quizzes.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .left-image-quiz {
        display: none;
    }

    .title-question{
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        color: #fff7be;
    }

    .full-center-row-quiz {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        border: 2px solid #fff7be;
        border-radius: 0.5rem;
        height: 100%;
    }

    .container-quiz-avatar{
        display: flex;
        justify-content: end !important;
    } 


    .btn-true{
        text-align: center;
        border: 2px solid #00c6bc;
        padding: 0rem;
        border-radius: 2rem;
        background: #00c6bc;
        color: #ffffff;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1rem;
    }

    .btn-false{
        text-align: center;
        border: 2px solid #d71216;
        padding: 0rem;
        border-radius: 2rem;
        background: #d71216;
        color: #ffffff;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    #buttonQuestion1{
        text-align: center;
        border: 2px solid #fcc91f;
        padding: 1rem;
        border-radius: 2rem;
        background: #fcc91f;
        color: #ffffff;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0rem;
        font-weight: bold;
    }

    .container-time{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        border: 2px solid #fcc91f;
        padding: 0rem 1rem;
        border-radius: 2rem;
        background: #fcc91f;
        color: #ffffff;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0rem;
    }
    .configuration-containers-quiz-two {
        width: 90%;
        height: 100%;
    }

    #panelQuizQuestion {
        display: flex;
        flex-direction: column;
        height: -webkit-max-content;
    }

    #formQuestion {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .goHome{
        position: relative;
        bottom: 0rem;
        left: 0px;
        margin-top: 1rem;
    }

    .label-input-1{
        padding: 0rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
        padding-right: 24px;
        font-weight: bold;
        font-size: 17px;
        padding-left: 3px;
        padding-top: 7px;
        padding-bottom:7px;        
    }

    .label-input-2{
        padding: 0rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
        padding-right: 24px;
        font-weight: bold;
        font-size: 17px;
        padding-left: 3px;
        padding-top: 7px;
        padding-bottom:7px;
        
    }
}




