body, html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden !important;
    overflow: auto;
    font-family: 'Sanchez Italic';
}


.container-content {
    width: 100%;
    height: 100%;
/*     padding-top: 5rem;
    padding-bottom: 4.5rem; */
}

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

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

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

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

.container-home {
    width: 100%;
    height: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    background-image: url(https://colmena.topbrand.interactiva.net.co/images/Colmena%20Footage/Background-home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

}

  .hexagon {
    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%);

  }
  
  .hexagon img {
    width: 100%;
    height: auto;
    display: block;
  }

/* Fin - Codigo Hexagono - Home */


.Sanchez-Italic{
    font-family: 'Sanchez Italic' !important;
}

.Gotham-Book{
    font-family: 'Gotham Book' !important;
}


.Sanchez-Regular{
    font-family: 'Sanchez-Regular' !important;
}


.margin-0{
    margin: 0rem;
}

.margin-1-5{
    margin: 1.5rem;
}

.margin-bottom{
    margin: 0rem;
    margin-bottom: 1rem !important;
}

.margin-bottom-0{
    margin-bottom: 0rem !important;
}

.margin-bottom-1em{
    margin-bottom: 1em !important;
}


.color-green-blue-light {
    color: #00c6bc;
}

.color-white {
    color: #ffffff;
}

.link-class{
    text-decoration: none;
}

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


.bnt-view-ranking{
    border: 2px solid #fcc91f;
    padding: 1rem 3rem;
    border-radius: 2rem;
    background: #fcc91f;
    color: #ffffff;
    cursor: pointer;
}


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


.btn-logout{
    border: 2px solid #00c6bc;
    padding: 1rem 3rem;
    border-radius: 2rem;
    background: #00c6bc;
    color: #ffffff;
    cursor: pointer;
}

.btn-logout:hover {
    background-color: #0891a2;
}


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


.container-img-home-abs {
    position: relative;
}

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

.text-align-name-avatar{
    text-align: center;
}

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

.button-results{
    text-align: center;
    border: 2px solid #fcc91f;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    background: #fcc91f;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    width: 10%;
}

.panel-juego{
    display: flex;
    justify-content: center;
    align-items: center;
}

.color-yelow-light {
    color: #fcc91f;
}

.button-juego{
    text-align: center;
    border: 2px solid #fcc91f;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    background: #fcc91f;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}


.goHome{
    position: absolute;
    bottom: 1rem;
    left: 10px;
}

.buttonHome{
    text-align: center;
    border: 2px solid #fcc91f;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    background: #fcc91f;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

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

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

  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .full-center-row {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column !important;
    }

    .container-home {
        height: auto;
    }

    .bnt-view-ranking{
        border: 2px solid #fcc91f;
        padding: 1rem;
        border-radius: 2rem;
        background: #fcc91f;
        color: #ffffff;
        cursor: pointer;
    }

    .btn-logout{
        border: 2px solid #00c6bc;
        padding: 1rem;
        border-radius: 2rem;
        background: #00c6bc;
        color: #ffffff;
        cursor: pointer;
    }

    .left-image {
        position: absolute;
        left: 0;
        width: 110px;
        top: 165px;
        left: 5px;
        z-index: 4;
    }

    .button-rankin{
        text-align: center;
        border: 2px solid #fcc91f;
        padding: 0.5rem 1.5rem;
        border-radius: 2rem;
        background: #fcc91f;
        color: #ffffff;
        cursor: pointer;
        text-decoration: none;
    }

    .button-results{
        text-align: center;
        border: 2px solid #fcc91f;
        padding: 0.5rem 1.5rem;
        border-radius: 2rem;
        background: #fcc91f;
        color: #ffffff;
        cursor: pointer;
        text-decoration: none;
        width: 30%;
    }

}


@media only screen and (min-width: 0px) and (max-width: 767.98px) {
    .full-center-row {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column !important;
    }

    .container-home {
        height: auto;
    }

    .bnt-view-ranking{
        border: 2px solid #fcc91f;
        padding: 1rem;
        border-radius: 2rem;
        background: #fcc91f;
        color: #ffffff;
        cursor: pointer;
    }

    .btn-logout{
        border: 2px solid #00c6bc;
        padding: 1rem;
        border-radius: 2rem;
        background: #00c6bc;
        color: #ffffff;
        cursor: pointer;
    }

    .left-image {
        position: absolute;
        left: 0;
        width: 80px;
        top: 0px;
        left: 2px;
        z-index: 4;
    }

    .button-rankin{
        text-align: center;
        border: 2px solid #fcc91f;
        padding: 0.5rem 1.5rem;
        border-radius: 2rem;
        background: #fcc91f;
        color: #ffffff;
        cursor: pointer;
        text-decoration: none;
    }

    .button-results{
        text-align: center;
        border: 2px solid #fcc91f;
        padding: 0.5rem 1.5rem;
        border-radius: 2rem;
        background: #fcc91f;
        color: #ffffff;
        cursor: pointer;
        text-decoration: none;
        width: 30%;
    }
}


