* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: black;
    color: white;
    font-family: sans-serif;
}

header {
    width: 100vw;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    flex-direction: column;

}

.menu {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100vw;
    flex-direction: row;
    background: linear-gradient(135deg, #890606, #ff1a1a, #e60000, #c31212);

    position: relative;
    border: 1px solid white;
    box-shadow: 0 0 12px red;
    height: 80px;
    z-index: +2;
}
.menu .menuinicio {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    z-index: +22;
    background-image: url(img/fuego.gif);
    border: 1px solid black;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%);
    transition: 0.5s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.menu .menuinicio:hover {
    width: 103;
    height: 103px;
    
}
.menu .menuinicio img {
    width: 95px;
    height: 95px;
}
.menu .registro {
    display: flex;
    flex-direction: row;
    width: 30%;
    height: auto;
    justify-content: start;
    align-items: center;
    margin-left: 15px;
    transition: 0.5s ease;
    text-decoration: none;
}

.menu .registro:hover {
    transform: scale(1.01);
}

.menu .registro img {
    margin: 5px;
    width: 50px;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.menu .registro p {
    margin: 5px;
    text-decoration: none;
    color: white;

}

.menu ul {
    width: 70%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: row;
    padding: 10px;
    margin-right: 20px;
}

.menu ul li {
    list-style: none;
    margin: 5px;
    margin-left: 10px;
    transition: 0.5s ease;
    position: relative;
    min-height: 40px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;

}

.menu ul li:hover {

    transform: scale(1.05);
}

.menu ul li a {
    text-decoration: none;
    text-transform: capitalize;
    color: inherit;
    box-shadow: 1px 1px 3px black;
    padding: 10px 12px;

}
.menu ul li:hover > ul {
    opacity: 1;
    transform: translateY(17px);
    
}
.menu li ul {
    background-color: red;
    justify-content: start;
    align-items: start;
    width: 200px;
    flex-direction: column;
    height: auto;
    background: linear-gradient(135deg, #890606, #ff1a1a, #e60000, #c31212);

    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-30px);
    opacity: 0;
    transition: 0.5s ease;
}

.menu li ul li {
    list-style: none;
    margin: 5px;
}

.menu li ul li a {
    text-decoration: none;
    text-transform: capitalize;
    color: inherit;
    transition: 0.5s ease;
}

.menu li ul li a:hover {
    background-color: #890606;
}

.menucell {
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 15px;
    right: 15px;
    transition: 0.4s ease;
    background-color: white;
    display: none;

}

.menucell:hover {
    transform: scale(1.05);
}

.menucell img {
    width: 90%;
    height: 90%;
}

.notificaciones-header {
    position: relative;
    cursor: pointer;

    margin-right: 40px;
    background-color: black;
    padding: 5px;
    border-radius: 50%;
    transition: 0.5s ease;
    box-shadow: 1px 1px 1px gray;
}


.notificaciones-header .icono {
    font-size: 24px;
}

.contador {
    position: absolute;
    top: -5px;
    right: -8px;
    background: red;
    color: white;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 50%;
}

.contenedor-notificaciones {
    position: absolute;
    top: 60px;
    right: 10px;
    width: 300px;
    max-height: 400px;
    overflow-y: auto;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 999;
    color: black;
    padding: 15px;
}

.scroll-notificaciones .noti {
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

header .portada {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    border: 1px solid white;
    box-shadow: 0 0 5px white;

}

.portada .btn-navegacion_izquierda {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    z-index: +50;
    height: 70%;
    width: 5%;
    border-radius: 12px;
    box-shadow: 2px 1px black;
    background-color: #c31212;
    display: flex;
    justify-content: center;
    align-items: center;
}

.portada .btn-navegacion_izquierda img {
    width: 40%;
    height: auto;
    animation: desaparecer 1s linear infinite ;
}

.portada .btn-navegacion_derecha {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    z-index: +50;
    height: 70%;
    width: 5%;
    border-radius: 12px;
    box-shadow: 2px 1px black;
    background-color: #c31212;
    display: flex;
    justify-content: center;
    align-items: center;
}

.portada .btn-navegacion_derecha img {
    width: 40%;
    height: auto;
    animation: aparecer 1s linear infinite ;
}

@keyframes aparecer {
    0% {
        opacity: 0.8;
        transform: translateX(0px);
    }

    100% {
        opacity: 1;
        transform: translateX(3px);
    }
}

@keyframes desaparecer {
    0% {
        opacity: 1;
        transform: translateX(3px);
    }

    100% {
        opacity: 0.8;
        transform: translateX(0px);
    }
}

header .portada .imgportada {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

header h1 {
    width: 70%;
    align-items: start;
    justify-content: start;
    color: white;
    box-shadow: 1px 1px 3px gray;
    text-transform: uppercase;

    position: absolute;
    left: 30px;
    top: 30px;
}

header .imgperfil {
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    z-index: +5;
}

header .imgperfil img {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid white;
    box-shadow: 0 0 5px white;

}

header .portada .perfilverificado {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: +5;
    background-image: url(img/fuego.gif);
    border-radius: 50%;

    box-shadow: 0 0 4px white;
    bottom: -35px;
    left: 50%;
    transform: translateX(-300%);
    transition: 0.5s ease;


}

header .portada .perfilverificado:hover {
    transform: scale(1.02) translateX(-300%);
    box-shadow: 0 0 4px white, 0 0 8px rgb(159, 121, 7), 0 0 13px orange;
}

.portada .perfilverificado:hover .textverificado {
    opacity: 0.7;
}

header .portada .perfilverificado .imgverificado .textverificado {
    width: auto;
    height: auto;
    background-color: white;
    border: 1px solid black;
    position: absolute;
    right: -80px;
    top: -25px;
    border-radius: 5px;
    opacity: 0;
    transition: 0.5s ease;
}

header .portada .perfilverificado .imgverificado .textverificado p {
    font-size: 12px;
    color: black;
    padding: 5px;
    white-space: nowrap;

}

header .portada .perfilverificado .imgverificado:hover .textverificado {
    opacity: 0.7;
    z-index: +9;
}

header .portada .perfilverificado .imgverificado {
    width: 95%;
    height: 95%;
    position: relative;
    z-index: +6;
    justify-content: center;
    align-items: center;
    background-color: black;
    border-radius: 50%;
    box-shadow: 0 0 3px white;
}

header .portada .perfilverificado .imgverificado img {
    width: 70%;
    height: 70%;
    position: absolute;
    z-index: +6;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 0 2px white);

}

header .portada .perfilverificado .imgverificado .fondoverificado {
    width: 40%;
    height: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: +5;
}

header .portada .seguir {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: +5;
    background-image: url(img/fuego.gif);
    border-radius: 50%;

    box-shadow: 0 0 3px white;
    bottom: -25px;
    right: 50%;
    transform: translateX(570%);
    transition: 0.5s;
}

header .portada .seguir .seguirfondo {
    position: relative;
    width: 98%;
    height: 98%;
    background-color: black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.modal-content video {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
    border-radius: 8px;
    box-shadow: 0 0 10px #000;
}

.cerrar-video {
    position: absolute;
    top: -30px;
    right: 0;
    background: transparent;
    border: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
}


@keyframes latido {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    25% {
        transform: translate(-50%, -50%) scale(1.1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1);
    }

    75% {
        transform: translate(-50%, -50%) scale(1.1);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

header .portada .seguir .seguirfondo img {
    position: absolute;
    width: 65%;
    height: 65%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: latido 2s infinite ease-in-out;
}

header .portada .seguir .seguirfondo span {

    width: auto;
    height: auto;
    background-color: white;
    border: 1px solid black;
    position: absolute;
    right: -35px;
    top: -20px;
    border-radius: 5px;
    opacity: 0;
    transition: 0.5s ease;
    color: black;
    font-size: 11px;
    padding: 5px;
    white-space: nowrap;
}

.portada .seguir:hover .seguirfondo span {
    opacity: 0.7;
}

header .portada .seguir:hover {
    transform: scale(1.02) translateX(570%);
    box-shadow: 0 0 4px white, 0 0 8px rgb(159, 121, 7), 0 0 13px orange;
}

header .portada .perfillike {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: +5;
    background-image: url(img/fuego.gif);
    border-radius: 50%;

    box-shadow: 0 0 3px white;
    bottom: -35px;
    right: 50%;
    transform: translateX(300%);
    transition: 0.5s;


}

header .portada .perfillike:hover {
    transform: scale(1.02) translateX(300%);
    box-shadow: 0 0 4px white, 0 0 8px rgb(159, 121, 7), 0 0 13px orange;
}

.portada .perfillike:hover .textlike {
    opacity: 0.7;
}

header .portada .perfillike .imglike .textlike {
    width: auto;
    height: auto;
    background-color: white;
    border: 1px solid black;
    position: absolute;
    right: -80px;
    top: -25px;
    border-radius: 5px;
    opacity: 0;
    transition: 0.5s ease;
}

header .portada .perfillike .imglike .textlike p {
    font-size: 12px;
    color: black;
    padding: 5px;
    white-space: nowrap;

}

header .portada .perfillike .imglike:hover .textlike {
    opacity: 0.7;
    z-index: +9;
}

header .portada .perfillike .imglike {
    width: 95%;
    height: 95%;
    position: relative;
    display: flex;
    z-index: +6;
    justify-content: center;
    align-items: center;
    background-color: black;
    border-radius: 50%;
    box-shadow: 0 0 3px white;



}

header .portada .perfillike .imglike .imglikeimg {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);


}

header .portada .perfillike .imglike .imglikeimg p {

    font-size: 12px;
    padding: 1px;
}

header .portada .perfillike .imglike .imglikeimg img {

    width: 25px;
    height: auto;
}

main {
    width: 100vw;
    height: auto;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: relative;

}

.perfil {
    width: 100vw;
    display: flex;
    justify-content: start;
    align-items: start;


    flex-direction: row;
    height: auto;
    position: relative;
    margin: 0;

}

.perfil .infoperfil {
    width: 30vw;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    background-color: rgb(39, 38, 38);
    height: 100%;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 3px 3px 2px gray;
    height: auto;
    margin: 0;

}

.perfil .infoperfil h2 {
    width: 90%;


    margin-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 0 0 3px white;

}

.perfil .infoperfil p {
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
}

.perfil .infoperfil p strong {
    color: red;
    text-transform: uppercase;
    font-size: 16px;
}

.pasatiempoperfil {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    margin-top: 10px;

}

.pasatiempoperfil span {
    padding: 4px 7px;
    background-color: red;
    color: white;
    font-size: 14px;
    border-radius: 9px;
    border: 1px solid white;
    cursor: pointer;
    transition: 0.5s ease;
    margin: 5px;

}

.pasatiempoperfil span:hover {
    transform: scale(1.02);
}

.redesperfil {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
}

.redes {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: end;
    margin-top: 20px;
    flex-direction: row;
}

#redescontacto {
    justify-content: end;
}

.redes a {
    width: 40px;
    height: 40px;
    margin: 6px;
    transition: 0.5s ease;
}

.redes a img {
    width: 100%;
    height: 100%;
}

.redes a:hover {
    transform: scale(1.02);
    filter: drop-shadow(0 0 5px white);
}

.catalogoperfil {
    width: 70vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.catalogoperfil .videoperfil {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: row;
    padding: 5px;
    height: 120px;

}

.catalogoperfil .videoperfil .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;
}

.catalogoperfil .videoperfil .contenedorvideo:hover {
    transform: scale(1.02);
    box-shadow: 0 0 4px white, 0 0 8px rgb(159, 121, 7), 0 0 13px orange;
}

.catalogoperfil .videoperfil .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;
}

.catalogoperfil .videoperfil .contenedorvideo div video {
    width: 100%;

    height: 100%;
    object-fit: cover;

}

video::-webkit-media-controls {
    display: none !important;
}

.catalogoperfil .galeriaperfil {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;

    padding-left: 15px;


}

.catalogoperfil .galeriaperfil {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;

}

.catalogoperfil .galeriaperfil .catalogoimgperfil {
    width: 100%;
    height: auto;
    display: grid;
    margin-top: 20px;
    padding: 20px;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}

.catalogoperfil .galeriaperfil .catalogoimgperfil img {
    width: 200px;
    height: 300px;
    object-fit: cover;
    object-position: center;
    margin: 10px;
    border-top: 1px solid red;
    border-left: 1px solid red;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    box-shadow: 3px 4px 3px gray;
    border-radius: 5px;
    transition: 0.5s ease;
}

.catalogoperfil .galeriaperfil .catalogoimgperfil img:hover {
    transform: scale(1.02);
    box-shadow: 0 0 4px white, 0 0 8px rgb(159, 121, 7), 0 0 13px orange;
}

.reportarperfil {
    width: 100%;
    height: 50px;

    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    transition: 0.5s ease;


}

.reportarperfil span:hover p {
    opacity: 0.7;
}

.reportarperfil span {
    width: auto;
    height: auto;
    padding: 5px 12px;
    background-color: black;
    border: 1px solid white;
    position: relative;
    display: flex;
    font-size: 12px;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease;
    cursor: pointer;
    margin-right: 25px;
}

.reportarperfil span:hover {
    transform: scale(1.02);
}

.reportarperfil span img {
    max-width: 18px;
    max-height: 18px;
    margin-left: 5px;

}

.reportarperfil span:hover img {
    filter: drop-shadow(0 0 3px red) drop-shadow(0 0 8px red);

}

.reportarperfil p {
    position: absolute;
    top: -30px;
    left: -15px;
    opacity: 0;
    transition: 0.5s;
    background-color: white;
    color: black;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: +12;

}

.modalreclamo {
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    color: black;
    border-radius: 12px;
    box-shadow: 1px 2px gray;
    padding: 15px;
}

.modalreclamo .reclamoadvertencia {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.modalreclamo .reclamoadvertencia p {
    font-size: 15px;
    line-height: 1.5;
    margin: 5px;
}

.modalreclamo .reclamoadvertencia h3 {

    font-weight: 1.5;
    margin: 15px;
    width: 100%;
    text-align: center;
}

.modalreclamo .reclamoadvertencia div {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-top: 20px;
}

.modalreclamo .reclamoadvertencia div span {
    padding: 8px 12px;
    transition: 0.5s;

}

.modalreclamo .reclamoadvertencia div span:hover {
    transform: scale(1.2);
}

.modalreclamo .reclamo form {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}

.modalreclamo .reclamo form label {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;

}

.modalreclamo .reclamo form textarea {
    width: 100%;
    height: 220px;
    margin-top: 10px;
    margin-bottom: 10px;

}

.modalreclamo button {
    margin-top: 10px;
}

.comentariosperfil {
    width: 100vw;
    min-height: 50vh;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: center;


    flex-direction: column;
    height: auto;
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 20px;
    background-color: rgb(39, 38, 38);
}

.comentariosperfil h3 {
    width: 100%;
    text-align: start;
    margin: 15px;
}

.comentariosperfil .comentarios {
    width: 90%;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    height: auto;
    position: relative;

}

.comentariosperfil form {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
    position: relative;

}

.comentariosperfil form textarea {
    width: 90%;
    height: 100px;
    min-height: 60px;
    background-color: white;
    color: black;
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 15px;
}

.comentariosperfil form button {
    padding: 6px 10px;
    border-radius: 12px;
}

.lista-comentarios {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.comentario {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background: #f9f9f9;
    border-radius: 8px;
    width: 90%;
    color: black;
}

.comentario-nivel-1 {
    margin-left: 20px;
}

.comentario-nivel-2 {
    margin-left: 40px;
}

.comentario-nivel-3 {
    margin-left: 60px;
}

.comentario-nivel-4 {
    margin-left: 80px;
}

/* o podés usar JS/CSS dinámico para niveles ilimitados */

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.comentario-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

main .contenido {
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;

}

.contenido h2 {
    width: 98%;
    text-align: start;
    margin: 15px;
}

.contenido .contenedor-contenido {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90vw;
    height: auto;

}

.contenido .contenedor-contenido .rielcontenido {
    width: 80vw;

    height: auto;
    display: grid;
    gap: 10;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));

}

.contenido .contenedor-contenido .rielcontenido a {
    width: 300px;
    height: 200px;
    border-radius: 15px;
    box-shadow: 1px 2px gray;
    border: 1px solid white;
    background-image: url(img/fuego.gif);
    padding: 5px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 5px;
}

.contenido .contenedor-contenido .rielcontenido a h3 {
    width: 290px;
    background-color: red;
    color: white;
    text-transform: capitalize;
    font-size: 15px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 15px 15px 0 0;

}

.contenido .contenedor-contenido .rielcontenido a .contenidoprecio {
    width: 295px;
    background-color: red;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border-radius: 0 0 15px 15px;

}

.contenido .contenedor-contenido .rielcontenido a .contenidoprecio p {
    width: 100%;
    margin: 3px;
    text-align: center;
    font-size: 10px;

}

.contenido .contenedor-contenido .rielcontenido a .contenidoprecio div {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

}

.contenido .contenedor-contenido .rielcontenido a .contenidoprecio div span {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;

}

.contenido .contenedor-contenido .rielcontenido a .contenidoprecio div span p {
    font-size: 14px;
    font-weight: bold;


}

.contenedor-contenido a .contenidoprecio div span img {
    width: 15px;
    height: 15px;
}

.contenedor-contenido a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px 15px 15px 15px;
}

.publicidad {
    width: 400px;
    height: auto;
    z-index: +20;
    position: fixed;
    background-image: url(img/fuego.gif);
    top: 200px;
    left: 100px;
    box-shadow: 0 0 5 white;
    overflow: hidden;
    opacity: 0.9;
}

.publicidad img {
    width: 100%;
    height: 100%;

}

.publicidad span {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    background-color: black;
    padding: 5px;

}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    flex-direction: row;
}

.modal img {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 10px;
}

.navBtn {
    position: absolute;
    background: none;
    border: none;
    font-size: 3rem;
    color: white;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
    user-select: none;
}

#prevBtn {
    left: 0;
}

