@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    box-sizing: border-box !important;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
}

.container {
    margin-top: 10px;
}

:focus {
    outline: none !important;
    box-shadow: none !important;
}

.profile-header {
    display: block;
    position: relative;
    align-items: center;
    margin-bottom: 20px;
    background: white !important;
    top: 0px;
    z-index: 100;
    width: 100%;
    left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.profile-header::before {
    content: '';
    position: absolute;
    bottom: 0; /* Posicionar en la parte inferior */
    left: 0;
    width: 100%;
    height: 1px; /* Grosor de la línea */
   /* background: linear-gradient(to right, transparent, gray, transparent); /* Degradado */
}
.heig{
   /* padding-top: 300px;*/
}
.nohe{
    /* padding-top: 240px;*/
}
/*
@media (max-width: 794px) {
    .nohe{
        padding-top: 260px !important;
    }
}
@media (max-width: 435px) {
    .heig{
        padding-top: 370px;
    }
    .nohe{
        padding-top: 300px !important;
    }
}
*/
label{
    margin-bottom: 0px;
}
.floatr {
    width: auto;
    float: right;
}
input {
    border: none;
    border-bottom: 1px solid black;
}

.separate {
    margin-top: 10px;
}

button {
    border: none;
    border: 1px solid grey;
    border-radius: 10px;

}

.profile-pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.profile-pic img {
    width: 100%;
    height: 100%;
    padding: 5px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 5px #680f9c;
    /* border: 2px solid #680f9c; */
}

.profile-summary {
    flex-grow: 1;
}

.profile-buttons {
    text-align: left;
}

.gallery img {
    width: 100%;
    /* O el ancho deseado */
    height: 100%;
    /* Establece la altura al mismo tamaño que el ancho */
    object-fit: fill;
    /* Asegura que la imagen cubra el área del contenedor sin distorsionarse */
    aspect-ratio: 1 / 1;
}

.slick-slide {
    margin: 3px;
}

.ZamoritaButton {
    background: #680f9c;
    color: white;
}

.ZamoritaButton:hover {
    color: white;
}

.Minew {
    padding: 3px;
    padding-bottom: 0px !important;
}

.ajuste i {
    cursor: pointer;
    margin-right: 10px;
}


.custom-img {
    text-align: center;
    background: rgba(38, 38, 38, 0.27);
}

.perfil-custom .col-2 {
    padding: 0px;
    width: 50px !important;
}

/* Producto */
.perfil-circle {
    padding: 0px;
    padding-left: 30px;
    text-align: left;
    margin-bottom: -3px;
    position: relative;
    z-index: 99;
    background: white;
    width: 100%;
    top: 0px;
    color: black;
}

.MiLinkPerfil {
    position: relative;
    top: 8px;
}

.perfil-circle img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
    padding: 5px;
}

.perfil-circle h5 {
    cursor: pointer;
    margin-top: 10px;
}

.Producto-img {
    padding: 0px !important;
    margin: 0px !important;
    width: 100%;
}

.Producto-img img {
    width: 100%;
    object-fit: fill;
    /* Asegura que la imagen cubra el área del contenedor sin distorsionarse */
    aspect-ratio: 1 / 1;
}

.slider-container {
    width: 100%;
    /* Asegúrate de que el slider ocupe el ancho completo */
}

.swal-slider-image {
    width: 100%;
    /* Asegúrate de que las imágenes ocupen el ancho completo del slider */
    height: auto;
    /* Ajusta la altura automáticamente para mantener la proporción */
}

.custom-swal {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    overflow: hidden;
    border-radius: 30px;
    border: none !important;
    box-shadow: 0px 2px 5px grey;
}

.custom-swal i {
    font-size: 20px;
}

.custom-swal .swal2-content {
    padding: 0;
}

.Producto {
    padding: 0;
    margin: 0;
}

.ajuste {
    padding: 20px;
}




/* Custom scrollbar styling */
*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

*::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 769px) {
    .swal-Producto {
        width: 100% !important;
        padding: 0px;
    }

    .swal-Producto .swal2-popup {
        padding: 0px;
        width: 90% !important;
    }

    .img-container {
        margin: 10px 0;
        /* Adjust margin for smaller screens */
    }

    .form-scrollable {
        padding: 10px;
        /* Reduce padding on smaller screens */
    }
}

.footer {
    position: fixed;
    background-color: #6299cf;
    padding: 20px;
    text-align: center;
    margin-top: auto;
    /* Empuja el footer al fondo */
    width: 100%;
    /* Asegura que el footer cubra todo el ancho de la pantalla */
    bottom: 0px;
}

.footer a {
    color: #495057;
    margin: 0 10px;
    text-decoration: none;
}

.footer a:hover {
    color: #007bff;
}

.footer .social-icons {
    margin: 10px 0;
}

.footer .social-icons i {
    font-size: 1.5rem;
    margin: 0 10px;
    transition: color 0.3s;
}

.footer .social-icons i:hover {
    color: #007bff;
}

/* Estilo para el contenedor del slider */
/* Estilo para el contenedor del slider */
/* Estilo para el contenedor del slider */
.slick-track {
    display: flex;
}

