* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bodylogin {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    width: 100vw;
    height: 100vh;
    font-family: sans-serif;


}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    width: 100vw;
    max-width: 100vw;
    height: auto;
    font-family: sans-serif;
    flex-direction: column;
    box-sizing: border-box;

}

.containerlogin {
    width: 40%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
    flex-direction: column;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid white;
    box-shadow: 0 0 10px red, 0 0 15px red, 0 0 20px red;
}

.containerlogin .imglogo {
    width: 100px;
    height: 100px;
    position: relative;
    background-image: url(../img/fuego.gif);
    border-radius: 50%;
    box-shadow: 2px 3px gray;
}

.containerlogin .imglogo img {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.containerlogin form * {
    margin: 2px;
    padding: 5px;
}

.containerlogin form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;

}

.containerlogin form div {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    flex-direction: row;


}

.containerlogin form div label {
    white-space: nowrap;
    font-weight: bold;
}

.containerlogin form .buttondivlogin {
    justify-content: center;
    align-items: center;
    display: flex;
}

.containerlogin form div input {

    flex-grow: 1fr;
    max-width: 100%;
    width: 100%;
}

.containerlogin .mensajelogin p {
    font-size: 20px;
}

.containerlogin .mensajelogin p a {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.containerlogin .mensajelogin a {

    font-size: 22px;
    font-weight: bold;
}

.completar-perfil {
    position: fixed;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    padding: 10px;
    border-radius: 12px;
    background-color: black;
    color: white;
    font-weight: bold;
    z-index: +5;
}

header {
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    flex-direction: column;
}


.portada {
    height: auto;
    width: 100vw;
    background-color: black;
    position: relative;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.portada h1 {
    font-size: 25px;
    width: 100%;
    text-align: start;
    margin: 5px;
}

.portada .contenedorportada {
    width: 200px;
    height: 200px;
    margin: 5px;
    background-image: url(../img/fuego.gif);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.contenedorportada img {
    width: 95%;
    height: 95%;
}

.portada h2 {
    font-size: 18px;
    margin: 5px;
    width: 100%;
    text-align: start;
}

.portada p {
    width: 100%;
    font-size: 15px;
    line-height: 1.2;
    margin: 5px;
}

.main {

    width: 100vw;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    flex-direction: column;


}

.contenedorgaleriadiamon {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom,
            #007bff1c 0%,
            /* Azul */
            #0581a024 55%,
            /* Blanco */

            #00000000 100%
            /* Todo negro hasta el final */
        );
    padding: 10px;
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
}

.contenedorgaleriagold {
    width: 100vw;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom,
            #ffd90021 0%,
            /* Amarillo dorado */
            #ffa60025 55%,
            /* Naranja */

            #00000014 100%
            /* Todo negro hasta el final */
        );
    padding: 20px;
    position: relative;
}

.contenedorgaleriabasic {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom,
            #e6e9ed22 0%,
            /* Azul */

            #00000000 100%
            /* Todo negro hasta el final */
        );
    position: relative;
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.contenedorgaleriabasic h2 {
    width: 98%;
    text-align: start;
    margin-bottom: 20px;

}





.contenedorgaleriagold .contenedorgaleriainfo {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;

}

.contenedorgaleriadiamon .contenedorgaleriainfo {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;

}

.contenedorgaleriainfo .imglogocontenedor {
    width: 50px;
    height: auto;
}

.contenedorgaleriainfo .contenedorgaleriainfotext {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    margin-left: 8px;
}

.contenedorgaleriagold .imglogocontenedor {
    width: 50px;
    height: auto;
    filter: drop-shadow(0 0 3px rgb(238, 218, 5));

}

.galeria {
    display: grid;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 10px;
    transition: 0.5s ease;


}

main #diamon {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 425px));
    gap: 20px;
    /* Espacio entre los elementos */
    position: relative;
    width: auto;

    height: auto;

    transition: 0.5s ease;
    margin-top: 20px;
    max-width: 100%;
    width: 90%;


}

main #gold {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 205px));
    gap: 20px;
    /* Espacio entre los elementos */
    position: relative;
    width: auto;

    height: auto;
    padding: 5px;
    transition: 0.5s ease;
    margin-top: 50px;
    max-width: 100%;
    width: 90%;


}

main #basic {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(152px, 155px));
    gap: 10px;
    /* Espacio entre los elementos */
    max-width: 100%;
    width: 90%;


}

.galeriaold {
    display: grid;
    position: relative;

    height: auto;
    padding: 10px;
    transition: 0.5s ease;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(152px, 155px));
    gap: 10px;
    /* Espacio entre los elementos */
    max-width: 100%;
    width: 90%;

}

.boxdiamon {
    display: flex;
    width: 320px;
    height: 240px;
    background-color: black;
    flex-direction: column;
    position: relative;
    justify-content: start;
    align-items: end;
    position: relative;
    z-index: +3;
    padding: 0;
    margin: 30px;
    filter: drop-shadow(0 0 2px white);

    transition: 0.5s;
    border-radius: 12px;
}

.boxdiamon:hover {
    transform: scale(1.01);
    z-index: +5;
    filter: drop-shadow(0 0 2px white) drop-shadow(0 0 3px yellow) drop-shadow(0 0 8px orange);
}

.boxdiamon .diamonimgpresentacion {
    position: absolute;
    width: 300px;
    height: 0;
    background-color: black;
    z-index: +7;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    transition: 0.5s ease;
    overflow: hidden;
}

.boxdiamon .diamonimgpresentacion div {
    position: relative;
    width: 100%;
    height: 100%;

}

