body {
    margin: 0;
    font-family: 'Quicksand', sans-serif!important;
}
html,body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
/*Coloca las primeras letras en mayuscula*/
span, a, h1, h2, h3, h4, h5, h6 {
   text-transform:lowercase
}
span:first-letter, a:first-letter, h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter, h5:first-letter, h6:first-letter {
  text-transform: capitalize;
}
/*menu*/
.navbar-expand-lg .navbar-nav .social-link {
    padding-right: 15px!important;
    padding-left: 15px!important;
    font-size: 14px!important;
    font-weight: 600!important;
}
.menu-princ {
    border-bottom: 1px solid;
    border-color: darkseagreen;
}
.navbar-toggler {
    color: white;
}
li.nav-item.whats-i {
    margin-left: -10px;
    margin-right: 30px;
    margin-top: -3px;
}
li.nav-item.insta-i {
    margin-left: -10px;
    margin-top: -3px;
}
li.nav-item.face-i {
    margin-top: -3px;
}
img.what {
    width: 60px;
}

@media only screen and (max-width: 600px){
li.nav-item.modal-but {
    margin-top: 5px;
    margin-bottom: 15px;
}
}

/*PARALLAX*/

.wtitle{
    padding: 100px 20px;
}
.btitle{
    padding: 200px 20px;
}
#plx{
    /*background: url(https://i.postimg.cc/2yVjHjyp/seccion-1.png);*/
    background-attachment: fixed;background-position: center;background-repeat: no-repeat;background-size: cover;
}
#plx2{
    background: url(https://i.postimg.cc/B6GMcNSH/cereales.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#plx3{
    background: url(https://i.postimg.cc/VsB1QH2r/aceite-oliva.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#plx4{
    background: url(https://i.postimg.cc/C17vJD61/ali-os.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#plx5{
    background: url(https://i.postimg.cc/yNb5z0yb/suplementos-alimenticios.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
p.descript {
    background: #0000004f!important;
    margin: -8px 0px!important;
    color: #fff;
    padding: 0px 15px;
}
h2.font-weight-bold.text-white {
    background: #0000004f;
}
a.dec-non {
    cursor: pointer;
    text-decoration: none;
}

/*titulo productos*/
h6.card-title.text-center {
    color: #000!important;
}
a.prolink {
    text-decoration: none;
}
h6.card-title.text-center:hover {
    color: #4ac52f!important;
}
a.nav-link.dropdown-toggle {
    color: grey;
}
.dropdown-menu{
    font-size: 14px;
    color: grey;
    font-weight: 400;
}
.dropdown-item {
    font-weight: 500;
    color: grey;
}
img.logo-firts {
    display: inline!important;
    width: 15%!important;
}
img.card-img-product {
    width: 100%;
    height: auto;
}

/*responsive*/
@media only screen and (max-width: 600px) {
    button#carrito {
    font-size: 11px;
}
    select#inlineFormCustomSelectPref {
    width: 252px!important;
}
img.logo-firts {
    width: 50%!important;
}
h6.card-title.text-center {
    font-size: 18px!important;
}
.flex-center {
    margin-left: 60px;
    margin-right: 54px;
    font-size: 12px;
}
}

/*nav toogler*/
.navbar-toggler {
    background-color: #28a745;
}

/*desaparecer escritorio*/
@media only screen and (max-width: 610px){
section#section-brand {
    display: none;
}
#blogCarousel {
    display: none;
}
}

/*desaparecer movil*/
@media only screen and (min-width: 600px){
section#section-brand-responsive {
    display: none;
}

#blogCarouselMobile {
    display: none;
}
}

i.fas.fa-envelope.prefix.text-success {
    float: left;
    padding-right: 5px;
    margin-top: 4px;
}
i.fas.fa-lock.prefix.text-success {
    float: left;
    padding-right: 5px;
    margin-top: 4px;
}

/* Forms */

form .required label:after {
	color: #c11717;
	content: ' (*)';
	display:inline;
}

/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
    margin: 1% 1% 1% 0;
}

/*BOTON CARRITO Y CANTIDAD*/
input#cantidad {
    float: left;
    margin-right: 5px;
}

