/*body {
	margin: 0;
	font-family: 'Nunito';
}

html,
body {
	/*background-image: url(../img/fotos/importaciones.jpg);
	background-color: #fff;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;*/
/*}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Nunito';
	font-weight: 700;
}

h6 {
	font-family: 'Nunito';
}

p {
	font-family: 'Nunito';
	font-weight: 300;
}

span.cartex {
	font-family: 'Nunito';
	font-weight: 600;
	font-size: 13px;
}
*/
/*.navbar-expand-lg .navbar-nav .social-link {
	padding-right: 15px!important;
	padding-left: 15px!important;
}

.navbar-toggler {
	color: white;
}

a.nav-link.text-menu {
	display: inline-block;
	color: #ffffff;
	transition: color 0.3s ease 0s;
	font-family: 'Nunito';
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

a.nav-link.text-menu:hover {
    display: inline-block;
    color: #fff;
    transition: color 0.3s ease 0s;
    font-family: 'Nunito';
    background-color: #e20026;
}

a.nav-link.text-menu {
	width: 100%;
}

li.nav-item {
	position: relative;
	box-sizing: border-box;
	overflow: visible;
	padding-left: 10px;
	padding-right: 10px;
}

a.nav-link {
    padding-right: 20px!important;
    padding-left: 20px!important;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown-menu {
	margin-top: -5px;
	border: none;
}*/


@media only screen and (max-width: 600px) {
	li.nav-item.modal-but {
		margin-top: 5px;
		margin-bottom: 15px;
	}
}

p.buttons {
	margin: 0;
}

.btn-add-cart {
	padding: 6px 6px;
	font-size: 11px;
	font-weight: 600;
	width: 100%;
}

.badge-danger {
	color: #000000;
	background-color: transparent;
	padding: 10px 6px;
	margin-bottom: 15px;
	border: 1px solid #000000;
	width: 100%;
	margin-right: 0!important;
}

.badge-light {
    color: #fff;
    background-color: #e20026;
}

.text-menu .menu-icons h4:hover {
	color: #e20026;
	transition: color 0.3s ease 0s;
}

img.navbar-branded {
	width: 18%;
}
.navbar-brand {
    padding-top: 4px;
    padding-bottom: 4px;
}

/*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(../img/fotos/banner-mayor.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;
}

.txtNew a {
	color: #fff;
}

.txtNew a:hover {
	color: #e8e8e8;
}

.ir-arriba {
	display: block;
	background-repeat: no-repeat;
	font-size: 20px;
	color: black;
	cursor: pointer;
	position: fixed;
	bottom: 10px;
	right: 26px;
	z-index: 2;
}

.fa-inverse {
	color: #1e2fa2;
}

.info-alert {
	background: #ff0000;
}

.info-alert h3 {
	color: #fff;
    font-style: italic;
}


/*.info-alert span {
    color: #76b729;
    font-size: 48px;
    font-style: italic;
}*/


/*Modal Carrito*/

.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.table {
	color: #191919;
}

.modal-header {
	border-bottom: 1px solid #19191947;
}

.modal-body {
	padding: 0rem;
}

.table th {
	border-top: none;
}

.table thead th {
	font-family: Nunito Round, sans-serif;
	font-size: 14px;
	color: #333;
}

.text-car {
	font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
  
tbody#tb_carro {
	font-family: 'Nunito';
	font-weight: 300;
	font-size: 12px;
}



/*Fin Modal Carrito*/


/*titulo productos*/

h6.card-title.text-center {
	color: #000!important;
}

a.prolink {
	text-decoration: none;
}

h6.card-title.text-center:hover {
	color: #f2959b!important;
	transition: color 0.4s ease 0s;
}

a.nav-link.dropdown-toggle {
	color: #FFF;
}

/*.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: 400px;
	height: 400px;
}

.modal-header {
	background-color: #1e2fa2;
}
button#BtnCotizar {
    color: #fff;
    background-color: #ff470d !important;
    border-color: #ff470d;
    padding: 9px;
    border-radius: 5px;
    font-weight: 600;
}

/*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: #83c9b1;
}*/


/*desaparecer escritorio*/

@media only screen and (max-width: 610px) {
	#tab-escritorio {
		display: none;
	}
    #firstNavDesktop {
        display: none;
    }
    #secondNavDesktop {
        display: block;
    }
    #carouselShop{
        display: none;
    }
    #carouselShopMobile{
        display: block;
    }
}


/*desaparecer movil*/

@media only screen and (min-width: 600px) {
	#tab-movil {
		display: none;
	}
    #firstNavDesktop {
        display: block;
    }
    #secondNavDesktop {
        display: none;
    }
    #carouselShop{
        display: block;
    }
    #carouselShopMobile{
        display: none;
    }
}

.btn-cat {
	border-radius: 0;
	width: 100%;
}

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: #000000;
	border-color: #000000;
}

.page-link {
	color: #000;
}


/*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;
}


/*tienda*/