.boxdiamon .diamonimgpresentacion div img {
    position: absolute;
    max-width: 100%;
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.boxdiamon .diamonimgpresentacion div span {
    position: absolute;
    background-color: white;
    top: 3px;
    right: 3px;
    color: black;
    padding: 5px 8px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 1px 1px gray;
    cursor: pointer;
}

.boxdiamon a {
    width: 25px;
    height: 25px;
    margin-top: 10px;
    margin-right: 5px;
    transition: 0.5s ease;
}

.boxdiamon a:hover {
    transform: scale(1.02);
    filter: drop-shadow(0 0 3px white) drop-shadow(0 0 5px white);
}

.boxdiamon a img {
    width: 100%;
    height: 100%;
}

.boxdiamon .actidisponible {
    width: 15px;
    height: 15px;
    position: relative;
    background-color: black;
    border: 1px solid black;
    margin-top: 20px;
    margin-right: 10px;

}

.boxdiamon .actidisponible .mensajedisponible {
    display: flex;
    white-space: nowrap;
    position: absolute;
    top: -20px;
    right: -25px;
    font-size: 10px;
    background-color: white;
    opacity: 0;
    color: black;
    padding: 5px;
    border-radius: 5px;
    transition: 0.5s ease;
    z-index: +6;
}

.boxdiamon .actidisponible:hover .mensajedisponible {
    opacity: 0.7;
}

.boxdiamon .actidisponible .luz1 {
    width: 100%;
    height: 100%;

    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: +1;
}

.boxdiamon .actidisponible .luz2 {
    width: 80%;
    height: 80%;

    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: +2;
}

.disponible-on .luz1 {
    background-color: rgb(242, 254, 3);
    box-shadow: 0 0 12px greenyellow;
}

.disponible-on .luz2 {
    background-color: rgb(227, 238, 6);
    box-shadow: 0 0 12px rgb(204, 244, 143);
}

.disponible-off .luz1 {
    background-color: #928f8f;
    box-shadow: none;
}

.disponible-off .luz2 {
    background-color: #444;
    box-shadow: none;
}

.boxdiamon .actidisponible .luz3 {
    width: 5%;
    height: 8%;
    background-color: white;
    position: absolute;
    left: 40%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: +3;
}

.boxdiamon .megusta {
    display: flex;
    width: 35px;
    height: 40px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    cursor: pointer;
    z-index: +5;
    position: relative;

}

.boxdiamon .megusta .mensajemegusta {
    display: flex;
    white-space: nowrap;
    position: absolute;
    bottom: -30px;
    right: -5px;
    font-size: 10px;
    background-color: white;
    opacity: 0;
    color: black;
    padding: 5px;
    border-radius: 5px;
    transition: 0.5s ease;
}

.boxdiamon .megusta:hover .mensajemegusta {
    opacity: 0.7;
}

.boxdiamon .megusta span {
    font-size: 12px;
    color: yellow;
    text-shadow: 0px 0px 5px yellow;
    margin: 3px;

}

.boxdiamon .megusta img {
    width: 18px;
    height: auto;
    padding: 2px;
}

.boxdiamon .perfilverificado {
    width: 35px;
    height: 35px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -35px;
    z-index: +5;
    right: 45px;

}

.boxdiamon .perfilverificado:hover .textverificado {
    opacity: 0.7;
}

.boxdiamon .perfilverificado .textverificado {
    width: auto;
    height: auto;
    background-color: white;
    border: 1px solid black;
    position: absolute;
    left: 37px;
    top: -5px;
    border-radius: 5px;
    opacity: 0;
    transition: 0.5s ease;
}

.boxdiamon .perfilverificado .textverificado p {
    font-size: 12px;
    color: black;
    padding: 5px;
    white-space: nowrap;

}

.boxdiamon .perfilverificado .imgverificado {
    width: 35px;
    height: 35px;
    position: relative;
    z-index: +6;
    justify-content: center;
    align-items: center;

}

.boxdiamon .perfilverificado .imgverificado img {
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: +6;
    top: 0;
    left: 0;
    filter: drop-shadow(1px 1px gray);

}

.boxdiamon .perfilverificado .imgverificado .fondoverificado {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: +5;
}

.boxdiamon .caradiamon {
    width: 380px;
    height: 300px;
    position: absolute;
    background: linear-gradient(to right, #ff0000, #e60000, #cc0000, #b30000, #990000);

    display: flex;
    flex-direction: row;
    top: 50%;
    left: 50%;
    transform: translate(-66%, -50%);
    padding: 0;
    margin: 0;
}

.boxdiamon .caradiamon a {
    width: 200px;
    height: 300px;
    padding: 0;
    margin: 0;
    position: relative;
    text-decoration: none;

}

.boxdiamon .caradiamon a .perfilpublicante {
    width: 100%;
    height: 100%;

}

.boxdiamon .caradiamon a .angulo1 {
    position: absolute;
    width: 62px;
    height: 62px;
    top: 0;
    left: 0;
    z-index: +2;
}

.boxdiamon .caradiamon a .angulo2 {
    position: absolute;
    width: 62px;
    height: 62px;
    bottom: 0;
    right: 0;
    z-index: +2;
}

.boxdiamon .caradiamon a p {
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.boxdiamon .caradiamon a .nombreperfil {
    position: absolute;

    top: 0;
    left: 0;
    z-index: +3;
    margin: 5px;
}

.boxdiamon .caradiamon a .edadperfil {
    position: absolute;
    margin: 10px;
    bottom: 0;
    right: 0;
    z-index: +3;

}

.boxdiamon .caradiamon a .ubicacionsecundaria {
    width: 180px;
    height: auto;
    border: 1px solid black;
    background-image: url("../img/fuego.gif");
    display: flex;
    flex-direction: column;
    padding: 3px;
    color: white;

    position: absolute;
    top: 120px;
    left: -10px;
    opacity: 0.7;
    transition: 0.5s ease;
    cursor: pointer;
    z-index: +8;
}

.boxdiamon .caradiamon a .ubicacionsecundaria:hover {

    opacity: 1;


}

.boxdiamon .caradiamon a .ubicacionsecundaria .contenedorubicacionsecuandaria {
    display: flex;
    flex-direction: column;
    padding: 3px;
    color: white;
    border-radius: 12px;
    justify-content: start;
    align-items: start;
    background-color: black;
    padding: 2px;

}

.boxdiamon .caradiamon a .ubicacionsecundaria p {
    font-size: 15px;

    padding: 3px;

}

.boxdiamon .caradiamon .textperfil {
    display: flex;
    flex-direction: column;
    padding: 5px;
    justify-content: flex-start;
    align-items: start;
    width: 200px;
    height: 300px;
}

.boxdiamon .caradiamon .textperfil h2 {
    font-size: 18px;
    color: white;
}

.minigaleriaperfil {
    width: 150px;
    height: 60px;

    perspective: 100px;
    margin: auto;
    position: relative;
    overflow: hidden;

}

.carrilminigaleriaperfil {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transform: translateZ(-200px);


}

.carrilminigaleriaperfil img {
    height: 50px;
    width: 50px;
    position: absolute;

    object-fit: cover;
    left: 50%;
    top: 50%;
    transform-style: preserve-3d;
    transform-origin: center center;
    transform: translate(-50%, -50%) rotateY(var(--rotate)) translateZ(120px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    /* sombra */
    border-radius: 8px;
    transition: transform 0.5s;
    cursor: pointer;

    /* brillo/resplandor */
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.3));
}

.carrilminigaleriaperfil img::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent);
    opacity: 0.5;
    transform: scaleY(-1);
    pointer-events: none;
}