@media only screen and (max-width: 600px){
button#carrito {
    font-size: 13px;
    padding: 8px 12px;
}
select#inlineFormCustomSelectPref {
    width: 99%!important;
}
}

/*PAGINADOR*/
.page-item.active .page-link {
    background-color: #28a745;
    border-color: #28a745;
}
.page-link {
    color: red;
}

/*buscador*/
label.pri {
    font-size: 20px;
    color: white;
    padding-bottom: 10px;
}
input#price_desde {
    display: block;
    width: 45%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    padding-right: 10px;
}

input#price_hasta {
    display: block;
    width: 45%;
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    padding-right: 10px;
}

@media only screen and (max-width: 425px){
.cantidad-resultados {
    padding-bottom: 15px;
} 
img.navbar-brand {
    height: 120px;
    margin-top: 18px;
}
}

/*tienda*/
.col-lg-3.col-sm-12.col-md-4.columna-pro {
    float: left;
}
h6.card-title.text-center {
    min-height: 76px!important;
}
hr {
    height: 2px!important;
}

/*modal*/
button.close.cerrar {
    margin: -15px 0px 0px 0px!important;
}
.modal-footer.butoons {
    justify-content: center;
}
.btn-block+.btn-block {
    margin-top: 0;
}

/*Carousel caption*/
.carousel-caption.d-none.d-md-block {
    background: #0000004f;
}
h5.no-hay {
    padding-left: 9%;
}
/*nuevos colores*/
.text-secondary {
    color: #bb7632!important;
}
p {
    color: #827362;
    font-size: 18px;
}
h4#list-categorias-list {
    background: #3d662d;
}
button#busq {
    color: white;
    background: #8cb34d;
    border-color: #8cb34d;
}
button#busq:hover {
    color: white;
    background: #e4dc67;
    border-color: #e4dc67;
}
h4.h4 {
    color: #bb7632;
}
strong {
    color: #bb7632;
}
.carousel-caption.d-none.d-md-block p {
    color: white;
}
h6.card-title.text-center {
    color: #bb7632!important;
}
a.btn.btn-rounded.btn-log {
    background: #8cb34d!important;
    border-color: #8cb34d!important;
    color: white;
}
a.btn.btn-rounded.btn-log:hover {
    background: #e4dc67!important;
    border-color: #e4dc67!important;
    color: white;
}
h4.modal-title.w-100.font-weight-bold.text-tit {
    color: #bb7632;
}
i.fas.fa-envelope.prefix.carta {
    color: #8cb34d;
}
i.fas.fa-lock.prefix.candado {
    color: #8cb34d;
}
input.btn.btn-ingreso.btn-lg.btn-block {
    background: #8cb34d;
    border-color: #8cb34d;
    color: white;
}
input.btn.btn-ingreso.btn-lg.btn-block:hover {
    background: #e4dc67!important;
    border-color: #e4dc67!important;
    color: white;
}
button.close {
    background: #8cb34d!important;
    color: white!important;
}
a {
    color: #827362;
}
a:hover {
    color: #3d662d;
}
a.list-group-item.list-group-item-action.bg-white:hover {
    font-size: 17px;
    color: #3d662d!important;
}
a#iconCarro {
    color: #3d662d;
}
a#iconCarro:hover {
    color: #e4dc67;
}
/*boton carrito*/
.p-cart {
    background: #8cb34d!important;
    border-color: #8cb34d!important;
    color: white!important;
}
.p-cart:hover {
    color: white!important;
    background: #e4dc67!important;
    border-color: #e4dc67!important;
}
.mt-lg-0, .my-lg-0 {
    margin-top: 3px!important;
}
/*boton en carro*/
.en-car {
    background: #3d662d!important;
    color: white!important;
}
/*boton carrito carousel*/
.btn.btn-success.btn-block {
    background: #8cb34d!important;
    border-color: #8cb34d!important;
    color: white;
}
.btn.btn-success.btn-block:hover {
    background: #e4dc67!important;
    border-color: #e4dc67!important;
    color: white;
}
/*botones modal interior*/
.actualiza {
    background: #8cb34d!important;
    border-color: #8cb34d!important;
    color: white;
}
.actualiza:hover {
    background: #e4dc67!important;
    border-color: #e4dc67!important;
    color: white;
}
.finaliza {
    background: #3d662d;
    color: white;
    border-color: #3d662d;
}
.finaliza:hover {
    background: #808080;
    color: white;
    border-color: #808080;
}
/*titulo finalizar compra*/
.page-header {
    color: #bb7632;
}
/*boton realizar pedido*/
.btn-primary {
    color: #fff;
    background-color: #8cb34d!important;
    border-color: #8cb34d!important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #e4dc67!important;
    border-color: #e4dc67!important;
}
/*color de menu*/
a.nav-link.text-menu {
    color: #bb7632!important;
    font-size: 18px!important;
}
a.nav-link.dropdown-toggle {
    color: #bb7632!important;
    font-size: 18px!important;
}
a.dropdown-item.text-menu {
    color: #bb7632!important;
    font-size: 18px!important;
}
a.nav-link.text-menu:hover {
    color: #8cb34d!important;
}
a.nav-link.dropdown-toggle:hover {
    color: #8cb34d!important;
}
a.dropdown-item.text-menu:hover {
    color: #8cb34d!important;
}
a.dropdown-item.text-menu:hover {
    background: #8cb34d!important;
    color: white!important;
}