.col-lg-3.col-sm-12.col-md-4.columna-pro {
	float: left;
}

hr {
	height: 1px!important;
}

hr.hr-color {
	background-color: #fff;
	height: 0px!important;
}

span.fas.fa-chevron-left {
    color: #000000;
    font-size: 52px;
}
span.fas.fa-chevron-right {
    color: #000000;
    font-size: 52px;
}
/*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: #343a40!important;
}

p {
	color: #191919;
	font-size: 16px;
	font-weight: 400;
    margin-bottom: 0;
}

h4#list-categorias-list {
	background: #191919;
}

button#busq {
	color: #222;
	background: #96c222;
	border-color: #96c222;
}

button#busq:hover {
	color: white;
	background: #acca4f;
	border-color: #acca4f;
}

h4.h4 {
	color: #bb7632;
}

strong {
	color: #191919;
    font-weight: bold;
}

.carousel-caption.d-none.d-md-block p {
	color: white;
}

h6.card-title.text-center {
	color: #343a40!important;
	transition: color 0.4s ease 0s;
}

a.btn.btn-rounded.btn-log {
	background: #96c222!important;
	border-color: #96c222!important;
	color: #222;
}

a.btn.btn-rounded.btn-log:hover {
	background: #acca4f!important;
	border-color: #acca4f!important;
	color: white;
}

h4.modal-title.w-100.font-weight-bold.text-tit {
    font-size: 18px;
    color: #fff;
    text-align: left;
}

i.fas.fa-envelope.prefix.carta {
	color: #e20026;
}

i.fas.fa-lock.prefix.candado {
	color: #e20026;
}

button.close {
	color: #fff!important;
}

a {
	color: #1f2ea1;
}

a:hover {
	color: #ffde59;
}

a.list-group-item.list-group-item-action.bg-white:hover {
	font-size: 17px;
	color: #343a40!important;
}

a#iconCarro {
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	padding-left: 15px;
	padding-right: 15px;
}

a#iconCarro:hover {
	color: #e20026;
}

a#menuModal {
	color: #fff;
	cursor: pointer;
	font-size: 26px;
	padding-left: 15px;
	padding-right: 15px;
}

a#menuModal:hover {
	color: #f2959b;
}

.metalicon i {
    font-size: 32px;
    color: #e20026;
}

.metalicon-foo i {
    font-size: 32px;
    color: #fff;
}

.metalicon-foo i:hover {
    color: #e8e8e8;
}

a.nav-link.text-menu2 {
	padding: 0;
}

a.nav-link.text-menu2 {
	padding: 0;
}

a.dropdown-item.text-menu {
	display: inline-block;
	color: grey;
	transition: color 0.4s ease 0s;
	font-family: 'Nunito';
	font-size: 14px;
	font-weight: 700;
}

a.dropdown-item.text-menu:hover {
	color: #f2959b;
}


/*boton carrito*/

.mt-lg-0,
.my-lg-0 {
	margin-top: 3px!important;
}


/*botones modal interior*/

.actualiza {
	background: #363f4d;
	color: #fff;
	border-color: #363f4d;
}

.actualiza:hover {
    color: #fff;
    background-color: #e20026;
    border-color: #e20026;
}

.finaliza {
	color: #fff;
	background-color: #363f4d;
	border-color: #363f4d;
}

.finaliza:hover {
	color: #fff;
	background-color: #e20026;
	border-color: #e20026;
}

.table {
	margin-bottom: 0;
}


/*titulo finalizar compra*/

.page-header {
	color: #bb7632;
}


/*boton realizar pedido*/

/*.btn-warning {
	color: #fff;
	background-color: #363f4d;
	border-color: #363f4d;
	font-size: 14px;
	font-weight: 700;
}

.btn-warning:hover {
	color: #fff!important;
	background-color: #e20026;
	border-color: #e20026;
	font-size: 14px;
	font-weight: 700;
}
*/
.s-icon {
    color: #e20026;
    font-size: 42px;
    padding-bottom: 15px;
}
/*responsive*/

@media only screen and (max-width: 600px) {
	.actualiza {
		font-size: 12px!important;
	}
	.finaliza {
		font-size: 12px;
	}
	.row.align-items-center.colspams {
		text-align: center;
	}
}

@media only screen and (max-width: 768px) {}


/*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: Nunito Round, 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: Nunito Round, 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: #96c222;
	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;
	}
}

.btn-yellow {
	background-color: #96c222;
}

.btn-yellow:hover {
	background-color: #acca4f;
}

p.lead.pti {
	font-size: 22px;
	font-weight: 600;
	margin-top: 12px;
}

p.lead-descript {
	font-family: 'Myriad Pro Regular';
	font-size: 16px;
	line-height: 1.5;
}

.boton-modal-fin {
	float: right;
	padding-right: 15px;
	padding-bottom: 15px;
}

.font_6 {
	font-family: 'Nunito';
	color: #fff;
	font-size: 21px;
	font-weight: 600;
}

.font_7 {
	font-family: 'Nunito';
	color: #fff;
	font-weight: 300;
}

.font_8 {
	font-family: 'Myriad Pro Regular';
	color: #fff;
	font-weight: 300;
    padding-bottom: 15px;
}


/*FORMULERIO FOOTER*/