.carrilminigaleriaperfil img:hover {
    width: 60px;
    height: 60px;
    filter: drop-shadow(0 0 1px white);
}

.boxdiamon .caradiamon .textperfil .textperfildescripcion {
    width: 100%;
    height: 188px;
    background-color: rgba(0, 0, 0, 0.533);
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding: 5px;
    border-radius: 12px 0 12px 0;
    margin-top: 5px;
}

.boxdiamon .caradiamon .textperfil .textperfildescripcion p {
    color: white;
    font-size: 11px;
    text-align: start;
    line-height: 1.1;
    font-family: Arial;
    padding: 5px;

}

.boxdiamon .caradiamon .textperfil .textperfildescripcion .textperfilservicios {
    width: 100%;
    height: auto;
    max-height: 240px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 7px;
}

.boxdiamon .caradiamon .textperfil .textperfildescripcion .textperfilservicios .pasatiempo,
.textperfilservicios .contador-extra {
    font-size: 9px;
    padding: 3px 4px;
    border-radius: 5px;
    background-color: rgb(183, 7, 7);
    margin: 4px;
    cursor: pointer;
    transition: 0.2s ease;
    color: white;
    white-space: nowrap;
}

.textperfilservicios.expandido .pasatiempo {
    display: inline-block !important;
}

.textperfilservicios .pasatiempo {
    display: none;
}

.textperfilservicios .pasatiempo:nth-child(-n+4) {
    display: inline-block;
}

.ver-mas-btn {
    cursor: pointer;
    background-color: #b30707;
    color: white;
    border-radius: 5px;
    padding: 3px 6px;
    margin: 4px;
    font-size: 12px;
    border: none;
    transition: 0.2s ease;
}

.ver-mas-btn:hover {
    background-color: #d40e0e;
}

.contador-extra {
    background-color: rgb(183, 7, 7);
}

.boxdiamon .caradiamon .textperfil .textperfildescripcion .textperfilservicios span:hover {
    transform: scale(1.01);
    box-shadow: 0 0 3px white;
}

/* ver perfil gold */
.boxgold {
    display: flex;
    width: 200px;
    height: 300px;
    background-color: black;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    align-items: end;
    position: relative;
    z-index: +3;
    padding: 5px;
    border-radius: 12px;
    filter: drop-shadow(0 0 2px white);
    transition: 0.5s ease;
}

.boxgold:hover {
    transform: scale(1.01);
    filter: drop-shadow(0 0 2px white) drop-shadow(0 0 3px yellow) drop-shadow(0 0 8px orange);
    z-index: +5;
}

.boxgold .actidisponible {
    width: 20px;
    height: 20px;
    position: relative;
    background-color: black;
    border: 1px solid black;
    margin-top: 10px;
    margin-right: 15px;

}

.boxgold .actidisponible .mensajedisponible {
    display: flex;
    white-space: nowrap;
    position: absolute;
    bottom: 2px;
    left: 25px;
    font-size: 10px;
    background-color: white;
    opacity: 0;
    color: black;
    padding: 5px;
    border-radius: 5px;
    transition: 0.5s ease;
    z-index: +6;

}

.boxgold .actidisponible:hover .mensajedisponible {
    opacity: 0.7;
}

.boxgold .actidisponible .luz1 {
    width: 100%;
    height: 100%;
    background-color: rgb(242, 254, 3);
    box-shadow: 0 0 12px greenyellow;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: +1;
}

.boxgold .actidisponible .luz2 {
    width: 80%;
    height: 80%;
    background-color: rgb(227, 238, 6);
    box-shadow: 0 0 12px greenyellow;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: +2;
}

.boxgold .actidisponible .luz3 {
    width: 5%;
    height: 8%;
    background-color: white;
    position: absolute;
    left: 40%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: +3;
}

.boxgold .megusta {
    display: flex;
    width: 50px;
    height: 35px;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    margin-top: 20px;
    margin-right: 7px;
    z-index: +1;
    background-color: black;
    position: absolute;
    bottom: -8px;
    right: -12px;
    border-radius: 0 0 12px 0;
}

.boxgold .megusta {
    display: flex;
    width: auto;
    min-width: 50px;
    height: 35px;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    margin-top: 20px;
    margin-right: 7px;
    z-index: +1;
    background-color: black;
    padding: 3px;

}

.boxgold .megusta .mensajemegusta {
    display: flex;
    white-space: nowrap;
    position: absolute;
    bottom: -20px;
    right: 0;
    font-size: 10px;
    background-color: white;
    opacity: 0;
    color: black;
    padding: 5px;
    border-radius: 5px;
    transition: 0.5s ease;
}

.boxgold .megusta:hover .mensajemegusta {
    opacity: 0.7;
}

.boxgold .megusta div span {
    font-size: 12px;
    color: yellow;
    text-shadow: 0px 0px 5px yellow;

}

.boxgold .megusta div img {
    width: 18px;
    height: auto;
}

.boxgold .perfilverificado {
    width: 35px;
    height: 35px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 15%;
    z-index: +5;

    right: -20px;

}

.boxgold .perfilverificado:hover .textverificado {
    opacity: 0.7;
}

.boxgold .perfilverificado .textverificado {
    width: auto;
    height: auto;
    background-color: white;
    border: 1px solid black;
    position: absolute;
    left: 37px;
    top: -5px;
    border-radius: 5px;
    opacity: 0;
    transition: 0.5s ease;
}

.boxgold .perfilverificado .textverificado p {
    font-size: 12px;
    color: black;
    padding: 5px;
    white-space: nowrap;

}

.boxgold .perfilverificado .imgverificado {
    width: 35px;
    height: 35px;
    position: relative;
    z-index: +6;
    justify-content: center;
    align-items: center;

}

.boxgold .perfilverificado .imgverificado img {
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: +6;
    top: 0;
    left: 0;
    filter: drop-shadow(1px 1px gray);

}

.boxgold .perfilverificado .imgverificado .fondoverificado {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: +5;
}

.boxgold .caragold {
    width: 200px;
    height: 300px;
    position: absolute;

    display: flex;
    flex-direction: row;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;

}

.boxgold .caragold a {
    width: 200px;
    height: 300px;
    padding: 0;
    margin: 0;
    position: relative;
    text-decoration: none;
    border: 12px;
    color: white;

}

.boxgold .caragold a .perfilpublicante {
    width: 100%;
    height: 100%;
}