.slick-track .slick-slide {
    height: auto;
    align-items: center;
    justify-content: center;
}

.swal2-close i {
    color: black;
    
}

.wtp {
    float: right;
    background: #680f9c;
    color: white;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

#Categorias {
    border: none;
    border-bottom: 1px solid black;
    padding: 3px;
    width: 20%;
}

#filtre {
    border: none;
    border-bottom: 1px solid black;
    padding: 3px;
    width: 20%;
}

.CSS_UB .perfil-circle {
    background: #680f9c;
    color: white !important;
}

.CSS_UB .perfil-circle h5 {
    padding-bottom: 10px;
    text-align: center;
}

.CSS_UB .Producto-img i {

    font-size: 40px;
    color: #680f9c;
}

.CSS_UB p {
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.CSS_UB .ajuste i {
    box-shadow: inset 0px 0px 5px #680f9c;
    width: 50px;
    line-height: 50px;
    border-radius: 100%;
}
.CSS_UB .fa-map-marker-alt  {
    box-shadow: inset 0px 0px 5px #680f9c;
    height: 50px !important;
    width: 50px !important;
    line-height: 10px;
    border-radius: 100%;
    text-align: center;
    font-size: 20px !important;
    margin-top: 10px;
    position: relative;
    color:#4a4a4a !important;
    
}
.CSS_UB .fa-map-marker-alt::before  {
    position: absolute;
    left: 35.5%;
    top: 20px;
}

.Perfil_Custom {
    font-size: 25px;
}

.Subir_foto {
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.32);
    color: white;
}

.profile-pic {
    position: relative;
}

.SwalEdit {
    padding: 20px;
}

.SwalEdit label {
    display: block;
    color: black;
    visibility: visible;
    text-align: left;
}

.custom-2 .perfil-circle img {
    width: 100px;
    height: 100px;
}

.custom-2 .MiLinkPerfil {
    position: relative;
    top: 30px;
    right: -20px;
}
.btn-file-upload{
    text-align: center !important;
    color: white !important;
    background: #680f9c !important;
    position: relative;
    top: -30px;
    margin-bottom: -30px;
}
.delete{
    position: absolute;
    top: 60px;
    right: 30px;
}
.editmy{
    position: absolute;
    top: 60px;
    right: 60px;
}
.Publicar{
    background: #680f9c;
    padding: 5px;
    border-radius: 10px;
    color: white;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}
.imgupdate{
    text-align: center;
    padding: 2px;
    cursor: pointer;
    
}
.fa-map-marker-alt{
    cursor: pointer;
}
.imgupdate i:hover{
    color: #a5a5a5 !important;
}
.limit{
    width: 90%;
    margin: auto;
    margin-top: 10px;
}
.imgupdate img{
    width: 100%;
    height: 130px;
    border-radius: 10px;
    border: 1px solid black;
}
.imgupdate i{
    background: #680f9c;
    padding: 5px;
    width: 100%;
    border-radius: 15px;
    color: white;
    margin-top: 5px;
}
.Ajuste_edicion div{
    margin-top: 10px;
}
.Ajuste_edicion div:nth-child(1){
    width: 100% !importnat;
    padding-left: 30px;
}
.Ajuste_edicion div:nth-child(2){
    width: 100% !importnat;
    padding-right: 30px;
}
.Ajuste_edicion div:nth-child(3){
    width: 80% !importnat;
}
.Ajuste_edicion .div{
    width: 100%;
    background: linear-gradient(90deg, rgb(255, 255, 255), #680f9c, rgb(252, 252, 252));
    height: 2px;
    margin-top: 0px;
    margin-bottom: -4px;
}
.Ajuste_edicion div:nth-child(4){
    width: 100% !importnat;
    padding-left: 30px;
}
.Ajuste_edicion div:nth-child(5){
    width: 100% !importnat;
     padding-right: 30px;
    margin-top: 12px;
}
.Ajuste_edicion div select{
    width: 100% !important;
    border: none;
    border-bottom: 1px solid black;
    margin-top: -5px;
}
.Ajuste_edicion div:nth-child(6){
    width: 100% !importnat;
}
.Ajuste_edicion div input{
    width: 100% !important;
}
#textresumen{
    width: 95%;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
}
.Resumen{
    font-weight: 500;
}
@media (max-width: 550px) {
    .profile-summary{
        
        overflow: hidden !important;
    }
    #Categorias{
        width: 90%;
        margin-bottom: 10px;
    }
    #filtre {
    border: none;
    border-bottom: 1px solid black;
    padding: 3px;
    width: 90%;
}
}
.nofiex{
    position: relative !important;
}
.closewhite .swal2-close i{
    color: white !important;
}
.Descripcion{
    font-weight: 400;
}
div i.like-btn {
    /* font-size: 15px; */
    margin-left: 5px;
    height: 30px;
    width: 50px;
    /* background: #7171ff; */
    border-radius: 10px;
    /* color: white; */
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    position: relative;
    /* top: -5px; */
}
label.like-counts {
    font-weight: 400;
    line-height: 30px;
}