/* Remove the navbar's default rounded borders and increase the bottom margin */

.bg-light {
    margin-left: 2%;
    margin-right: 3%;
    background: rgb(253, 253, 252);
    grid-gap: 1em;
}

.navbar {
    margin-bottom: 50px;
    border-radius: 0;
}

#usersettingform {
    width: 90%;
    margin: auto;
    text-align: center;
    font-family: montserrat, arial, verdana;
    position: relative;
}


/*Hide all except first fieldset*/


/*buttons*/

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}


/* Style the submit button */

.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: auto;
    position: relative;
}


/* Style the buttons inside the tab */

.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15px;
    height: auto;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}


/* Create an active/current "tab button" class */

.tab button.active {
    background-color: #ccc;
}


/* Style the tab content */

.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: auto;
}

span {
    display: block;
    background-color: inherit;
    color: black;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15px;
}

footer {
    background: linear-gradient(rgba(250, 185, 87, 0.6), orange);
    padding: 10px;
    color: #444;
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
}

.sidebar .nav-link.active {
    color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

* Sidebar */ .sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
right: 0;
*/
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100;
    /* Behind the navbar */
    padding: 48px 0 0;
    /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}


/*Modal*/

#myModal {
    display: block;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    opacity: 0.7;
    background: linear-gradient(rgba(244, 243, 245, 0.6), orange);
}


/*Modal*/


/* Modal Content */

#myModal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}


/* Modal Content */


/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#idimgnot {
    width: 28px;
    background-color: red;
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px 6px;
    font-size: small;
    display: none;
    float: none;
    color: white;
    font: x-small;
    border-radius: 50%;
    display: none;
}

input[list="miLista"] {
    padding: 5px;
    border: 2px solid #ccc;
    border-radius: 4px;
}

p {
    text-align: justify;
}

#IdWhatapp {
    color: white;
    height: 25px;
    width: 30px;
    border-radius: 25%;
    background: green;
}

.container {
    padding: 15px 0;
    margin: 0 auto;
    height: 70%;
}

.gallery-wrap {
    display: flex;
    flex-direction: row;
    width: auto;
    height: 60vh;
}

.item {
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    transition: flex 0.8s ease;
    filter: blur(1px);
    border-radius: 10px;
}

.item:hover {
    flex: 10;
    filter: blur(0px);
    flex-direction: row;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
}

.dropdown-content li {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.Moda2 {
    background-color: #f1f1f1;
    opacity: 0.8;
}

.row {
    margin-bottom: 15px;
    justify-self: center;
}

.rowCard {
    margin-bottom: 15px;
    justify-content: center;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.col {
    margin-top: 1px;
    margin-bottom: 10px;
    background-color: #fefefe;
    width: 100%;
    justify-content: center;
}

.col-sm-4 {
    margin-top: 15px;
    width: 100%;
    height: 100%;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

#ContainerCard #IdWhatapp {
    color: white;
}

#ContainerCard {
    justify-content: center;
}

#ContainerCard a {
    font-size: 12px;
    color: rgb(44, 39, 39);
    justify-content: center;
}

.card {
    margin-top: 15px;
    background-color: #fefefe;
    width: 100%;
    height: 75%;
    padding: 10px 10px;
    text-align: center;
    justify-self: center;
    background: white;
    margin-left: 1%;
    margin-right: 1%;
    /*stacking fieldsets above each other*/
    position: relative;
    /* los siguientes valores son independientes del tamaño del círculo */
    background-repeat: no-repeat;
    background-position: 10%;
    border-radius: 15px;
    border-color: orange;
}

.cardB {
    background-color: #fefefe;
    color: orangered;
    width: 80%;
    height: 40px;
    padding: 5px 5px;
    text-align: center;
    justify-self: center;
    background: white;
    /*stacking fieldsets above each other*/
    position: relative;
    /* los siguientes valores son independientes del tamaño del círculo */
    background-repeat: no-repeat;
    background-position: 10%;
    font-size: 14px;
    line-height: 10px;
}

.card-img-top {
    width: 70%;
    height: 75%;
    justify-self: center;
    display: inline-block;
    justify-self: center;
    margin-left: 1%;
    margin-right: 1%;
}