.boxgold .caragold a p {
    font-weight: bold;
}

.boxgold .caragold a .nombreperfil {
    position: absolute;
    top: -5px;
    left: -10px;
    font-size: 18px;
    padding: 8px;
    background-color: black;
    border-radius: 12px 0 0 0;
}

.boxgold .caragold a .edadperfil {
    position: absolute;
    top: -5px;
    right: -10px;
    font-size: 18px;
    padding: 8px;
    background-color: black;
    border-radius: 0 12px 0 0;
}

.boxgold .caragold a .ubicacionperfil {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: transparent;
    /* ¡Importante! */
    
    background-image: url("../img/fuego.gif");

    padding: 5px;

    -webkit-background-clip: text;
    background-clip: text;
    

}

.boxgold .ubicacionsecundaria {
    width: 180px;
    height: auto;
    border: 1px solid black;
    background-image: url("../img/fuego.gif");
    display: flex;
    flex-direction: column;
    padding: 3px;
    color: white;

    position: absolute;
    top: 120px;
    left: -10px;
    opacity: 0.7;
    transition: 0.5s ease;
    cursor: pointer;
    z-index: +8;
}

.boxgold .ubicacionsecundaria:hover {

    opacity: 1;


}

.boxgold .ubicacionsecundaria .contenedorubicacionsecuandaria {
    display: flex;
    flex-direction: column;
    padding: 3px;
    color: white;
    border-radius: 12px;
    justify-content: start;
    align-items: start;
    background-color: black;
    padding: 2px;

}

.boxgold .ubicacionsecundaria p {
    font-size: 15px;

    padding: 3px;

}

/* basico */
.boxbasic {
    width: 150px;
    height: 211px;
    position: relative;
    display: flex;
    filter: drop-shadow(0 0 3px white);

    transition: all 0.5s ease;
}

.boxbasic a {
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    border-radius: 12px;

}

.boxbasic a .perfilpublicante {
    width: 100%;
    height: 100%;
}

.boxbasic a .textboxbasic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    position: absolute;
    bottom: 15%;
    width: 100%;
}

.boxbasic a .textboxbasic p {
    color: black;
}

