/*-----------*/
@font-face {
    font-family: 'Manusa-Regular';
    src: url('../fonts/FSEmericWeb-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Manusa-Light';
    src: url('../fonts/FSEmericWeb-Light.woff') format('woff');
}
@font-face {
    font-family: 'Manusa-Bold';
    src: url('../fonts/FSEmericWeb-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Manusa-ExtraBold';
    src: url('../fonts/FSEmericWeb-ExtraBold.woff') format('woff');
}
@font-face {
    font-family: 'Manusa-Book';
    src: url('../fonts/FSEmericWeb-Book.woff') format('woff');
}

:root {
    --color-manusa-azul: #4256F9;
    --color-manusa-azul75pct: rgba(66, 87, 249, 0.75);
    --color-manusa-azul50pct: rgba(66, 87, 249, 0.50);
    --color-manusa-azul25pct: rgba(66, 87, 249, 0.25);
    --color-manusa-verde: #A2EA63;
    --color-manusa-greenmind: #19E094;
    --color-manusa-smartmind: #7E3BFF;
    --color-manusa-people: #FFAC48;
    --color-manusa-socialmind: #FF4A4A;
  }
  
/*-----------*/


/*-----------*/

html {
    font-size: 100%;
}
html {
	font-family: "Arial, Helvetica, sans-serif";
	font-family: "Manusa-Light";
	font-size: 14px;
}


body {
    margin: 0;
	font-family: "Manusa-Light";
    font-size: 1em;
    font-weight: normal;
    line-height: auto;
    color: #000;
    text-align: left;
}

input, select, button, textarea {
    font-size: 1em;
    padding: 0 .2em;
    margin:0 auto;
}

a:visited, a:hover, a:link {
    color: var(--color-manusa-azul)!important;
}
a:hover {
    font-weight: bold;
}

card {
    border: 1px solid #4256f933;
    color: var(--color-manusa-azul);
}

/********************************************************************************************************************************/

@media only screen and (max-width: 768px) {
    /* For mobile phones:
    [class*="col-"] {
        width: 100%;
    } */
    html {
        font-size:14px;
    }
	nav.navbar.navbar-expand-md.fixed-top {
		font-size: 0.75em;
		line-height: 1em;
	}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1000px) {
    html {
        font-size:12px;
    }
	nav.navbar.navbar-expand-md.fixed-top {
		font-size: 0.75em;
		line-height: 1em;
	}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1000px) {
    html {
        font-size:12px;
    }
	nav.navbar.navbar-expand-md.fixed-top {
		font-size: 0.75em;
		line-height: 1em;
	}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) {
    html {
        font-size:13px;
    }
	nav.navbar.navbar-expand-md.fixed-top {
		font-size: 1.1em;
		line-height: 1.2em;
	}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1900px) {
    html {
        font-size:16px;
    }
}

.color-white {
    color: #fff!important;
}
.color-black {
    color: #000!important;
}
.color-manusa {
    color: var(--color-manusa-azul)!important;
}

.btn-manusa {
    color: #fff;
    background-color: var(--color-manusa-azul);
    border-color: var(--color-manusa-azul);
}
nav.navbar.navbar-expand-md.fixed-top {
    background-color: var(--color-manusa-azul);
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--color-manusa-azul);
}
.nav-item i.fas {
    font-size: 36px;
    color: white;
}
.navbar-manusa {
    padding-top:0; padding-bottom:0;
    min-height: 60px;
}
.navbar-manusa .nav-link {
    color: white;
}
main.container, main.container-fluid {
    margin-top: 60px;
}
div#carouselMain {
    height: 200px;
    overflow: hidden;
}
.widget {
    border-right: 1px solid rgba(0,0,0,.1);
    padding-right: 10px;
}
.widget-title {
    /*font-size: 1.2em;*/
    font-weight: bold;
    text-align: right;
    color: var(--color-manusa-azul);
}
.widget h5{
    margin-bottom: 0;
    font-weight: bold;
}

.not-read{
    color: darkslategrey;
}
.read{
    color: lightslategrey;
}

.catering-menu {
    border: 1px solid black;
    padding: 10px 5px;
    min-height: 210px;
}
.catering-menu-normal{
    background-color: #CCCCCC !important;
}
.catering-menu-dieta{
    background-color: #EBEBEB !important;
}
.catering-menu-platos {
    margin-left: -15px;
}
.vuecal__event-title {
    font-weight: bold;
}
.vuecal__event-content {
    text-align: left;
}



/****************************************************************************************************************************************/
h1#producto {
    color:var(--color-manusa-azul);
    font-size:190%;
}
.documento-noexiste {
    text-decoration: line-through;
    color: #666;
}