#comp-jkv8gudqform {
	height: auto;
	width: 367px;
	position: relative;
}

#comp-jkv8gudqform-gridWrapper {
	pointer-events: none;
}

#comp-jkv8gudqform-gridContainer {
	position: static;
	display: grid;
	height: auto;
	width: 100%;
	min-height: auto;
	grid-template-rows: min-content min-content min-content min-content min-content 1fr;
	grid-template-columns: 100%;
}

#comp-jkv8guoe {
	position: relative;
	margin: 7px 0px 9px 0;
	left: 5px;
	grid-area: 1 / 1 / 2 / 2;
	justify-self: start;
	align-self: start;
}

#comp-jkv8guoa {
	position: relative;
	margin: 0px 0px 9px 0;
	left: 5px;
	grid-area: 2 / 1 / 3 / 2;
	justify-self: start;
	align-self: start;
}

#comp-jkv8guob {
	position: relative;
	margin: 0px 0px 10px 0;
	left: 5px;
	grid-area: 3 / 1 / 4 / 2;
	justify-self: start;
	align-self: start;
}

#comp-jkv8guo3 {
	position: relative;
	margin: 0px 0px 5px 0;
	left: 220px;
	grid-area: 5 / 1 / 6 / 2;
	justify-self: start;
	align-self: start;
}

#comp-jkv8guo1 {
	position: relative;
	margin: 0px 0px 7px 0;
	left: 135px;
	grid-area: 6 / 1 / 7 / 2;
	justify-self: start;
	align-self: start;
}

#comp-jkv8gudqform-wedge-5 {
	visibility: hidden;
	height: 260px;
	width: 0;
	grid-area: 1 / 1 / 5 / 2;
}

#comp-jkv8gudqcenteredContent {
	position: relative;
}

#comp-jkv8gudqform-gridContainer>* {
	pointer-events: auto;
}

#comp-jkv8gudqform-gridContainer>[id$="-rotated-wrapper"] {
	pointer-events: none;
}

#comp-jkv8gudqform-gridContainer>[id$="-rotated-wrapper"]>* {
	pointer-events: auto;
}

input {
	overflow: visible;
}

input#comp-jkv8guoeinput,
input#comp-jkv8guoainput,
input#comp-jkv8guobinput {
	border: 3px solid #fff;
	background-color: #191919;
	font-weight: 300;
	font-family: sans-serif;
	font-size: 16px;
	width: 100%;
}

input#comp-jkv8guoeinput:hover {
	border: 3px solid #fff;
	background-color: rgba(68, 68, 68, 1);
	font-weight: 300;
	font-family: sans-serif;
	font-size: 16px;
}

input#comp-jkv8guoainput:hover {
	border: 3px solid #fff;
	background-color: rgba(68, 68, 68, 1);
	font-weight: 300;
	font-family: sans-serif;
	font-size: 16px;
}

input#comp-jkv8guobinput:hover {
	border: 3px solid #fff;
	background-color: rgba(68, 68, 68, 1);
	font-weight: 300;
	font-family: sans-serif;
	font-size: 16px;
}

input#comp-jkv8guoeinput:focus {
	border: 3px solid rgba(246, 4, 25, 1);
	background-color: rgba(68, 68, 68, 1);
	font-weight: 300;
	font-family: sans-serif;
	font-size: 16px;
}

input#comp-jkv8guoainput:focus {
	border: 3px solid rgba(246, 4, 25, 1);
	background-color: rgba(68, 68, 68, 1);
	font-weight: 300;
	font-family: sans-serif;
	font-size: 16px;
}

input#comp-jkv8guobinput:focus {
	border: 3px solid rgba(246, 4, 25, 1);
	background-color: rgba(68, 68, 68, 1);
	font-weight: 300;
	font-family: sans-serif;
	font-size: 16px;
}

button#comp-jkv8guo3link {
	background-color: rgba(157, 36, 44, 1);
	border-color: transparent;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	font-family: sans-serif;
	width: 100%;
}



/*.card:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
}*/


/*social icons*/

.socialnet {
	width: 42px;
	position: fixed;
	top: 35px;
	right: 35px;
	z-index: 3000;
}


/* Extra centrado vertical*/

.socialnet {
	top: 36%!important;
	height: 205px;
	margin-top: 0px;
}

img.whatsappico {
	width: 120%;
    margin-bottom: 10px;
}

img.whatsappico:hover {
	filter: opacity(.8);
}

.form-control.andulation {
	width: 100%!important;
	margin: -10px 0 0;
	padding: 25px;
	border: 0;
	border-radius: 0;
	font-size: 13px;
	line-height: 17px;
	background-color: #fff;
	color: #818181;
	font-family: Raleway;
	font-weight: 400;
}