.boxbasic a .textboxbasic .nombreperfil {
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.boxbasic a .textboxbasic .ubicacionperfil {
    font-size: 12px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.boxbasic .megusta {
    display: flex;
    min-width: 30px;
    width: auto;
    height: 20px;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    margin-top: 20px;
    margin-right: 7px;
    z-index: +1;
    background-color: black;
    position: absolute;
    bottom: 0;
    right: -7px;
    transition: 0.5s ease;
}

.boxbasic:hover {

    transform: scale(1.01);
    filter: drop-shadow(0 0 2px white) drop-shadow(0 0 3px rgb(240, 240, 233)) drop-shadow(0 0 8px rgb(178, 176, 172));
    z-index: +5;

}

.boxbasic .megusta .mensajemegusta {
    display: flex;
    white-space: nowrap;
    position: absolute;
    bottom: -30px;
    right: -5px;
    font-size: 10px;
    background-color: white;
    opacity: 0;
    color: black;
    padding: 5px;
    border-radius: 5px;
    transition: 0.5s ease;
}

.boxbasic .megusta:hover .mensajemegusta {
    opacity: 0.7;
}

.boxbasic .megusta div span {
    font-size: 13px;
    color: yellow;
    text-shadow: 0px 0px 5px yellow;

}

.boxbasic .megusta div img {
    width: 13px;
    height: auto;
}

.boxbasic .perfilverificado {
    width: 25px;
    height: 25px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -10px;
    z-index: +5;
    right: -10px;

}

.boxbasic .perfilverificado:hover .textverificado {
    opacity: 0.7;
}

.boxbasic .perfilverificado .textverificado {
    width: auto;
    height: auto;
    background-color: white;
    border: 1px solid black;
    position: absolute;
    left: 37px;
    top: -5px;
    border-radius: 5px;
    opacity: 0;
    transition: 0.5s ease;
}

.boxbasic .perfilverificado .textverificado p {
    font-size: 12px;
    color: black;
    padding: 5px;
    white-space: nowrap;

}

.boxbasic .perfilverificado .imgverificado {
    width: 25px;
    height: 25px;
    position: relative;
    z-index: +6;
    justify-content: center;
    align-items: center;

}

.boxbasic .perfilverificado .imgverificado img {
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: +6;
    top: 0;
    left: 0;
    filter: drop-shadow(1px 1px gray);

}

.boxbasic .perfilverificado .imgverificado .fondoverificado {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: +5;
}

.boxbasic .ubicacionsecundaria {
    width: auto;
    height: auto;


    display: flex;
    flex-direction: column;
    padding: 3px;
    color: white;

    position: absolute;
    top: 5px;
    left: -10px;

    transition: 0.5s ease;
    cursor: pointer;
}

.boxbasic .ubicacionsecundaria .iconosegundaubicacion {
    width: 35px;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: 0.5s ease;
    cursor: pointer;
    filter: drop-shadow(0 0 3px gold);
    animation: tamaño 0.5s linear infinite;
    transition: 0.5s ease;
    position: relative;
}

@keyframes tamaño {
    0% {
        transform: scale(1)
    }



    100% {
        transform: scale(1.1)
    }
}

.boxbasic .ubicacionsecundaria .iconosegundaubicacion img {
    width: 100%;
    height: 100%;

}

.boxbasic .ubicacionsecundaria .iconosegundaubicacion:hover .contenedorubicacionsecuandaria {
    display: flex;
}

.boxbasic .ubicacionsecundaria .iconosegundaubicacion:hover {
    animation: none;
}

.boxbasic .ubicacionsecundaria .iconosegundaubicacion .contenedorubicacionsecuandaria {
    display: none;
    flex-direction: column;
    padding: 3px;
    color: white;
    border-radius: 12px;
    justify-content: start;
    align-items: start;
    background-color: black;
    padding: 2px;
    left: 0px;
    top: 50px;
    width: 130px;
    height: auto;
    position: absolute;
    z-index: +30;

}

.boxbasic .ubicacionsecundaria .iconosegundaubicacion .contenedorubicacionsecuandaria p {
    font-size: 12px;

    padding: 3px;

}

.eventosdiarios {
    width: 75px;
    height: auto;

    position: fixed;
    bottom: 5px;
    right: 15px;
    z-index: +30;
}

.eventosdiarios .accionprimaria {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: auto;
    height: auto;

}

.eventosdiarios .accionprimaria .botonaccion {
    width: auto;
    height: auto;
    justify-content: center;
    align-items: center;
    position: relative;
}

.eventosdiarios .accionprimaria .botonaccion:hover {
    transform: scale(1.05);


}

.eventosdiarios button {
    width: 50px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: black;
    border: 1px solid white;
    position: relative;
    transition: 0.5s ease;
    box-shadow: 0 0 3px white;
    margin-top: 10px;

    z-index: +5;
}

.eventosdiarios button .efectobotonaccion {
    width: 48px;
    aspect-ratio: 1/1;
    border-radius: 50%;

    position: absolute;
    transition: 0.3s ease;
    top: 0;
    left: 0;

    background-color: black;
    animation: giro 2s linear infinite;
}

.boxold {
    width: 150px;
    height: 211px;
    position: relative;
    display: flex;
    filter: drop-shadow(0 0 3px white);
    transition: all 0.5s ease;

}


.boxold img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.boxold .oldnombre {
    position: absolute;
    bottom: 60px;
    font-size: 17px;
    color: black;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
}

.boxold .oldubicacion {
    position: absolute;
    bottom: 40px;
    font-size: 15px;
    color: black;
    left: 50%;
    transform: translateX(-50%);

}


.boxold .oldedad {
    position: absolute;
    font-size: 15px;
    color: white;
    left: 0;
    top: 0;
    font-weight: bold;
    background-color: black;
    padding: 5px;
}

@keyframes giro {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(90deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(270deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes color {
    0% {
        background-color: #FFD700;
        box-shadow: 0 0 2px rgb(228, 11, 11), 0 0 5px rgb(161, 218, 6), 0 0 12px rgb(255, 255, 255), 0 0 15px yellow;
    }

    25% {
        background-color: #e55e0a;
        box-shadow: 0 0 2px rgb(176, 237, 6), 0 0 5px white, 0 0 12px rgb(186, 105, 5), 0 0 15px red;
    }

    50% {
        background-color: #ae3a3a;
        box-shadow: 0 0 2px white, 0 0 5px white, 0 0 12px white, 0 0 15px orange;
    }

    75% {
        background-color: #FFD700;
        box-shadow: 0 0 2px rgb(176, 237, 6), 0 0 5px white, 0 0 12px rgb(186, 105, 5), 0 0 15px yellowgreen;
    }

    100% {
        background-color: #ffffff;
        box-shadow: 0 0 2px rgb(229, 122, 22), 0 0 5px rgb(215, 9, 9), 0 0 12px rgb(184, 153, 115), 0 0 15px yellowgreen;
    }
}

.eventosdiarios button .efectobotonaccion .circulo {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;


    position: relative;
    transition: 0.5s ease;



}

.eventosdiarios button .efectobotonaccion .circulo .minicirculo {
    width: 6px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    z-index: +16;
    position: absolute;
    transition: 0.5s ease;
    top: 3px;
    left: 3px;
    box-shadow: 0 0 2px white, 0 0 5px white, 0 0 12px white, 0 0 15px;
    background-color: rgb(255, 255, 255);
    transition: 0.5s;
    animation: 2s color infinite;
}

.eventosdiarios .efectobotonaccion:hover {
    transform: scale(1.02);
}

.eventosdiarios button img {
    max-width: 42px;
    max-height: 42px;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: +6;
}

.avisocosto {
    position: absolute;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 5px;
    background-color: white;
    color: black;
    border-radius: 12px;
    border: 1px solid red;
    top: -130%;
    right: -120%;
    opacity: 0;
    transition: 0.5s ease;
    z-index: +50;
    display: none;
}

.avisocosto .formacosto {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
}

.avisocosto .formacosto img {
    width: 20px;
    height: 20px;
    padding: 3px;
}

.avisocosto .formacosto p {
    font-size: 12px;
    font-weight: normal;
}

.botoneditar:hover .avisocosto {
    opacity: 0.7;
}

.luzdisponible {
    filter: drop-shadow(0 0 7px greenyellow) drop-shadow(0 0 12px rgb(204, 244, 143));
}

#modal-regalo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#overlay-regalo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

#contenido-regalo {
    position: relative;
    width: 250px;
    height: 300px;
    background-color: black;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#video-regalo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#resultado-regalo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../img/fondoregalo.gif');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: rgb(8, 8, 8);
}

#resultado-regalo img {
    width: 80px;
    height: auto;
    margin-bottom: 10px;

}

.modal-otrosbotones {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: +20;
    background-color: white;
    border-radius: 15px;
    padding: 15px;
}

.contenedorsegundaubicacion {
    width: 400px;
    height: auto;
    color: black;

}

.contenedorsegundaubicacion form {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;

}

.contenedorsegundaubicacion form h3 {
    margin: 10px;
    width: 100%;
    text-align: center;
}

.contenedorsegundaubicacion form p {
    margin: 5px;
    line-height: 1.5;
    font-size: 14px;
}

.contenedorsegundaubicacion form label {
    margin: 5px;
    display: flex;
    font-size: 14px;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.contenedorsegundaubicacion form label select {
    padding: 5px;
    margin: 5px;
}

.contenedorsegundaubicacion form label span {
    text-transform: uppercase;
    margin: 5px;
}

.contenedorsegundaubicacion form label input {
    padding: 5px;
    margin: 5px;
}

.contenedorsegundaubicacion form button {
    padding: 5px;
    margin: 5px;
}

.contenedorsegundaubicacion form .imgmodal {
    padding: 5px;
    margin: 5px;
    border-radius: 12px;
    box-shadow: 1px 1px gray;
    width: 80%;
    height: auto;
}

.registrooff {
    z-index: +85;
    width: 150px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: black;
    box-shadow: 2px 2px 3px red;
    position: fixed;
    bottom: 20px;
    right: 15px;

}

.registrooff a {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;

}

.registrooff a img {
    width: 30px;
    height: 30px;
    margin: 5px;
}

.registrooff a p {
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.registrooff #cerrarregistrooff {
    position: absolute;
    top: 1px;
    right: 3px;
    background-color: red;
    padding: 3px;
    z-index: +90;
    cursor: pointer;
}

.infohakupy {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: column;

}

.infohakupy * {
    margin-top: 5px;
    margin-top: 5px;
    line-height: 1.5;
    width: 100%;
    text-align: start;
}

.infohakupy h2 {
    margin: 10px;
}

.infohakupy img {
    width: 50%;
    height: auto;
}

.zonas-paraguay {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 4px;


    border-radius: 12px;
    font-size: 0.95em;
}

.zonas-paraguay span {
    width: 200px;
    margin: 4px;
    background-color: red;
    padding: 3px 5px;
    border-radius: 12px;
    font-size: 12px;
    cursor: pointer;
}

.zonas-paraguay span:hover {
    transform: scale(1.01);
}

.galeria-contenido {
    width: 95vw;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 302px));
    padding: 10px;
}

.item-contenido {
    width: 300px;
    height: 300px;

    flex-direction: column;
    position: relative;
    background-color: white;

}

.item-contenido a {
    text-decoration: none;
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #444;


}

.item-contenido a .imgcontenido {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;

}

.item-contenido a h3 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: red;
    color: white;
    z-index: +5;
    font-size: 15px;
    width: 100%;
    padding: 5px;
    text-align: center;
}

.item-contenido a button {
    background-color: #890606;
    padding: 3px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;

}

.item-contenido a button .imgbutton {
    width: 30px;
    height: 30px;

}

.item-contenido a button span {
    color: black;
    font-size: 12px;
}

.item-contenido a .contenidoprecio {
    width: 300px;
    height: auto;
    background-color: red;
    color: white;
    justify-content: center;
    align-items: center;
    z-index: +15;
    padding: 5px;
}

.item-contenido a .contenidoprecio span {
    width: auto;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.item-contenido a .contenidoprecio span .imgmonedas {
    width: 25px;
    height: auto;
    padding: 5px;
}

.filtro {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;

}

.filtro .filtro-perfiles {
    width: 100%;

}

.filtro .filtro-perfiles .filtrotext {
    width: 40%;
    margin: 5px;
    padding: 7px;
    font-size: 15px;
    border-radius: 12px;
}

.filtro .filtro-perfiles .filtroedad {
    width: 5%;
    margin: 5px;
    padding: 7px;
    font-size: 15px;
    border-radius: 12px;
}

.filtro .filtro-perfiles .filtroboton {
    background-color: red;
    padding: 7px;
    color: white;
    border-radius: 12px;
}

@media(max-width: 1000px) {
    main {
        width: 100vw;
    }
    .infohakupy {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
        flex-direction: column;

    }

    .containerlogin {
        width: 90%;
        height: auto;
        padding: 15px;
    }

    .containerlogin form div label {
        white-space: nowrap;
        font-weight: bold;
        font-size: 12px;
    }

    header {
        margin-top: 60px;
    }

    .portada h1 {
        font-size: 17px;
        width: 100%;
        text-align: start;
        margin: 5px;
    }

    .portada h2 {
        font-size: 15px;
        margin: 5px;
        width: 100%;
        text-align: start;
    }

    .portada p {
        width: 100%;
        font-size: 12px;
        line-height: 1.2;
        margin: 5px;
    }

    .portada .contenedorportada {
        width: 100px;
        height: 100px;
        margin: 5px;
        background-image: url(../img/fuego.gif);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

    .contenedorportada img {
        width: 95%;
        height: 95%;
    }

    .contenedorgaleriadiamon .imglogocontenedor {
        width: 40px;
        height: auto;
        filter: drop-shadow(0 0 3px rgb(127, 206, 220));

    }

    .contenedorgaleriagold .imglogocontenedor {
        width: 40px;
        height: auto;

    }

    .contenedorgaleriainfo .imglogocontenedor {
        width: 50px;
        height: auto;
        filter: drop-shadow(0 0 3px rgb(238, 218, 5));

    }

    .contenedorgaleriainfo .contenedorgaleriainfotext {
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        margin-left: 5px;

    }

    .contenedorgaleriainfo .contenedorgaleriainfotext h2 {
        font-size: 15px;
    }

    .contenedorgaleriainfo .contenedorgaleriainfotext p {
        font-size: 12px;
    }

    main .contenedorgaleriadiamon .galeria {
        display: grid;
        position: relative;
        width: 100vw;
        max-width: 100vw;
        height: auto;
        padding: 0;
        transition: 0.5s ease;
    }

    main #diamon {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        width: 100vw;
        flex-wrap: wrap;

    }

    .boxdiamon {
        display: flex;
        width: 50%;
        height: 220px;
        background-color: black;
        flex-direction: column;
        position: relative;
        justify-content: start;
        align-items: end;
        position: relative;
        z-index: +3;
        padding: 0;
        margin: 0;
        filter: drop-shadow(0 0 2px white);

        transition: 0.5s;
        border-radius: 12px;

    }

    .boxdiamon .caradiamon {
        width: 90%;
        height: 220px;
        position: absolute;
        background: linear-gradient(to right, #ff0000, #e60000, #cc0000, #b30000, #990000);

        display: flex;
        flex-direction: row;
        top: 0;
        left: 0;
        transform: none;
        padding: 0;
        margin: 0;
    }

    .boxdiamon .caradiamon a .ubicacionsecundaria {
        width: 160px;
        height: auto;
        border: 1px solid black;
        background-image: url("../img/fuego.gif");
        display: flex;
        flex-direction: column;
        padding: 3px;
        color: white;

        position: absolute;
        top: 120px;
        left: -3px;
        opacity: 0.7;
        transition: 0.5s ease;
        cursor: pointer;
        z-index: +8;
    }

    .boxdiamon .caradiamon a .ubicacionsecundaria p {
        font-size: 14px;

        padding: 3px;

    }

    .boxdiamon .caradiamon a {
        width: auto;
        height: 220px;
        padding: 0;
        margin: 0;
        position: relative;
        text-decoration: none;

    }

    .boxdiamon .caradiamon .textperfil {
        display: flex;
        flex-direction: column;
        padding: 5px;
        justify-content: flex-start;
        align-items: start;
        width: 300px;
        height: 220px;
    }

    .boxdiamon .perfilverificado {
        width: 35px;
        height: 35px;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -17px;
        z-index: +5;
        right: 25px;

    }

    .boxdiamon .actidisponible .mensajedisponible {
        display: flex;
        white-space: nowrap;
        position: absolute;
        top: -20px;
        right: 17px;
        font-size: 10px;
        background-color: white;
        opacity: 0;
        color: black;
        padding: 5px;
        border-radius: 5px;
        transition: 0.5s ease;
        z-index: +6;
    }

    .boxdiamon .megusta .mensajemegusta {
        display: flex;
        white-space: nowrap;
        position: absolute;
        bottom: -30px;
        right: 0;
        font-size: 10px;
        background-color: white;
        opacity: 0;
        color: black;
        padding: 5px;
        border-radius: 5px;
        transition: 0.5s ease;
    }

    .boxdiamon .perfilverificado .textverificado {
        width: auto;
        height: auto;
        background-color: white;
        border: 1px solid black;
        position: absolute;
        left: -80px;
        top: -25px;
        border-radius: 5px;
        opacity: 0;
        transition: 0.5s ease;
    }

    main #gold {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 152px));
        gap: 20px;
        /* Espacio entre los elementos */
        position: relative;
        width: auto;

        height: auto;
        padding: 5px;
        transition: 0.5s ease;
        margin-top: 20px;
        max-width: 100%;


    }

    .boxgold {
        display: flex;
        width: 150px;
        height: 225px;
        background-color: black;
        flex-direction: row;
        position: relative;
        justify-content: space-between;
        align-items: end;
        position: relative;
        z-index: +3;
        padding: 5px;
        border-radius: 12px;
        filter: drop-shadow(0 0 2px white);
        transition: 0.5s ease;
    }

    .boxgold .caragold {
        width: 150px;
        height: 225px;
        position: absolute;

        display: flex;
        flex-direction: row;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0;
        margin: 0;

    }

    .boxgold .caragold a {
        width: 150px;
        height: 225px;
        padding: 0;
        margin: 0;
        position: relative;
        text-decoration: none;
        border: 12px;
        color: white;

    }

    .boxgold .ubicacionsecundaria {
        width: 160px;
        height: auto;
        border: 1px solid black;
        background-image: url("../img/fuego.gif");
        display: flex;
        flex-direction: column;
        padding: 3px;
        color: white;

        position: absolute;
        top: 120px;
        left: -10px;
        opacity: 0.7;
        transition: 0.5s ease;
        cursor: pointer;
        z-index: +8;
    }

    .boxgold .perfilverificado .textverificado {
        width: auto;
        height: auto;
        background-color: white;
        border: 1px solid black;
        position: absolute;
        left: -90px;
        top: -10px;
        border-radius: 5px;
        opacity: 0;
        transition: 0.5s ease;
    }


    .contenedorgaleriabasic {
        width: 100vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to bottom,
                #e6e9ed22 0%,
                /* Azul */

                #00000000 100%
                /* Todo negro hasta el final */
            );
        position: relative;
        padding: 0;
        padding-top: 40px;
        padding-bottom: 40px;

    }

    main #basic {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(80px, 81px));
        gap: 2px;
        /* Espacio entre los elementos */
        max-width: 100vw;
        padding: 0;
        background-color: #890606;
    }





    .boxbasic {
        width: 80px;
        height: 120px;
        position: relative;
        display: flex;
        filter: drop-shadow(0 0 3px white);

        transition: all 0.5s ease;
        margin: 5px;
    }

    .boxbasic .ubicacionsecundaria .iconosegundaubicacion {
        width: 20px;
        height: auto;
        justify-content: center;
        align-items: center;
        display: flex;
        transition: 0.5s ease;
        cursor: pointer;
        filter: drop-shadow(0 0 3px gold);
        animation: tamaño 0.5s linear infinite;
        transition: 0.5s ease;
        position: relative;
    }

    .boxbasic .ubicacionsecundaria .iconosegundaubicacion .contenedorubicacionsecuandaria {
        display: none;
        flex-direction: column;
        padding: 3px;
        color: white;
        border-radius: 12px;
        justify-content: start;
        align-items: start;
        background-color: black;
        padding: 2px;
        left: 0px;
        top: 30px;
        width: 110px;
        height: auto;
        position: absolute;
        z-index: +30;

    }

    .boxbasic .perfilverificado .textverificado {
        width: auto;
        height: auto;
        background-color: white;
        border: 1px solid black;
        position: absolute;
        left: -60px;
        top: -5px;
        border-radius: 5px;
        opacity: 0;
        transition: 0.5s ease;
        z-index: +12;
    }

    .boxbasic .perfilverificado .textverificado p {
        font-size: 10px;
        color: black;
        padding: 5px;
        white-space: nowrap;

    }

    .boxold {
        width: 80px;
        height: 120px;
        position: relative;
        display: flex;
        filter: drop-shadow(0 0 3px white);

        transition: all 0.5s ease;
        overflow: hidden;
    }


    .boxold img {
        width: 100%;
        height: 100%;
    }

    .boxold .oldnombre {
        position: absolute;
        bottom: 40px;
        font-size: 12px;
        color: black;
        left: 50%;
        transform: translateX(-50%);
        font-weight: bold;
        width: 100%;
        text-align: center;
        text-shadow: 1px 1px gray;
    }

    .boxold .oldubicacion {
        position: absolute;
        bottom: 20px;
        font-size: 10px;
        white-space: nowrap;
        color: black;
        left: 50%;
        transform: translateX(-50%);
        text-shadow: 1px 1px gray;
        text-transform: capitalize;

    }


    .boxold .oldedad {
        position: absolute;
        font-size: 15px;
        color: white;
        left: 0;
        top: 0;
        font-weight: bold;
        background-color: black;
    }

}