.card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    height: 60px;
    line-height: 10px;
}

.panel-body {
    justify-self: center;
    width: 100%;
    height: 100%;
}

#idProd {
    height: 400px;
    width: 230px;
    border: 1px solid #ddd;
    background: #f1f1f1;
    overflow-y: scroll;
}

#idulNOti {
    height: 400px;
    width: 300px;
    border: 1px solid #ddd;
    background: #f1f1f1;
    overflow-y: scroll;
}

.ButAC {
    background: none;
    border: none;
    outline: none;
}

.ButAC:hover {
    background-color: #a27ddd;
    color: #DFF;
}

.Whatsapp {
    background: green;
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 10px;
}

.Whatsapp:hover {
    background: rgb(6, 219, 6);
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 250px;
}

.Whatsappimag {
    color: white;
}

.Ddown {
    float: left;
    overflow: hidden;
}

.Ddown .dropbtn {
    font-size: 20px;
    border: none;
    outline: none;
    color: rgb(6, 4, 20);
    padding: 14px 16px;
    background-color: inherit;
    font: inherit;
    margin: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.Ddown:hover .dropbtn {
    background-color: #c2b2e6;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.DContent {
    display: none;
    position: absolute;
    background-color: #c2b2e6;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    overflow-y: scroll;
    height: 600px;
}

.DContent .header1 {
    background: rgba(36, 4, 219, 0.521);
    padding: 16px;
    color: rgb(19, 17, 17);
}

.Ddown:hover .DContent {
    display: block;
}


/* Create three equal columns that floats next to each other */

.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #e1ddfa;
    height: 250px;
}

.column a {
    float: none;
    color: rgb(39, 7, 7);
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.column a:hover {
    background-color: #a27ddd;
    color: #DFF;
}


/* Clear floats after the columns */

.row1:after {
    content: "";
    display: table;
    clear: both;
}


/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width: 500px) {
    .rowCard {
        width: 100%;
        height: auto;
    }
}

.ModaDrop:after,
.ModaDrop:before {
    content: '';
    position: absolute;
    background: orange;
    z-index: -1;
}

.ModaDrop:after {
    width: 120px;
    height: 80px;
    top: -20px;
    left: 150px;
    border-radius: 300px;
    z-index: 10;
}

.ModaDrop:before {
    width: 250px;
    height: 20px;
    top: -5px;
    right: -40px;
    border-radius: 200px;
    z-index: -1;
}

.ModaDrop {
    width: 180px;
    height: 350px;
    background: rgb(12, 139, 61);
    background: linear-gradient(top, rgb(2, 36, 36) 5%, #DFF 100%);
    top: 15px;
    left: -5px;
    border-radius: 20px;
    position: absolute;
    margin: 15px 1px 1px;
    display: block;
    box-shadow: 0 0 15px 1px orange;
    opacity: 0.9;
    border-bottom-left-radius: 15%;
    border-top-right-radius: 20%;
}

.ModaDrop:shadow {
    width: 230px;
    height: -15px;
    position: absolute;
    bottom: 5px;
    z-index: -1;
    box-shadow: 0 0 25px 8px rgba(0, 0, 0, 0.4);
    border-radius: 40%;
}

.ModaDrop .modal-dialog {
    top: -5px;
    height: 98%;
    width: 100%;
    border-radius: 20px;
    background: #f1f1f1;
    overflow-y: scroll;
}

.ImgCa {
    width: 100%;
    height: 90%;
    justify-self: center;
}

.cardA {
    color: rgb(4, 77, 46);
    font-size: 10px;
}

#IDh1Title {
    margin-left: 35px;
    color: orangered;
}

.panelCard {
    padding: 0 18px;
    background-color: white;
    overflow: hidden;
    width: 200px;
    justify-self: center;
}


/******************** card categorias  **************************/

.R2 {
    width: auto;
    height: auto;
    text-align: center;
    justify-self: center;
    padding: 5px 5px 1px 1px;
}

.D2 {
    width: auto;
    height: auto;
    position: relative;
}