h2.font_2 {
    font-size: 42px;
    font-weight: bold;
}

@font-face {
	font-family: ”Reklame”, cursive;
	src: url(../font/Reklame.otf) format(“opentype”);
}

#comp-kb67qu6l {
	position: relative;
	left: 280px;
	top: -18px;
}

#comp-kb67qu6l {
	transform: rotate(270deg);
}

span.text-allright {
	margin-left: 34%;
}

.subheader {
    background: url(../img/fotos/subheader.png);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.subheader2 {
	background-color: #86cab2;
	height: auto;
}


/*galeria*/

.btn:focus,
.btn:active,
button:focus,
button:active {
	outline: none !important;
	box-shadow: none !important;
}

#image-gallery .modal-footer {
	display: block;
}

.thumb {
	margin-top: 15px;
	margin-bottom: 15px;
}

.img-thumbnail {
	background-color: #86cab2;
}

.img-thumbnail:hover {
	filter: opacity(.5);
}

.style-kb67pn6345 svg {
	position: absolute;
	top: -250px;
	right: 0px;
	bottom: 0;
	left: 250px;
	width: 60%;
	height: 100%;
	margin: auto;
}

div#comp-kb67pmsd {
	position: absolute;
	width: 602px;
	height: 190px;
	top: 56px;
	left: 110px;
}

.btn-amarillo {
	background-color: rgba(255, 212, 90, 1);
	border: solid rgba(255, 212, 90, 1) 0px;
	font-weight: 300;
	font-family: serif;
}

.btn-amarillo:hover {
	background-color: #ffe18c;
	border: solid #ffe18c;
}

svg#comp-jya9m7s7svgcontent {
	position: absolute;
	left: 300px;
	top: -90px;
	transform: rotate(66.7061502562986deg);
	width: 80px;
}

svg#comp-jya9q26ksvgcontent {
	position: absolute;
	margin-top: -140px;
	width: 120px;
	margin-left: 15%;
}

img.img-taller {
	background-color: #86cab2;
	border: 4px solid #86cab2;
	border-radius: 5px;
}

.cartex i {
    font-size: 30px;
    margin-left: 10px;
}

a#iconSearch {
	color: #e20026;
	cursor: pointer;
	font-size: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

a#iconSearch:hover {
	color: #e20026;
}

a#iconUser {
	color: #e20026;
	cursor: pointer;
	font-size: 30px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
    display: flex;
}

a#iconUser:hover {
	color: #363f4d;
	text-decoration: none;
}

a#iconUser2 {
	color: #e20026;
	cursor: pointer;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

a#iconUser2:hover {
	color: #363f4d;
	text-decoration: none;
}

.-autocomplete-container {
	position: absolute;
	background: #fff;
	margin: 0 20px 0 10px;
	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: Nunito Round, sans-serif;
    font-weight: 700;
}

.-autocomplete-descrip span {
    color: #ff0000;
    margin-right: 10px;
}

.-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;
	background-color: #000000;
	color: #fff;
}

.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: 46%;
	}
}


/*MENU*/

i.fas.fa-bars.text-white {
	color: #fff;
	cursor: pointer;
	font-size: 26px;
	padding-left: 15px;
	padding-right: 15px;
}

.modal .menu-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	transform: translate3d(0%, 0, 0);
}

.modal .menu-content {
	height: 100%;
	overflow-y: auto;
}

.modal .modal-cuerpo {
	padding: 0px;
}

.modal.left.fade .menu-dialog {
	left: -320px;
	transition: opacity 0.1s linear, left 0.1s ease-out;
}

.modal.left.fade.show .menu-dialog {
	left: 0;
}

.modal.right.fade .menu-dialog {
	right: -320px;
	transition: opacity 0.1s linear, right 0.1s ease-out;
}

.modal.right.fade.show .menu-dialog {
	right: 0;
}

a.nav-link.text-nav {
	text-decoration: none;
	text-transform: none;
	font-size: 13px;
	color: #7c7c7c;
	transition: .3s;
}

li .text-nav:hover {
	background-color: #ececec;
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 0rem;
}

li.nav-item.dropdown.droplogin {
	position: absolute;
	margin-top: -6px;
	margin-left: 45px;
}

.droplogin .nav-link {
	font-family: 'Nunito';
	font-weight: 600;
	font-size: 13px;
}

.droplogin .dropdown-item {
	font-weight: 500;
	color: grey!important;
	font-size: 13px;
}

.card-white {
    padding: 3%;
}

/*.card .card-img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}*/
.section-title {
    margin-bottom: 0px;
    position: relative;
    margin-top: 50px;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}
.section-title h2 {
    border-color: #eb3e32;
}
.section-title h2 {
    font-family: 'Nunito';
    display: inline-block;
    font-size: 24px;
    color: #363f4d;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 10px;
    border-bottom: 2px solid #eb3e32;
    margin-bottom: 0;
    position: absolute;
    bottom: -1px;
    left: 0;
}