nav.navbar.navbar-expand-md.fixed-top {
    background-color: var(--color-manusa-azul);
}
#btxt {
    padding: 1px 0px;
    font-weight: 400;
    font-stretch: normal;
    /*font-size: 13.3333px;*/
    padding-inline-start: 20px;
}
    #btxt::placeholder { /* Firefox, Chrome, Opera */ 
        color: #ccc; 
    } 
#descripcion {
    /*font-size:.8em;*/
    color:#666;
}
    #descripcion.sinproducto {
        color:#999;
    }
    
.contenido-cabecera {
    margin: 0;
    border: 1px solid #e0e0e0; 
    padding: .5em .5em .25em .5em; 
    /*font-size:.75em;*/
}
    
.ocultar {
    display:none;
}

#boletines {
    /*font-size:.75em;*/
    margin:0;
    padding:0;
}
    #boletines li.boletin {
        list-style: none;
        padding: .2em .1em .3em 1em;
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
        border-right: 1px solid gray;
        border-left: 5px solid var(--color-manusa-people);
        margin: .5em 0 .5em 0;
    }

.minifichas {
    /*font-size:.75em;*/
    margin:0;
    padding:0;
}
    .minifichas li {
        list-style: none;
        padding: .2em .1em .3em 1em;
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
        border-right: 1px solid gray;
        border-left: 5px solid var(--color-manusa-people);
        margin: .5em 0 .5em 0;
    }
        
.btn-mini {
    padding: 0 .4em .1em .4em;
}
.no-margin {
    margin: 0!important;
}
.no-padding {
    padding: 0!important;
}

#resultadobusqueda-cabecera.ningunresultado {
    background-color: #ffd400;
    padding: 1em;    
}
#resultadobusqueda-puntuacion {
    padding: 1em;
    margin-bottom: 2em;
    background-color:lightblue; 
}
#resultadobusqueda-contenido {
    margin:0;
    padding:0;
}
    #resultadobusqueda-contenido a { text-decoration: none; }
    #resultadobusqueda-contenido li {
        background-color: white;
        list-style: none;
        padding: .2em .5em .3em 1em;
        border-top: 1px solid var(--color-manusa-azul25pct);;
        border-bottom: 1px solid var(--color-manusa-azul25pct);;
        border-right: 1px solid var(--color-manusa-azul25pct);;
        margin: .5em 0 .5em 0;
        border-radius: .3em;
    }
        #resultadobusqueda-contenido li.alaventa-0 {
            border-left: 5px solid rgb(255, 0, 0);
        }
        #resultadobusqueda-contenido li.alaventa-1 {
            border-left: 5px solid rgb(0, 124, 17);
        }

        li.formula-1 {
            border-left: 5px solid rgb(0, 124, 17);
        }
        
        #resultadobusqueda-contenido img {
            max-height: 70px;
            border-radius: .3em;
        }

#misfavoritos-contenido {}
#misfavoritos-contenido a { text-decoration: none; }
#misfavoritos-contenido .card-text {
    min-height: 50px;
}


#fichaproducto .obsoleto {
    text-align: center;
    padding: .4em 0;
    border-radius: .3em;
    font-weight: 600;
    background-color: rgb(255, 72, 0);
    color: #e9dbdb;
}

#fichaproducto .vendible {
    text-align: center;
    padding: .4em 0;
    border-radius: .3em;
    font-weight: 600;
}
#fichaproducto .vendible-no {
    background-color: var(--color-manusa-azul25pct);
    color: #545454;
}
#fichaproducto .vendible-si {
    background-color: rgba(0, 128, 0, 0.25);
    color: #545454;
}
#datosfichaproducto ul {
    margin-left: 0;
    padding-left: .2em;
}
    #datosfichaproducto li {
        list-style: none;
        padding: .2em .5em;
        border-left: 6px solid var(--color-manusa-azul);
        margin: .5em 0;
        background-color: white;
    }

.imagen-th {
    padding:.3em;
    background-color: white;
    border:1px solid var(--color-manusa-azul25pct);
    border-radius: .3em;
}
.imagen-th img {
    border-radius: .3em;
}

.img-h100px{
    text-align: center;
    margin: 0 auto;
    /* max-height: 90px; */
    height: 100px;
    margin-top: .7em;
}

.imgfichaproducto {
    max-height: 500px;
}

.table-fondogris25pct {
    background-color: rgb(245, 245, 245);
}

#filtrosdebusqueda {
    background-color: aliceblue;
    padding:.5em;
}
#filtrosdebusqueda h1 {    
    font-size: 1em;
    font-weight: 900;
}
#filtrosdebusqueda h2 {    
    font-size: 1em;
    font-weight: 600;
    background-color: white;
    margin-bottom: 0;
    margin-top: .3em;
}
#filtrosdebusqueda ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1.5em;
}
#filtrosdebusqueda ul ul{
    padding-left: 2.5em;
}