#nextBtn {
    right: 0;
}

.cerrar {
    position: absolute;
    top: 10px;
    right: 20px;
    color: white;
    font-size: 2rem;
    cursor: pointer;
}

.hidden {
    display: none;
}
.catalogoperfil .videoperfilsinvideo {
    width: 100%;
    display: block;
    justify-content: end;
    align-items: end;
    flex-direction: row;
    padding: 5px;
    height: 120px;
    min-height: 120px;
   
}
@media(max-width: 800px) {
    header {}
   
    header .portada {
        position: relative;
        height: 180px;
        width: 100%;
        display: flex;
        align-items: start;
        justify-content: center;
        border: 1px solid white;
        box-shadow: 0 0 5px white;
        margin-top: 60px;

    }
    .portada .btn-navegacion_derecha {
      display: none;
    }
    .portada .btn-navegacion_izquierda {
     display: none;
    }
    header h1 {
        width: 100%;
        align-items: start;
        justify-content: start;
        color: white;
        box-shadow: 1px 1px 3px gray;
        text-transform: uppercase;

        position: absolute;
        left: 15px;
        top: 10px;
        font-size: 18px;
    }

    header .imgperfil {
        width: 120px;
        height: 120px;
        position: absolute;
        bottom: -60px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: black;

    }

    header .portada .perfilverificado {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: +5;
        background-image: url(img/fuego.gif);
        border-radius: 50%;

        box-shadow: 0 0 4px white;
        bottom: 30px;
        left: 50%;
        transition: 0.5s ease;
        transform: translateX(90%);

    }

    header .portada .perfilverificado:hover {
        transform: scale(1.02) translateX(90%);
        box-shadow: 0 0 4px white, 0 0 8px rgb(159, 121, 7), 0 0 13px orange;
    }

    header .portada .seguir {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: +5;
        background-image: url(img/fuego.gif);
        border-radius: 50%;

        box-shadow: 0 0 3px white;
        bottom: -20px;
        right: 50%;
        transform: translateX(-200%);
        transition: 0.5s;
    }

    header .portada .seguir:hover {
        transform: scale(1.02) translateX(-200%);
        box-shadow: 0 0 4px white, 0 0 8px rgb(159, 121, 7), 0 0 13px orange;
    }

    header .portada .perfillike {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: +5;
        background-image: url(img/fuego.gif);
        border-radius: 50%;

        box-shadow: 0 0 3px white;
        bottom: -25px;
        right: 50%;
        transform: translateX(250%);
        transition: 0.5s;


    }

    header .portada .perfillike:hover {
        transform: scale(1.02) translateX(250%);
        box-shadow: 0 0 4px white, 0 0 8px rgb(159, 121, 7), 0 0 13px orange;
    }

    header .portada .perfillike .imglike .imglikeimg img {

        width: 18px;
        height: auto;
    }

    main {
        margin-top: 50px;
    }

    .perfil {

        flex-direction: column-reverse;


    }

    .perfil .infoperfil {
        width: 100vw;
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
        background-color: black;
        height: 100%;
        padding: 10px;
        border-radius: 0;
        box-shadow: none;
        height: auto;
        margin-top: 15px;

    }

    #redescontacto {
        position: fixed;
        bottom: 5px;
        left: 50%;
        width: 90%;
        height: 60px;

        z-index: +10;
        justify-content: space-between;
        transform: translateX(-50%);

    }

    #redescontacto a {
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid white;
        margin: 0;
        background-color: rgba(0, 0, 0, 0.706);
        border-radius: 10px;
        margin: 5px;
    }

    #redescontacto a img {
        width: 45px;
        height: 45px;
    }

    .catalogoperfil {
        width: 100vw;
        flex-direction: column;
    }

    .catalogoperfil .videoperfil {
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: end;
        flex-direction: row;
        padding: 5px;
        height: 120px;

    }

    .catalogoperfil .galeriaperfil {
        height: 200px;
        overflow: hidden;
        display: flex;
        justify-content: start;
        align-items: start;
        margin-bottom: 15px;
       
    }

    .catalogoperfil .galeriaperfil .catalogoimgperfil {
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: row;
        overflow: scroll;
        padding: 0;
        margin: 0;
       
    }

    .catalogoperfil .galeriaperfil .catalogoimgperfil img {
        width: 150px;
        height: 200px;
        object-fit: cover;
        object-position: center;
        margin: 0;
        margin-left: 10px;
        border-top: 1px solid red;
        border-left: 1px solid red;
        border-bottom: 1px solid white;
        border-right: 1px solid white;
        box-shadow: 3px 4px 3px gray;
        border-radius: 5px;
        transition: 0.5s ease;
      
    }

    .reportarperfil {
        margin-top: 20px;
        margin-bottom: 100px;
    }

    .comentariosperfil {
        width: 100vw;
        min-height: 50vh;
        height: auto;
        display: flex;
        justify-content: start;
        align-items: center;


        flex-direction: column;
        height: auto;
        position: relative;
        margin-top: 10px;
        margin-bottom: 15px;
        padding: 20px;
        background-color: rgb(39, 38, 38);
    }

    .comentariosperfil h3 {
        width: 100%;
        text-align: start;
        margin: 15px;
    }

    .comentariosperfil .comentarios {
        width: 90%;
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
        height: auto;
        position: relative;

    }

    .comentariosperfil form {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: auto;
        position: relative;

    }

    .comentariosperfil form textarea {
        width: 100%;
        height: 100px;
        min-height: 60px;
        background-color: white;
        color: black;
        border-radius: 15px;
        margin-bottom: 10px;
        padding: 15px;
    }

    .comentariosperfil form button {
        padding: 6px 10px;
        border-radius: 12px;
    }

    .lista-comentarios {
        width: 95%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .comentario {
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 10px;
        border-left: 2px solid #ddd;
        background: #f9f9f9;
        border-radius: 8px;
        width: 100%;
        color: black;
    }

    .comentario-nivel-1 {
        margin-left: 10px;
    }

    .comentario-nivel-2 {
        margin-left: 20px;
    }

    .comentario-nivel-3 {
        margin-left: 30px;
    }

    .comentario-nivel-4 {
        margin-left: 40px;
    }

    /* o podés usar JS/CSS dinámico para niveles ilimitados */

    .avatar {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 5px;
    }

    .contenido {
        width: 100vw;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

    }

    .contenido .contenedor-contenido {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100vw;
        height: auto;
        overflow: hidden;

    }

    .contenido .contenedor-contenido .rielcontenido {
        width: 100vw;
        display: flex;
        flex-direction: row;

        overflow-x: scroll;

    }

    .contenido .contenedor-contenido .rielcontenido a {
        width: 300px;
        height: 200px;
        border-radius: 15px;
        box-shadow: 1px 2px gray;
        border: 1px solid white;
        background-image: url(img/fuego.gif);
        padding: 5px;
        background-size: cover;
        background-position: center;
        position: relative;
        margin: 5px;
        flex: none;
    }

    .publicidad {
        width: 340px;
        height: auto;
        z-index: +20;
        position: fixed;
        background-image: url(img/fuego.gif);
        top: 40px;
        left: 5px;
        box-shadow: 0 0 5 white;
        overflow: hidden;
    }

    .publicidad img {
        width: 100%;
        height: 100%;

    }

    .publicidad span {
        position: absolute;
        top: 0;
        right: 0;
        color: white;
        background-color: black;
        padding: 5px;

    }
    .catalogoperfil .videoperfilsinvideo {
        display: none;
    }
}