.cC1 {
    width: 70px;
    height: auto;
    margin-left: 1px;
    margin-right: 1px;
    background-color: #fefefe;
    box-shadow: 0 0 0px 0px #5a6066;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 1px;
    text-align: center;
    justify-self: center;
    box-sizing: border-box;
    background: white;
}

.cC1:hover {
    margin-top: 15px;
    background-color: #fefefe;
    width: 80px;
    height: auto;
    margin-left: 1px;
    margin-right: 1px;
    padding: 5px 5px;
    text-align: center;
    justify-self: center;
    background: white;
    box-shadow: 0 0 15px 1px #647586;
    padding: 1px 1px;
    box-sizing: border-box;
    position: relative;
    background-repeat: no-repeat;
    background-position: 20%;
    border-radius: 15px;
    background-size: 100% auto;
}

.cardC {
    color: orangered;
    font-size: 13px;
    text-align: center;
    justify-self: center;
}


/****************************** Boton  Flotante  ****************/

#myModal22 {
    display: block;
    /* Inicialmente oculto */
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 80px;
    width: 35px;
    height: 35px;
    /* Fondo semitransparente */
    opacity: 1;
    border-radius: 100%;
    color: orange;
}


/****************************** preguntas y respuestas ***************************************/

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 10px;
    transition: 0.4s;
}

.accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}


/********************   cambio de boton    *************/

#ArrowFloat {
    color: green;
    border: 0px;
}

#ArrowFloat:hover {
    color: #2470dc;
    border: 0px;
    box-shadow: 0 0 3px 1px orange;
}

#ButFloat {
    border: 0px;
    color: green;
    height: 35px;
    width: 35px;
}

#ArrowFloat2 {
    color: green;
    border: 0px;
}

#ArrowFloat2:hover {
    color: #2470dc;
    border: 0px;
    box-shadow: 0 0 3px 1px orange;
}

#ButFloat2 {
    border: 0px;
    color: green;
    height: 35px;
    width: 35px;
}


/********************************************Carrucel text*******/

#carousel5 {
    background-color: #fcf6f6;
}

.carousel-control-next-icon {
    background-color: orangered;
    margin-right: 10px;
}

#carousel6 a {
    color: grey;
    font-size: 10px;
}

.carousel-control-prev-icon {
    background-color: orangered;
    margin-left: 10px;
}

#carousel6 .sr-only {
    background-color: #2470dc;
}

.cardCat {
    background-color: orange;
    height: 42px;
    width: 35px;
    padding: 1px 1px;
    text-align: center;
    justify-self: center;
    background: white;
    /*stacking fieldsets above each other*/
    position: relative;
    /* los siguientes valores son independientes del tamaño del círculo */
    background-repeat: no-repeat;
    background-position: 1%;
    border-radius: 15px;
    border-color: orange;
    margin-left: auto;
    margin-right: auto;
}

.cardCat:hover {
    background-color: orange;
    height: 50px;
    width: 50px;
}


/*************************************             corredera de texto  */


/*  #Slider01 {
        color: grey;
        font-size: 10px;
    }
    
    .text-slider {
        display: flex;
        overflow: hidden;
        width: 80%;
        font-size: 8px;
        max-width: 95%;
        border: 1px solid #ccc;
        border-radius: 10px;
        background-color: white;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    
    .text-slide {
        min-width: 80%;
        padding: 1px;
        text-align: center;
        font-size: 16px;
        white-space: nowrap;
        animation: slide 25s linear infinite;
    }
    
    @keyframes slide {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-100%);
        }
    }
    
    .ImgSlide {
        width: 60px;
    }
    
    .text-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 90%;
        max-width: 1200px;
        margin: 20px auto;
    }
    
    .text-item {
        flex: 1 1 30%;
        /* Se ajusta a un 30% del ancho disponible 

margin: 10px;
padding: 20px;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
text-align: center;

}
@media (max-width: 768px) {
    .text-item {
        flex: 1 1 45%;
        /* Ajusta el ancho al 45% en pantallas más pequeñas 
    }
}
*/


/* Agrega más estilos aquí */