/*responsive*/
@media only screen and (max-width: 600px) {
.actualiza {
    font-size: 12px!important;
}
.finaliza {
    font-size: 12px;
}
}
/*vinculos footer*/
.col-md-3.mx-auto ul li {
    list-style: none!important;
    margin: 40px 40px 40px 0px!important;
    padding: initial!important;
    line-height: 0px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif!important;
    text-decoration:none;
}
.col-md-3.mx-auto p {
    margin: 40px 40px 40px 0px!important;
    padding: initial!important;
    line-height: 0px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif!important;
    text-decoration:none;
}
.col-md-3.mx-auto ul li a:hover {
    color: #bb7632!important;
    text-decoration:none;
}
.col-md-3.mx-auto p a:hover {
    color: #bb7632!important;
    text-decoration:none;
}
/*recetas*/
.view.overlay {
    display: table-cell;
}
#backi {
    background-color: #8cb34d;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 45%;
}
.cabox {
    background: #fff;
    border-radius: 5px;
    margin-top: 10%;
    margin-bottom: 6%;
    padding: 0px 30px 30px 30px;
    -webkit-box-shadow: -3px 4px 5px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: -3px 4px 5px 0px rgba(0,0,0,0.44);
    box-shadow: -3px 4px 5px 0px rgba(0,0,0,0.40);
}
@media only screen and (max-width: 600px) {
    #backi {
    height: auto!important;
}
}

a#iconSearch {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
}
a#iconSearch:hover {
    color: #f2959b!important;
}
.-autocomplete-container {
    position: absolute;
    background: #fff;
    margin: 0 20px 0 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    z-index: 1000;
}
.-autocomplete-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.-autocomplete-list {
    list-style: none;
}
.-autocomplete-item {
    color: #000;
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.-autocomplete-item:hover {
    color: #fff;
    background: #4183c4;
    text-decoration: none;
}
.-autocomplete-item img {
    max-width: 80px;
}
.img-responsive {
    display: block;
    height: auto;
}
.-autocomplete-descrip {
    margin-left: 20px;
    font-size: 14px;
    font-family: Varela Round,sans-serif;
    font-weight: 300;
}
.-autocomplete-item {
    color: #000;
}
.label-danger {
    background-color: #d9534f;
}
.label-success {
    background-color: #5cb85c;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.input-group-addon:first-child {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;    
}
.input-group-lg>.input-group-addon{
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.input-group-addon{
    font-weight: 400;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}
.input-group .form-control {
    display: table-cell;
}
.input-group-lg>.input-group-addon{
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.table>tbody>tr>td {
    vertical-align: middle;
    font-size: 12px;
    white-space: nowrap;
}


@media screen and (min-width: 768px){
.-autocomplete-container {
    min-width: 90%;
}
}

    