/* ----- MODAL STYLE ----- */

.menu-content {
	border-radius: 0;
	border: none;
}



/*PRODUCTO*/

.btn-primaryDark {
	color: #222;
	background-color: #343a40!important;
	border-color: #343a40!important;
}

h2.titleProduct {
	font-size: 28px;
	color: #000;
	font-weight: 600;
}

.label-info {
	background-color: #5bc0de;
}

.label-warning {
	background-color: #f0ad4e;
}

.label-default {
	background-color: #777;
}

.label:empty {
	display: none;
}


/*button#btn_add_cart {
    background-color: #83c9b1;
    color: #fff;
    font-weight: 500;
}
button#btn_add_cart:hover {
    background-color: #343a40;
    color: #fff;
}*/

.pseudo_border {
	position: relative;
	display: inline-block;
	font-size: 20px;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.pseudo_border:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin: 10px auto;
	width: 50%;
	height: 6px;
	background: #96c222;
}

.media {
	overflow: hidden;
	zoom: 1;
	margin-top: 15px;
}

.media-middle {
	vertical-align: middle;
}

.media-left {
	margin-right: 15px;
	font-size: 10px;
	margin-top: 10px;
}

.jumbotron-sm {
	background-color: #eeeeed;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.jumbotron-sm h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Nunito';
}

.col-product {
	padding: 0px 5rem;
}

.fa-lg {
	font-size: 22px;
	padding-top: 5px;
}

/*.card-title {
	font-size: 12px;
	font-weight: 600;
	color: #000;
	min-height: 30px;
}

.card-title:hover {
	font-size: 12px;
	font-weight: 600;
	color: #ee1c29;
	text-decoration: none;
}*/

.btn-add-cart {
	background-color: #363f4d;
    border: #363f4d;
    color: #fff;
	padding: 10px 12px;
	font-size: 12px;
	font-weight: 600;
}

.btn-add-cart:hover {
	background-color: #e20026;
    border: #e20026;
    color: #fff;
	padding: 10px 12px;
	font-size: 12px;
}

span#label_precio {
    font-size: 28px;
    font-family: sans-serif;
    font-weight: 700;
    color: #e20026;
}

.botones-en-carro button.btn.btn-add-cart.mr-2 {
	margin-right: 0px!important;
	width: 30%;
}

.botones-en-carro button.btn.btn-add-cart.ml-2 {
	margin-left: 0px!important;
	width: 30%;
}

p.price.text-center {
    margin-bottom: 0;
}

.card.brand-card {
    width: 192px;
    height: 100px;
    object-fit: cover;
}

/*PRODUCTO*/


/*TABS*/

.indigo {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: border .2s ease-in-out;
}

.nav-justified {
	width: 100%;
}

.nav-justified>li {
	display: table-cell;
	width: 1%;
}

.nav-justified>li {
	float: none;
}

.nav-pills>li.active>a {
	color: #fff;
	background-color: #337ab7;
}

.nav-pills .nav-item {
	padding-left: 0px;
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: -18px;
	font-size: 18px;
}


/*TABS*/

.section-title h4:before {
	position: absolute;
	content: "";
	width: 90px;
	height: 2px;
	background-color: #83c9b1;
	bottom: 0;
}

.section-title h4:after {
	position: absolute;
	background-color: #83c9b1;
	content: "";
	width: 10px;
	height: 10px;
	bottom: -4px;
	left: 2%;
}

.style-jya9m7vi1 svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}

.style-jya9m7vi1_non-scaling-stroke * {
	vector-effect: non-scaling-stroke;
}


/*icon box*/

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.services-area {
	background-color: #fff;
}

.section-title {
	margin-bottom: 20px;
}

.section-title p {
	color: #fff;
	font-size: 16px;
}

.section-title h4 {
	text-transform: capitalize;
	font-size: 40px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #fff;
}

.section-title h4:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	background-color: #fff;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}

.section-title h4:after {
	position: absolute;
	background-color: #fff;
	content: "";
	width: 10px;
	height: 10px;
	bottom: -4px;
	left: 50%;
	margin-left: -5px;
	border-radius: 50%;
}

.single-service {
	/*border: 1px solid #ee1c29;*/
	padding: 30px 10px;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	border-radius: 5px;
}

.single-service i.fas {
	width: 60px;
	height: 60px;
	background-color: #000000;
	font-size: 25px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	margin-bottom: 20px;
}

.single-service i.fas {
	-webkit-transition: .4s;
	transition: .4s;
}

.single-service:hover i.fas {
	border-radius: 50%;
}

.single-service h4 {
	text-transform: capitalize;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 500;
}

/*.footer-copyright {
	border-top: 1px solid #e9ecef52;
}*/

.btn-danger {
	color: #fff;
	background-color: #363f4d;
	border-color: #363f4d;
}

.icon-serv {
	font-size: 30px;
}

.le-pri {
	font-size: 42px!important;
}

