/*ESTILOS GLOBALES*/
html {
    min-height: 100%;
    position: relative;
}

header {
    /*background-color: #e69600;*/
    background-color: #075E94;
}

body {
    margin: 0;
    margin-bottom: 100px;
    background-color: #ffffff;

}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #075E94;
    color: white;
    height: 100px;
}

.linkWhite {
    color: white;
    text-decoration: none;
}

.linkWhite:hover {
    text-decoration: none;
    color: white;
}

.page-item.active .page-link {
    background-color: #075E94;
    border-color: #075E94;
}

.page-link{
    color:#075E94;
}


.orangeLightBackground {
    background-color: #075E94;
}

.orangeBackground {
    background-color: #075E94;
}

.black {
    color: black !important;
}

.bordeado {
    background-color: #075E94;
    color: white;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 8px;

}

/*FIN ESTILOS GLOBALES*/

/*ESTILOS PAGINACION*/
.paginacion nav ul {
    justify-content: center;
}

/*FIN ESTILOS PAGINACION*/

/*ESTILOS REDES SOCIALES*/
.whatsapp {
    color: #00bb2d !important;
}

.youtube {
    color: red;
}

.instagram {
    color: black
}

/*FIN ESTILOS REDES SOCIALES*/

/*COLORES*/
.red{
    color:red
}
/*FIN COLORES*/

/*INFORMACION DEL COMERCIO*/
.descripcion {
    color: grey
}

/*FIN INFORMACION DEL COMERCIO*/

/*MENU VERTICAL*/
.multi-level,
.itemMenu ul,
.nav input[type="checkbox"] {
    display: none;
}

#menu:checked~.multi-level,
.itemMenu input:checked~ul {
    display: block;
}

/*Arrow*/

.arrow {
    width: 10px;
    height: 10px;
    vertical-align: middle;
    float: left;
    z-index: 0;
    margin: 10px 1px 0 1px;
}

.itemMenu input+.arrow {
    transform: rotate(-90deg);
    transition: 0.1s;
}

.itemMenu input:checked+.arrow {
    transform: rotate(0deg);
    transition: 0.1s;
}

/*Styles*/

label:hover {
    cursor: pointer;
}

label {
    width: 100%;
    display: block;
    z-index: 3;
    position: relative;
}

.nav {
    width: 100%;
    background-color: #ffffff;
    overflow-x: hidden;
    border-bottom: 1px solid #CFD8DC;
}

#nav-icon {
    font-size: 28px;
    line-height: 50px;
    padding-left: 1em;
    color: white;
    background-color: #075E94;
}

.nav ul,
.nav li,
label {
    line-height: 30px;
    margin: 0;
    padding: 0 1em;
    list-style: none;
    text-decoration: none;
    color: #333;
    font-weight: 100;
    width: 100%;
}

.fondo-tabla{
    background:#ffffff;
}
.itemMenu ul {
    padding: 0 0.25em;
}

.nav li a {
    line-height: 30px;
    margin: 0;
    padding: 0 0.2em;
    list-style: none;
    text-decoration: none;
    color: #333;
    font-weight: 100;
}

.itemMenu:hover {
    box-shadow: 2px 2px 10px #666;
}

/*FIN MENU VERTICAL*/

/*CARD PRODUCTO*/
.card-img {
    width: 225px;
    height: 225px;
    background-color: white;
    object-fit: scale-down;
}

/*DESCUENTO*/
.dto {
    position: absolute;
    margin-top: -190px;
    margin-left: 10px;
    width: 75px;
    height: 75px;
}

.dtoPorcentaje {
    display: block;
    margin-top: -60px;
    text-align: center;
    color: white;
}

.dtoOff {
    display: block;
    margin-top: -10px;
    text-align: center;
    color: white;
}

/*/DESCUENTO*/
.code {
    position: absolute;
    margin-top: -28px;
    padding: 2px;
    color: white;
    background-color: #01395c;
}

.stock {
    position: absolute;
    margin-top: -230px;
    padding-left: 10px;
    padding-right: 10px;
}

.precio {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bolder;
    font-size: large;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #075E94;
    color: white;
    bottom: 10px;
    border-radius: 0%!important;
    
}

.precioAntes {
    position: relative;
    text-align: center;

}

/*FIN CARD PRODUCTO*/

/************************************************************************/
/*owl*/

.badge a {
    color: white;
}

.carousel-item img {
    max-height: 500px;
    object-fit: contain;
}

/*CARD SIN OWL*/
.cardProducto {
    height: 550px !important;
    position: relative;


}

.card:hover {
    box-shadow: 2px 2px 10px #666;
}


.card .card-img {
    width: 225px;
    height: 225px;
    background-color: white;
    object-fit: scale-down;
}

/*DESCUENTO*/
.card .dto1 {
    position: absolute;
    margin-top: 30px;
    margin-left: 10px;
    width: 75px;
    height: 75px;
}

.card .dtoPorcentaje1 {

    display: block;
    margin-top: -60px;
    text-align: center;
    color: white;
}

.card .dtoOff1 {
    display: block;
    margin-top: -12px;
    text-align: center;
    color: white;
}

/*/DESCUENTO SIN OWL*/
.card .code {
    position: absolute;
    margin-top: -28px;
    padding: 2px;
    color: white;
    background-color: #01395c;
}

.card-footer {

    left: 0px;
    width: 100%;
    bottom: 0px;
}

/*FIN CARD SIN OWL*/

/*owl*/

.item:hover {
    box-shadow: 2px 2px 10px #666;
}

/*
.card-img {
    width: 225px;
    height: 225px;
    background-color: white;
    object-fit: scale-down;
}*/

.zonaPrecio {
    bottom: 0px;
}

.precio {
    bottom: 0px;
}

.precioAntes {
    bottom: 0px;
}

.zonaCompra {
    position: absolute;
    bottom: 80px;
}

.desc-link {
    text-decoration: none !important;
    color: #333;
}

.desc-link:hover {
    text-decoration: none !important;
    color: orange;
}

.pre {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: large;
    white-space: pre-line;
}

.card_home_comercios {
    width: 98vw;
    height: 40vh;
    background-color: none;
    background-image: url("/img/Comercios1.jpg");
}

.card_home_productos {
    width: 98vw;
    height: 40vh;
    background-color: none;
    background-image: url("/img/Productos1.jpg");
}

.card-img-home {
    width: 98vw !important;
    height: 40vh !important;
    background-repeat: no-repeat;
}

.botonesModificar {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 5px;

}

.cardProductoComercio {
    background-color: rgb(250, 250, 250);
}

.text-green {
    color: green;
}

#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

.stars {
    color: #F9D700;
    -webkit-text-stroke: 1px rgb(204, 204, 204);
}

.iconos{
    font-size:22px;
}
.iconos:hover{
    text-decoration: none;
}

#inicio{
    min-height: 70vh; 
    justify-content: center;
    align-items: center;
}

.sombra{
    text-shadow: 2px 2px 2px white;
}

.background-withe{
    background-color: white;
}