.zonas-paraguay {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 4px;
    justify-content: center;
    align-items: start;

    border-radius: 12px;
    font-size: 0.95em;
    padding: 15px;
}

.zonas-paraguay span {
    width: 150px;
    margin: 4px;
    background-color: red;
    padding: 3px 5px;
    border-radius: 12px;
    font-size: 9px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zonas-paraguay span:hover {
    transform: scale(1.01);
}

.filtro .filtro-perfiles {
    width: 100%;

}

.filtro .filtro-perfiles .filtrotext {
    width: 60%;
    margin: 1px;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
}

.filtro .filtro-perfiles .filtroedad {
    width: 10%;
    margin: 1px;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
}

.filtro .filtro-perfiles .filtroboton {
    background-color: red;
    padding: 5px;
    color: white;
    border-radius: 5px;
}

.fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.fullscreen-overlay video {
    max-width: 90%;
    max-height: 80vh;
    border: 4px solid #fff;
}

.btn-ir-perfil {
    margin-top: 15px;
    padding: 10px 20px;
    background: #ffc107;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}

.cerrar-fullscreen {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    background: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.galeriavideos {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: row;
    padding: 5px;
    height: 120px;
    overflow: hidden;

}

.galeriavideos .rielvideo {
    display: flex;
    overflow-x: auto;
    align-items: center;
    scroll-behavior: smooth;
}

.galeriavideos .rielvideo .contenedorvideo {
    max-width: 100px;
    min-width: 100px;
    min-height: 100px;
    max-height: 100px;

    background-image: url(img/fuego.gif);

    border-radius: 50%;
    box-shadow: 0 0 4px white;

    margin: 5px;
    z-index: +3;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease;
    margin-right: 10px;
}

.galeriavideos .rielvideo .contenedorvideo:hover {
    transform: scale(1.02);
    box-shadow: 0 0 4px white, 0 0 8px rgb(159, 121, 7), 0 0 13px orange;
}

.galeriavideos .rielvideo .contenedorvideo div {
    max-width: 95px;
    min-width: 95px;
    min-height: 95px;
    max-height: 95px;
    width: 90%;
    height: 90%;
    background-color: black;
    border-radius: 50%;


    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.galeriavideos .rielvideo .contenedorvideo div video {
    width: 100%;

    height: 100%;
    object-fit: cover;

}

video::-webkit-media-controls {
    display: none !important;
}
@media(max-width: 800px) {
    .boxdiamon {
        display: flex;
        width: 80%;
        height: 220px;
        background-color: black;
        flex-direction: column;
        position: relative;
        justify-content: start;
        align-items: end;
        position: relative;
        z-index: +3;
        padding: 0;
        margin: 0;
        filter: drop-shadow(0 0 2px white);

        transition: 0.5s;
        border-radius: 12px;

    }
       .boxdiamon .caradiamon .textperfil {
        display: flex;
        flex-direction: column;
        padding: 5px;
        justify-content: flex-start;
        align-items: start;
        width: 80%;
        height: 220px;
    }
}
@media(max-width: 450px) {
    .boxdiamon {
        display: flex;
        width: 100vw;
        height: 220px;
        background-color: black;
        flex-direction: column;
        position: relative;
        justify-content: start;
        align-items: end;
        position: relative;
        z-index: +3;
        padding: 0;
        margin: 0;
        margin-top: 10px;
        filter: drop-shadow(0 0 2px white);

        transition: 0.5s;
        border-radius: 12px;

    }

    .boxdiamon .caradiamon {
        width: 90%;
        height: 100%;
        position: absolute;
        background: linear-gradient(to right, #ff0000, #e60000, #cc0000, #b30000, #990000);

        display: flex;
        flex-direction: row;
        top: 0;
        left: 0;
        transform: none;
        padding: 0;
        margin: 0;
    }

    .boxdiamon .caradiamon a .ubicacionsecundaria {
        width: 160px;
        height: auto;
        border: 1px solid black;
        background-image: url("../img/fuego.gif");
        display: flex;
        flex-direction: column;
        padding: 3px;
        color: white;

        position: absolute;
        top: 120px;
        left: -3px;
        opacity: 0.7;
        transition: 0.5s ease;
        cursor: pointer;
        z-index: +8;
    }

    .boxdiamon .caradiamon a .ubicacionsecundaria p {
        font-size: 14px;

        padding: 3px;

    }

    .boxdiamon .caradiamon a {
        width: auto;
        height: 220px;
        padding: 0;
        margin: 0;
        position: relative;
        text-decoration: none;

    }

    .boxdiamon .caradiamon .textperfil {
        display: flex;
        flex-direction: column;
        padding: 5px;
        justify-content: flex-start;
        align-items: start;
        width: 200px;
        height: 220px;
    }

    .boxdiamon .perfilverificado {
        width: 35px;
        height: 35px;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -17px;
        z-index: +5;
        right: 25px;

    }

    .boxdiamon .actidisponible .mensajedisponible {
        display: flex;
        white-space: nowrap;
        position: absolute;
        top: -20px;
        right: 17px;
        font-size: 10px;
        background-color: white;
        opacity: 0;
        color: black;
        padding: 5px;
        border-radius: 5px;
        transition: 0.5s ease;
        z-index: +6;
    }

    .boxdiamon .megusta .mensajemegusta {
        display: flex;
        white-space: nowrap;
        position: absolute;
        bottom: -30px;
        right: 0;
        font-size: 10px;
        background-color: white;
        opacity: 0;
        color: black;
        padding: 5px;
        border-radius: 5px;
        transition: 0.5s ease;
    }

    .boxdiamon .perfilverificado .textverificado {
        width: auto;
        height: auto;
        background-color: white;
        border: 1px solid black;
        position: absolute;
        left: -80px;
        top: -25px;
        border-radius: 5px;
        opacity: 0;
        transition: 0.5s ease;
    }

    .zonas-paraguay {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 4px;
        justify-content: center;
        align-items: start;

        border-radius: 12px;
        font-size: 0.95em;
        padding: 15px;
    }

    .zonas-paraguay span {
        width: 150px;
        margin: 4px;
        background-color: red;
        padding: 3px 5px;
        border-radius: 12px;
        font-size: 9px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .zonas-paraguay span:hover {
        transform: scale(1.01);
    }

    .filtro .filtro-perfiles {
        width: 100%;

    }

    .filtro .filtro-perfiles .filtrotext {
        width: 60%;
        margin: 1px;
        padding: 5px;
        font-size: 12px;
        border-radius: 5px;
    }

    .filtro .filtro-perfiles .filtroedad {
        width: 10%;
        margin: 1px;
        padding: 5px;
        font-size: 12px;
        border-radius: 5px;
    }

    .filtro .filtro-perfiles .filtroboton {
        background-color: red;
        padding: 5px;
        color: white;
        border-radius: 5px;
    }

    .galeriavideos {
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: row;
        padding: 5px;
        height: 80px;
        overflow: hidden;

    }

    .galeriavideos .rielvideo {
        display: flex;
        overflow-x: auto;
        align-items: center;
        scroll-behavior: smooth;
    }

    .galeriavideos .rielvideo .contenedorvideo {
        max-width: 60px;
        min-width: 60px;
        min-height: 60px;
        max-height: 60px;

        background-image: url(img/fuego.gif);

        border-radius: 50%;
        box-shadow: 0 0 4px white;

        margin: 5px;
        z-index: +3;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.5s ease;
        margin-right: 10px;
    }

    .galeriavideos .rielvideo .contenedorvideo:hover {
        transform: scale(1.02);
        box-shadow: 0 0 4px white, 0 0 8px rgb(159, 121, 7), 0 0 13px orange;
    }

    .galeriavideos .rielvideo .contenedorvideo div {
        max-width: 55px;
        min-width: 55px;
        min-height: 55px;
        max-height: 55px;
        width: 90%;
        height: 90%;
        background-color: black;
        border-radius: 50%;


        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .galeriavideos .rielvideo .contenedorvideo div video {
        width: 100%;

        height: 100%;
        object-fit: cover;

    }

    video::-webkit-media-controls {
        display: none !important;
    }
}