.title-section h4 {
	font-size: 28px;
	font-weight: 600;
	color: #000;
	text-align: center;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-md-2 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-md-5ths {
	width: 50%;
	float: left;
}


/*RESPONSIVE*/

@media (max-width: 768px) {
	.col-sm-5ths {
    width: 49.5%;
    float: left;
    }
	.navbar-nav .nav-item {
		text-align: center;
	}
	ul.nav.nav-tabs {
		display: block;
	}
	.socialnet {
		top: 70%!important;
		height: 100px;
	}
	a.carousel-control-prev {
		display: none;
	}
	a.carousel-control-next {
		display: none;
	}
	.controls-top {
		display: none;
	}
}

@media (max-width: 425px) {
	.price span.mr-1 {
		margin-right: 0!important;
	}
	.botones-en-carro button.btn.btn-add-cart.mr-2 {
		margin-right: 0px!important;
		width: 100%;
	}
	.botones-en-carro button.btn.btn-add-cart.ml-2 {
		margin-left: 0px!important;
		width: 100%;
	}
}

@media (max-width: 375px) {
	.card-title {
		min-height: 100px!important;
	}
	span#label_precio {
		font-size: 14px;
	}
	.badge-danger {
		width: 100%;
		font-size: 11px;
		padding: 10px 12px;
	}
	.btn-add-cart {
		width: 100%;
		font-size: 10px;
	}
}

@media (max-width: 320px) {
	span#label_precio {
		font-size: 12px;
	}
	.card-title {
		font-size: 11px;
	}
	.badge-danger {
		width: 100%;
		font-size: 10px;
		padding: 10px 3px;
	}
	.btn-add-cart {
		width: 100%;
		font-size: 11px;
		padding: 6px 2px;
	}
}


/*RESPONSIVE*/


/*@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-md-2 {
		width: 20%;
		float: left;
	}
}*/


/*carousel productos*/

.btn-floating i {
	font-size: 1.25rem;
	line-height: 47px;
	display: inline-block;
	width: inherit;
	text-align: center;
	color: #fff;
}

.carousel-multi-item .controls-top .btn-floating {
	background: #363f4d;
}

.carousel-multi-item .controls-top .btn-floating:hover {
	background: #e20026;
}

a.waves-effect,
a.waves-light {
	display: inline-block;
}

.btn-floating {
	box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
	width: 47px;
	height: 47px;
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 10px;
	-webkit-border-radius: 50%;
	border-radius: 10%;
	padding: 0;
}

.carousel-multi-item .controls-top {
	text-align: right;
	margin-bottom: 1rem;
}

.label {
	position: relative;
	width: 100%;
	min-height: 195px;
	/* bottom: -40px; */
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	display: inline;
	height: 195px;
}

.label-text {
	color: #000000;
	position: relative;
	z-index: 500;
	padding: 5px 8px;
	display: table-cell;
	height: 30px;
	line-height: 1.5;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
}

.label-text {
	color: #000000;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
}

a.text-title {
	color: #444;
	text-decoration: none;
}

.precio-producto-cu {
	display: inline-block;
	font-size: 30px;
	font-family: 'Marker-Felt-Wide';
	text-transform: lowercase;
	color: #fff;
	padding: 0;
	/*background: url(../img/fotos/Parche-Amarillo-V2.png) no-repeat center center;
	 background-color: #f3e100; */
	line-height: 50px;
	vertical-align: middle;
	width: 100%;
	font-weight: bold;
}

.precio_normal-producto {
	font-size: 16px;
	color: #222222;
	text-transform: none;
}

.ahorro-producto {
	font-size: 20px;
	color: #ec1c29;
}

/*img.card-img-top {
	transition: all 1s ease-in-out;
	min-height: 245px;
    object-fit: cover;
    height: 245px;
	padding: 5%;
}

img.card-img-top:hover {
	filter: saturate(180%);
	transition: all 1s ease-in-out;
}

.card-title {
    margin-bottom: 0;
    min-height: 30px;
}*/

.card-size:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
	transition: all 0.3s ease;
}

/*.carousel-control-prev .fas.fa-chevron-circle-left {
	color: #000000;
	font-size: 50px;
	background-color: transparent;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.carousel-control-next .fas.fa-chevron-circle-right {
	color: #000000;
	font-size: 50px;
	background-color: transparent;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.carousel-control-prev .fas.fa-chevron-circle-left:hover {
	color: #e20026;
	font-size: 50px;
	background-color: transparent;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.carousel-control-next .fas.fa-chevron-circle-right:hover {
	color: #e20026;
	font-size: 50px;
	background-color: transparent;
	border-radius: 50%;
	transition: all 0.3s ease;
}*/

/*carousel productos*/

.menu-icons i {
	color: #e20026;
	font-size: 30px;
}

.menu-icons i:hover {
	color: #000000;
}

img.icon-menu {
	width: 60px;
	height: auto;
}

.cart-detail .fas.fa-shopping-cart {
    color: #e20026;
}

.cart-detail .fas.fa-shopping-cart:hover {
    color: #363f4d;
}

i.fas.fa-shopping-cart {
    color: #fff;
}


.menu-icons h4 {
	color: #000000;
	font-size: 14px;
	margin-top: 8px;
}

.bloque-fondo {
	background-color: #fff;
}

.carousel h2 {
	font-family: 'Nunito';
	font-size: 26px;
	color: #000000;
}

.precio-producto-cu {
	display: inline-block;
	font-size: 30px;
	font-family: 'Marker-Felt-Wide';
	text-transform: lowercase;
	color: #fff;
	padding: 0;
	/*background: url(../img/fotos/Parche-Amarillo-V2.png) no-repeat center center;
	 background-color: #f3e100; */
	line-height: 50px;
	vertical-align: middle;
	width: 100%;
	font-weight: bold;
}

.col-md-2.columna-pro {
	padding: 5px;
}

.card-col {
	padding: 0!important;
}

.overlay:hover .pro {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.overlay {
	overflow: hidden;
}


/*Tabs*/

.nav-tabs {
	overflow: hidden;
	background-color: #e20026;
	color: #fff;
}

.nav-tabs .nav-link.active {
	color: #fff;
	background-color: #000000;
	font-weight: 700;
}

.nav-tabs .nav-link {
	border: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

a.nav-link {
	color: #fff;
}

.nav-tabs .nav-item a:hover {
	background-color: #000000;
	color: #fff;
	transition: ease 0.3s;
}


/*Tabs*/

.btn-link {
	font-weight: 400;
	text-decoration: none;
	font-family: 'Nunito';
	font-size: 14px;
	color: #000000;
}

.btn-link:hover {
	font-weight: 400;
	text-decoration: none;
	font-family: 'Nunito';
	font-size: 14px;
	color: #000000;
}

.card-header.headering {
	padding: 0.3rem 1.25rem;
}

.stroke {
	font-size: 48px;
	font-style: italic;
	font-family: 'Nunito';
	-webkit-text-stroke-width: 2.1px;
	-webkit-text-stroke-color: #3f0658;
	-webkit-text-fill-color: #fef100;
	font-family: Impact, Charcoal, sans-serif;
}

img.delivery-icon {
	width: 90px;
}

a.btn.btn-pill-one {
	background-color: #e20026;
	border-radius: 5px;
}

#CartInfo,
#CartInfo .sub-total {
	display: flex;
	align-items: center;
}

#CartInfo {
    cursor: pointer;
    width: 150px;
    height: 45px;
    font-size: 13px;
    color: #e20026;
    border-radius: 0px;
    justify-content: space-between;
    padding: 0 10px;
    border-left: 2px solid #e20026;
}

#CartInfo .sub-total {
	flex-wrap: wrap;
	width: 60px;
	height: 40px;
}

#CartInfo .sub-total {
	display: flex;
	align-items: center;
}

.pxl-4 {
	padding-left: 1.5rem!important;
	padding-right: 1.5rem!important;
}

/*.modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
}*/

.item{
	left: 0;
	top: 0;
	position: relative;
	overflow: hidden;
	margin-top: 15px;
	
}
.item img{
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
	
}
.item img:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);

}
.card-img{
    border:0px;
    border-radius:0px;
}

.works-t1-v2 .carrier-options, .works-t1-v2 .payment-options {
    margin: 0 0 20px;
}

.card-work-box {
    background: #fff;
    display: -webkit-box;
    display: flex;
    padding: 7px;
    width: 98px;
    height: 49px;
    border-radius: 6px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.card-work-box:hover {
    background: #ffffffc2;
}
.card-work-box img {
    max-height: 22px;
}


/*SEARCH BOX*/
#custom-search-input{
    padding: 3px;
    border-radius: 12px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .fa-search{
    font-size: 23px;
    color: #e20026;
}

.classo {
    width: 100%;
}

.input-group.adgrouped {
    align-items: center;
    flex-wrap: initial;
    border: 2px solid #e20026;
    border-radius: 25px;
}


/*.footer-payment-icon {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0px;
    box-sizing: border-box;
    font-size: 0px;
    text-align: left;
    margin: 0;
}
.footer-payment-icon > li {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 0;
    position: relative;
}
.footer-payment-icon > li > a {
    display: block;
    padding: 0 3px;
    box-sizing: border-box;
    color: #fff;
    font-size: 45px;
    line-height: 45px;
    text-decoration: none;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}
.footer-payment-icon > li > a:hover {
    color:#e8e8e8;
}*/

.samurai-text{
    font-family: 'Nunito';
    font-size: 26px;
    color: #000000;
}

.colx {
    text-align: center;
    padding: 3%;
    margin-bottom: 30px;
}

.home__form {
    padding: 1.2rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.5rem rgb(0 0 0 / 20%);
    box-shadow: 0 0 1.5rem rgb(0 0 0 / 20%);
    position: relative;
    z-index: 1;
    top: -50px;
    font-size: 1.3rem;
    width: 90%;
    margin: auto;
}

.home__form h3 {
  font-size: 1.9rem;
  font-weight: bold;
  color: #4a4a4a;
}

.home__form p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.home__form form {
  text-align: left;
}

.home__form form label {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.7);
  font-family: "helveticaregular";
}

.home__form form .input-box {
  position: relative;
}

.home__form form .input-box .fa {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 1px solid #cdcdcd;
  padding: 3px 15px 3px 10px;
  color: #000000;
}

.home__form form .input-box input {
  height: 45px;
}

.home__form form .input-box textarea,
.home__form form .input-box input {
  border-color: #efefef;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  font-size: 14px;
  caret-color: #ff5a5f;
  height: calc(1.5em + 0.75rem + 2px);
}

.home__form form .input-box textarea:focus + .fa,
.home__form form .input-box input:focus + .fa {
  color: #ff5a5f;
  border-color: #ff5a5f;
}

.home__form form .input-box textarea:not(:placeholder-shown),
.home__form form .input-box input:not(:placeholder-shown) {
  border-color: green;
}

.form-control {
    font-size: 14px;
    padding: 5px;
}



.btn.btn-dangerous {
  width: 100%;
  height: auto;
  font-size: 0.9rem;
  background-color: #e91e63;
  color:#ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  border-color: transparent;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.btn.btn-dangerous:hover {
  background: #c1134e;
}

.carousel-indicators {
    bottom: 50px;
}

.carousel-destacados {
    background-color: #eeeeee;
    margin-top: -4%;
}

.carousel-ventas {
    background-color: #dfe0e2;
}

.carousel-arriendos {
    background-color: #eeeeee;
}

.background_91, .background_93, .background_95 {
    background-color: #eeeeee;
}

.background_94{
    background-color: #dfe0e2;
}

.card-propierty img {
    padding: 10px;
    border-radius: 15px;
}

.card-propierty p {
    font-size: 14px;
}

.mask.rgba-white-slight {
    display: none;
}

.sucursal-blue {
    background-color: #41aee8;
    padding: 35px;
    border-radius: 5px 0px 0px 5px;
}

.sucursal-light {
    background-color: #f2f2f2;
    padding: 35px;
    border-radius: 0px 5px 5px 0px;
}

.sucursal-blue p {
    color: #ffffff;
}

.sucursal-blue i {
    color: #ffffff;
}

.sucursal-blue a {
    color: #ffffff;
}

.sucursal-blue h4 {
    color: #ffffff;
    text-align: left;
    font-size: 16px;
}

#inputComentario {
    height: 90px;
}

/*RESPONSIVO*/

@media only screen and (min-width: 796px) {
	section#plx-pills {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.col-pills {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	a.btn.btn-pill-one {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 425px) {
	.cantidad-resultados {
		padding-bottom: 15px;
	}
	li.nav-item {
		padding-left: 0;
	}
	.col-pills {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	a.btn.btn-pill-one {
		width: 100%;
		height: auto;
	}
	.info-alert h3 {
		color: #fff;
		font-size: 18px;
	}
	.stroke {
		font-size: 40px;
	}
	img.delivery-icon {
		width: 58px;
	}
    img.navbar-brand {
    height: 90px;
    }
    .icon-one {
    padding-left: 12px;
    padding-right: 0px;
    margin-right: -15px;
    }
    .menu-icons i {
    color: #fff;
    font-size: 24px;
    }
    #CartInfo {
    cursor: pointer;
    width: 139px;
    }
    .socialnet {
	top: 50%!important;
	height: 100px;
    right: 5px;
	}
	.ir-arriba {
    right: 8px;
    }
    .menu-icons h4 {
	color: #fff;
	font-size: 14px;
	margin-top: 8px;
    }
    .icon-one .fas.fa-search {
    color: #000000;
    }
    a.btn.btn-pill-one {
    width: 100%;
    height: 97px;
}
    div#comp-k8ts97ag {
    padding-bottom: 35px;
}
    .franqui h3 {
        padding-top: 15px;
}
    .franqui img {
        width: 100%;
    }
}

@media only screen and (max-width: 395px) {
	.icon-one {
    padding-left: 0px;
    padding-right: 0px;
    } 
    img.navbar-brand {
    height: 80px;
    }
    .icon-one {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: -11px;
    }
}

@media only screen and (max-width: 375px) {
    #CartInfo {
    cursor: pointer;
    width: 130px;
    }
    .col-sm-dos {
    margin-left: -30px;
    }
    .icon-one {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: -15px;
    }
}



@media only screen and (max-width: 320px) {
	.nav-pills {
		padding: 0px;
	}
	.btn-pill-one h4 {
		font-size: 12px;
	}
    .menu-icons i {
    color: #fff;
    font-size: 18px;
    }
    #CartInfo {
    cursor: pointer;
    width: 121px;
    }
    img.navbar-brand {
    height: 73px;
    }
}