html, body {
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
    padding: 0px;
    overflow-x: hidden;
}

@media (min-width: 1200px){
.container {
    max-width: 1230px;
}
}

.navbar {
    padding: 0; 
}

.hr-black {
    margin-top: -15px;
    margin-bottom: 20px;
    color: #000;
}

h1,
h2 {
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #429141;
}

h3 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #429141;
    font-weight: 500;
    font-size: 23px;
}

h6 {
	font-family: 'Roboto Condensed', sans-serif;
}

p {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #808080;
    font-family: sans-serif;
    font-size: 1.1em;
    line-height: 1.9em;
    margin: 0;
    padding: 0;
}
.cartex {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size: 13px;
}

.navbar-expand-lg .navbar-nav .social-link {
	padding-right: 15px!important;
	padding-left: 15px!important;
}

#main_nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

#main_nav .text-menu {
    color: #409342;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

#main_nav .nav-item:hover {
    color: #429141;
}

.background_61 {
    margin-top: 0;
}

.menu-princ {
    background: #f8f8f8;
    z-index: 333;
}

#main_nav .dropdown-item.text-menu {
    color: #00acc7;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

#main_nav .dropdown-item.text-menu:hover {
    color: #fff!important;
}
.dropdown-item:hover {
    color: #429141!important;
    text-decoration: none;
    background-color: #429141;
}


.menu-icons {
    display: flex;
}

.iconoclastic:hover {
    color: #429141;
}

li#orange-back {
    background-color: #98cb64;
    border-radius: 5px;
}

li#orange-back:hover {
    background-color: #4fda0a;
    border-radius: 5px;
}

p.text-001 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
}

a.text-002 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
}

img.navbar-brand {
    position: absolute;
    z-index: 1;
}

/*.navbar-toggler {
	color: white;
}

a.nav-link.text-menu {
	display: inline-block;
	color: #fff;
	transition: color 0.3s ease 0s;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 9px;
	font-weight: 700;
	text-align: center;
    
}

a.nav-link.text-menu:hover {
	display: inline-block;
	color: #429141;
	transition: color 0.3s ease 0s;
	font-family: 'Roboto Condensed', sans-serif;
}

a.nav-link.text-menu {
    width: 122px;
}

li.nav-item {
	position: relative;
	box-sizing: border-box;
	overflow: visible;
	padding-left: 5px;
	padding-right: 5px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
}*/

.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: 15px;
}

.badge-light {
    color: #fff;
    background-color: #00acc7;
    margin-left: 5px;
    font-size: 12px;
}

.badge-agotado {
    color: #fff;
    background-color: #54db00;
    padding: 16px 52px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 13px;
}

.menu-icons i {
    color: #98cb64;
    font-size: 30px;
    padding-top: 7px;
}

.menu-icons h4 {
    color: #98cb64;
    font-size: 13px;
    margin-top: 16px;
    font-weight: 300;
}

.text-menu .menu-icons h4:hover {
    color: #ca0000;
    transition: color 0.3s ease 0s;
}

img.navbar-branded {
    width: 30%;
}

.card-body {
    height: 190px;
}

.bodyglove {
    height: 200px;
    min-height: 200px;
}

.card-body.card-h {
    height: 440px;
    min-height: 440px;
}

.card-body-shop{
    height: auto;
}

.card-img.top-pro {
    height: 190px;
    object-fit: cover;
    border-radius: 15px;
}

.img-top-pro {
    border-radius: 15px;
}

.img-top-pro:hover {
    filter: opacity(.5);
    transition: ease 0.5s;
}
.btn-blue-two {
    font-family: sans-serif;
    color: #429141;
    background-color: #fff;
    border-color: #429141;
    border-radius: 5px;
    box-shadow: 4px 4px 5px rgb(0 0 0 / 60%);
}

.btn-blue-two:hover{
    color: #fff!important;
    background-color: #98cb64;
    border-color: #98cb64;
    border-radius: 5px;
    font-family: sans-serif;
}

.btn-blue {
    color: #fff;
    background-color: #429141;
    border-color: #429141;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
}

.btn-blue:hover{
    color: #fff;
    background-color: #98cb64;
    border-color: #98cb64;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
}
.btn-green {
    color: #fff;
    background-color: #429141;
    border-color: #429141;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: 11px;
}

.btn-green:hover{
    color: #fff;
    background-color: #98cb64;
    border-color: #98cb64;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: 11px;
}
#carouselShop .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 470px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.leading {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
    color: #429141!important;
}
.leading strong {
    color: #429141!important;
}
.lead {
    font-size: 15px;
    font-weight: 300;
}

.card-size {
    height: auto;
    border: none!important;
} 

.media-desc p {
    text-align: justify;
}

.title-princ{
    font-family: 'Roboto Condensed', sans-serif; 
    font-size: 26px; 
    color: #429141; 
    text-align: center;
}


/*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/slides_principal/banner1.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;
	text-decoration:none;
}

.txtNew a:hover {
	color: #e9ecef;
	text-decoration:none;
}

.ir-arriba {
	display: block;
	background-repeat: no-repeat;
	font-size: 20px;
	color: black;
	cursor: pointer;
	position: fixed;
	bottom: 10px;
	left: 26px;
	z-index: 2;
}

.fa-inverse {
	color: #000;
}

.down-down {
    margin-top: 35px;
}


/*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: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #333;
}

.text-car {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
    color: #fff;
}

h1 {
	color: #191919;
	font-size: 34px;
	
}

tbody#tb_carro {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 12px;
}


/*Fin Modal Carrito*/

/*desaparecer escritorio*/

@media only screen and (max-width: 610px) {
    #sectionCarouselDesktop {
        display: none;
    }
    #sectionCarouselResponsive {
        display: block;
    }
}


/*desaparecer movil*/

@media only screen and (min-width: 600px) {
    section#sectionCarouselDesktop {
        display: block;
    }
    #sectionCarouselResponsive {
        display: none;
    }
}

/*titulo productos*/

.post-title a {
    color: #429141;
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    text-align: center!important;
    min-height: 53px;
}
.post-title a:hover {
    color: #98cb64;
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    text-align: center!important;
    min-height: 53px;
}

a.prolink {
	text-decoration: none;
}

img.logo-firts {
	display: inline!important;
	width: 15%!important;
}

img.card-img-product {
    width: 400px;
    height: 400px;
}

.modal-header {
    background-color: #429141;
}


/*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) {
	#section-brand-responsive{
	   display: block;
	}
    #carouselBrand{
        display: none;
    }
    #catBoxResponsive{
        display: block;
    }
    #catBox{
        display: none;
    }
    
}


/*desaparecer movil*/

@media only screen and (min-width: 600px) {
	#section-brand-responsive{
	   display: none;
	}
    #carouselBrand{
        display: block;
    }
    #catBoxResponsive{
        display: none;
    }
    #catBox{
        display: block;
    }
    .d-lg-none{
        display: block;
    }
}

.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: #429141;
	border-color: #429141;
}

.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;
}

@media only screen and (max-width: 425px) {
	.cantidad-resultados {
		padding-bottom: 15px;
	}
	li.nav-item {
		padding-left: 0;
	}
}


/*tienda*/

.col-lg-3.col-sm-12.col-md-4.columna-pro {
	float: left;
}

hr {
	height: 1px!important;
}

hr.hr-color {
    background-color: #ffffffc2;
    height: 0px!important;
}


/*modal*/

button.close.cerrar {
	margin: -15px 0px 0px 0px!important;
}

.modal-footer.butoons {
	justify-content: center;
}

.btn-block+.btn-block {
	margin-top: 0;
}

h5.no-hay {
	padding-left: 9%;
}


/*nuevos colores*/

.text-secondary {
	color: #343a40!important;
}

p {
	color: #191919;
	font-size: 16px;
	font-weight: 300;
}

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: 600;
}

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 {
	color: #fff;
}

i.fas.fa-envelope.prefix.carta {
	color: #429141;
}

i.fas.fa-lock.prefix.candado {
	color: #429141;
}

button.close {
	color: #222!important;
}

a {
	color: #827362;
}

a:hover {
	color: #191919;
}

a.list-group-item.list-group-item-action.bg-white:hover {
	font-size: 17px;
	color: #343a40!important;
}

a#iconCarro {
	color: #00acc7;
	cursor: pointer;
	font-size: 24px;
	padding-left: 15px;
	padding-right: 15px;
    margin-top: 5px;
}

a#iconCarro:hover {
	color: #429141;
}

a#menuModal {
	color: #fff;
	cursor: pointer;
	font-size: 26px;
	padding-left: 15px;
	padding-right: 15px;
}

a#menuModal:hover {
	color: #f2959b;
}


a.nav-link.text-menu2 {
	padding: 0;
}

a.nav-link.text-menu2 {
	padding: 0;
}

/*boton carrito*/

.mt-lg-0,
.my-lg-0 {
	margin-top: 3px!important;
}


/*botones modal interior*/

.actualiza {
	background: #429141;
	color: #fff;
	border-color: #429141;
}

.actualiza:hover {
	color: #fff;
	background-color: #429141;
	border-color: #429141;
}

.finaliza {
	color: #fff;
	background-color: #429141;
	border-color: #429141;
}

.finaliza:hover {
	color: #fff;
	background-color: #429141;
	border-color: #429141;
}

.table {
	margin-bottom: 0;
}


/*titulo finalizar compra*/

.page-header {
	color: #bb7632;
}


/*boton realizar pedido*/

.btn-warning {
    color: #fff;
    background-color: #429141;
    border-color: #429141;
    border-radius: 5px;
    margin: 0;
}

.btn-warning:hover {
	color: #fff!important;
	background-color: #98cb64;
	border-color: #98cb64;
    border-radius: 5px;
    margin: 0;
}


/*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: Varela 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: Varela 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: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.boton-modal-fin {
	float: right;
	padding-right: 15px;
	padding-bottom: 15px;
}

.font_6 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    display: block;
    line-height: 1;
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #fff;
    letter-spacing: 1px;
    padding-left: 15px;
    text-transform: capitalize;
}

.font_7 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-weight: 600;
}

.font_8 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-weight: 400;
    margin-bottom: 0px;
    font-size: 16px;           
}


/*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: 'Roboto Condensed', 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: 'Roboto Condensed', 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: 'Roboto Condensed', 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: 'Roboto Condensed', 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: 'Roboto Condensed', 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: 'Roboto Condensed', 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: 'Roboto Condensed', 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: 'Roboto Condensed', sans-serif;
	width: 100%;
}

label {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}

.form-control {
	font-size: 16px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
}

.exm {
    color: #999;
    font-weight: 500;
    text-align: center;
    font-size: 11px;
}

.price {
    margin-top: -40px;
}

/*social icons*/

.socialnet {
	width: 42px;
	position: fixed;
	top: 35px;
	right: 56px;
	z-index: 3000;
}


/* Extra centrado vertical*/

.socialnet {
	top: 86%!important;
	height: 205px;
	margin-top: 0px;
}

img.whatsappico {
	width: 160%;
    margin-bottom: 10px;
}

img.whatsappico:hover {
	filter: opacity(.8);
}


.form-control.andulation {
    width: 100%!important;
    margin: 5px 0px;
    border: 1px solid #cfcbcb;
    border-radius: 0;
    font-size: 16px;
    line-height: 17px;
    background-color: #fafafa;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

form#CmsForm1 {
    border: 1px solid #c9c8c8;
    padding: 25px;
    border-radius: 5px;
}

h2.font_2 {
	font-size: 42px;
	letter-spacing: 10px;
	
	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-color: #86cab2;
	height: 300px;
    background: url(../img/fotos/back-subheader.png);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
}

.subheader2 {
	background-color: #86cab2;
	height: auto;
}

.subheader .font_2 {
    padding-top: 6%;
}


/*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: 'Roboto Condensed', sans-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;
}

a#iconSearch {
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	padding-left: 15px;
	padding-right: 15px;
}

a#iconSearch:hover {
	color: #ca0000;
}

a#iconUser {
    color: #98cb64;
    cursor: pointer;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 23px;
}

a#iconUser:hover {
	color: #ca0000;
	text-decoration: none;
}

a#iconUser2 {
    color: #98cb64;
    cursor: pointer;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

a#iconUser2:hover {
    color: #98cb64;
    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: 'Roboto Condensed', 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: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 20px 0px 0px 20px;
    background-color: #a1b2e8;
    color: #fff;
}

.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: 5px 0px 0px 5px;
    background-color: transparent;
    color: #98cb64;
}

.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;
}

input#input_busqueda {
    padding: 1.4rem 10rem;
    font-size: 15px;
}
.input-group>.form-control:not(:first-child) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media screen and (min-width: 768px) {
	.-autocomplete-container {
		min-width: 90%;
	}
}


/*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: relative;
    margin-top: 13px;
}

.droplogin .nav-link {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size: 13px;
}

.droplogin .dropdown-item {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.background_119 {
    background-color: #f7f7f7;
}
.background_180 {
    background-color: #f7f7f7;
}

.elementor-heading-title2 {
    color: #00ACC7;
    font-size: 26px;
    text-align: center;
    padding: 30px 0px 10px 0px;
}

/* ----- MODAL STYLE ----- */

.menu-content {
	border-radius: 0;
	border: none;
}

button.btn.btn-link.btn-block.text-left {
	text-decoration: none;
	
	font-size: 14px;
	color: #7c7c7c;
	transition: .3s;
}

.headering:hover {
	background-color: #ececec;
}


/*PRODUCTO*/

.btn-primaryDark {
	color: #222;
	background-color: #343a40!important;
	border-color: #343a40!important;
}

.titleProduct {
    font-size: 24px;
    margin: 0 0 10px;
    border-bottom: 1px solid #f1f1f1;
    letter-spacing: 0.6px;
    color: #333;
}

.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;
	
}

.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: 'Roboto Condensed', sans-serif;
}

.col-product {
	padding: 0px 5rem;
}

.fa-lg {
	font-size: 22px;
	padding-top: 5px;
}

.btn-add-cart {
    padding: 12px 42px;
    font-size: 13px;
    font-weight: 600;
}

.btn-add-cart:hover {
	padding: 12px 42px;
    font-size: 13px;
    font-weight: 600;
}

#label_precio {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    padding: 0px 10px 0px 10px;
    color: #57bf6d;
    font-size: 21px;
    display: block;
    text-align: center;
}

.icon-litle img {
    width: 24px!important;
    height: auto;
    float: left;
    margin-left: 10px;
}

.icon-litle ul {
    list-style: none;
}

/*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;
}

.nav-pills {
	padding: 5px;
}

.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: 0px;
}

.pb-50 {
	padding-bottom: 0px;
}

.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: #429141;
	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;
    font-size: 13px;
}

.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;
}

.col-md-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}



/*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: #00acc7;
}

.carousel-multi-item .controls-top .btn-floating:hover {
	background: #429141;
}

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: 50%;*/
	padding: 0;
}

.carousel-multi-item .controls-top {
    position: relative;
    top: -330px;
}

.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;
	
}

.label-text {
	color: #000000;
	text-align: center;
	font-size: 12px;
	
}

a.text-title {
	color: #444;
	text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #429141;
    border-color: #429141;
}

.btn-primary:hover {
    color: #fff;
    background-color: #00acc7;
    border-color: #00acc7;
}

.regardez-blue {
    margin: 0px 0px -30px 0px;
    padding: 0px 15px 0px 15px;
    background: #429141;
}

.elementor-heading-title {
    color: #FFFFFF;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 29px;
    font-weight: 400;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1;
}


/*.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;
	object-fit: cover;
	height: 195px;
	padding: 0;
}

img.card-img-top:hover {
	filter: saturate(180%);
	transition: all 1s ease-in-out;
}

.cards .card-title {
    margin-bottom: 0.75rem;
    min-height: 50px;
    padding: 10px 10px 0px 10px;
    color: #00ACC7!important;
    font-weight: 600!important;
}

.card-size:hover {
	border:none!important;
}

.card {
    border:none!important;
}
.card:hover {
    border:none!important;
}


.carousel-control-prev .fas.fa-chevron-circle-left {
    color: #429141;
    font-size: 50px;
    background-color: transparent;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.carousel-control-next .fas.fa-chevron-circle-right {
    color: #429141;
    font-size: 50px;
    background-color: transparent;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.carousel-control-prev .fas.fa-chevron-circle-left:hover {
    color: #429141;
    font-size: 50px;
    background-color: transparent;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.carousel-control-next .fas.fa-chevron-circle-right:hover {
    color: #429141;
    font-size: 50px;
    background-color: transparent;
    border-radius: 50%;
    transition: all 0.3s ease;
}
/*carousel productos*/

.carousel h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
}

.controls-top .float-left {
    position: absolute;
    left: -63px;
    top: 130px;
}

.controls-top .float-right {
    position: absolute;
    right: -63px;
    top: 130px;
}


.col-sm-12 {
    background-color: transparent!important;
}

.background_106 .container {
    margin: 0;
    padding: 0;
    margin-bottom: -23px;
}

/*.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;
    color: #fff;
    background-color: #3A91C2;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-link .text-menu.active {
    color: #fff;
    background-color: #429141;
    font-weight: 700;
}

.nav-tabs .nav-link {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

a.nav-link {
    color: #000;
    font-weight: 700;
}

#main_nav .nav-item {
    border-radius: 5px;
    margin-right: 5px;
}


.nav-item .text-menu a:hover {
    background-color: #429141;
    color: #fff;
    transition: ease 0.3s;
}

/*Tabs*/

/*action bar*/
.action-bar li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
.action-bar li a:hover {
    color: #e9ecef;
    text-decoration: none;
}
.action-bar i {
    font-size: 14px;
}

/*contenido*/

.img-banner {
    height: 376px;
}
.col-weight {
    flex: 0 0 20%;
    max-width: 20%;
}
.iconoclast {
    font-size: 45px;
    color: #089ede;
    padding-bottom: 10px;
}
.col-weight .iconoclastic {
    font-size: 45px;
    color: #fff;
    padding-bottom: 10px;
}
hr.right-line {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #00000040;
}

select.frecuency {
    border: none;
    font-style: italic;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .35s ease-in;
    transition: -webkit-transform .35s ease-in;
    border-bottom: none;
}
select.frecuency:focus {
    outline: none;
    border-bottom: 5px solid #39b3d7;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: -webkit-transform .35s ease-in;
    transition: -webkit-transform .35s ease-in;
}
.input-group {
    margin: 0px auto;
    width: 100%;
}
input.btn.btn-lg, input.btn.btn-lg:focus {
    outline: none;
    width: 60%;
    height: 45px;
    background: #429141;
    border-color: #429141;
    border-radius: 0;
}
.btn-blue-submit {
    width: 40%;
    height: 45px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    background-color: #429141;
    border-color: #429141;
    border-radius: 0px;
}
.btn-lg {
    font-size: 1rem;
}

.carousel-caption h5 {
    font-size: 64px;
    line-height: 60px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    margin-top: 15px;
    margin-bottom: 25px;
    text-shadow: 4px 4px 5px rgba(0,0,0,0.6);
}
.carousel-caption.d-none.d-md-block p {
    color: white;
    letter-spacing: 0px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-align: justify;
}

.img-caption {
    width: 150px;
    height: auto;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 333;
}

.tarjeta-verde {
    background-color: #54db00;
    padding: 15px;
    border-radius: 15px;
}

.tarjeta-naranja {
    background-color: #ffc338;
    padding: 15px;
    border-radius: 15px;
}

.tarjeta-azul {
    background-color: #429141;
    padding: 15px;
    border-radius: 15px;
}

.btn.btn-blue-1 {
    color: #fff;
    background-color: #429141;
    border-color: #429141;
    border-radius: 0px;
    padding: 8px 25px;
    width: 200px;
}

.btn.btn-blue-1:hover {
    color: #fff!important;
    background-color: #429141;
    border-color: #429141;
    border-radius: 0px;
    padding: 8px 25px;
    width: 200px;
}

.btn.btn-blue-2 {
    background-color: #ffc338;
    color: #000;
    border-color: #ffc338;
    border-radius: 0px;
    padding: 8px 25px;
    width: 200px;
}

.btn.btn-blue-2:hover {
    background-color: #e0a723;
    color: #000;
    border-color: #e0a723;
    border-radius: 0px;
    padding: 8px 25px;
    width: 200px;
}

.btn.btn-uno {
    background-color: #429141;
    color: #fff;
    padding: 16px 0px;
}
.btn.btn-uno:hover {
    background-color: #429141d4;
    color: #fff;
    padding: 16px 0px;
}

.btn.btn-dos {
    background-color: #00a30f;
    color: #fff;
    padding: 16px 0px;
}
.btn.btn-dos:hover {
    background-color: #00a30fd6;
    color: #fff;
    padding: 16px 0px;
}

.btn.btn-tres {
    background-color: #ff6900;
    color: #fff;
    padding: 16px 0px;
}
.btn.btn-tres:hover {
    background-color: #ff6900d6;
    color: #fff;
    padding: 16px 0px;
}


.body-tarjeta a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.card-shop {
    margin-top: 34px;
}
.prx-0{
    padding-right: 5px; 
}
.plx-0{
    padding-left: 5px;
}
.prx2-0{
    padding-right: 5px;
}
.plx2-0{
    padding-left: 5px;
}

.btn-round {
    padding: 5px 14px;
}

.btn-round:hover {
    padding: 5px 14px;
}

li.prev {
    visibility: hidden;
}

.row.post-nav {
    margin-top: 30px;
}

a.list-cat {
    background-color: #429141;
    padding: 10px 10px;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.list-cat:hover {
    background-color: #98cb64;
    padding: 10px 10px;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    margin-bottom: 5px;
    text-decoration:none;
}

.benefit h4 {
    font-weight: 700;
    font-size: 14px;
    color: #429141;
    text-align: center;
}

.benefit p {
    text-align: justify;
}

.nav-pills .nav-link.active {
    color: #fff;
    background-color: #429141;
}

.background_68 {
    background-color: #f7f7f7;
    padding: 40px 0px;
}

/*DETAILS CARDS*/

.card-content {
	background: #ffffff;
	border: 4px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.card-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
}

.card-img img {
    width: 100%;
    height: auto;
    display: block;
}

.card-img span {
	position: absolute;
    top: 15%;
    left: 12%;
    background: #1ABC9C;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}
.card-img span h4{
        font-size: 12px;
        margin:0;
        padding:10px 5px;
         line-height: 0;
}
.card-desc {
	padding: 1.25rem;
}

.card-desc h3 {
    color: #429141;
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    text-align: center;
    min-height: 53px;
}

.card-desc p {
	color: #429141;
    font-size: 14px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
}
.btn-card {
	background-color: #429141;
	color: #fff;
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
	background-color: #98cb64;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: 1rem;
}

.background_106 {
    background-color: #f7f7f7;
}

.background_115 {
    background-image: url(../../img/fotos/afaf.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.background_124 {
    background-image: url(../../img/fotos/22.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.p-nosotros {
    color: #54595F;
    line-height: 2.1;
    padding: 30px 30px 30px 30px;
    background-color: #FFFFFF87;
    font-weight: 500;
}

.background_73 .col-sm-6 {
    background-color: transparent!important;
}

.elementor-heading-title {
    margin: 0px 0px 0px 0px;
    padding: 15px 15px 15px 15px;
    border-radius: 0px 0px 0px 0px;
    color: #fff;
    width: 100%;
}

.elementor-heading-titles {
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    border-radius: 0px 0px 0px 0px;
    color: #fff;
    width: 100%;
}

.elementor-widget-contain {
    margin: 0px 0px -30px 0px;
    padding: 15px 15px 15px 15px;
    background-color: #00B0CA;
    border-radius: 15px 15px 0px 0px;
}

.t-title {
    color: #15487b;
    font-size: 31px;
    line-height: 42px;
}

.background_105 h3{
    padding-top: 12px;
}

.n-image {
    width: 100%;
    margin-top: 30px;
}

.translicid {
    background-color: #ffffff52!important;
    margin-top: 40px;
    margin-bottom: 40px;
}

textarea.form-control {
    height: 140px;
}

.col-sm-5ths {
    max-width: 13.99%;
}

.labely label {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    margin-top: 15px;
}

#fonasa-o-particular {
    position: absolute;
    height: 34px;
    font-size: 13px;
    width: 50%;
    border-color: #0000003d;
}

#main_nav .text-menu:hover {
    color: #429141;
}

.fas.fa-chevron-right {
    font-size: 50px;
}
.fas.fa-chevron-left {
    font-size: 50px;
}

.col-md-5 {
    max-width: 20%;
}

li.next {
    display: none;
}

/*FORMULARIO HOME*/
.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}

.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.formcraft-css {
    font-family: Helvetica,Arial;
}

.formcraft-css .fc-pagination-cover {
    text-align: center;
    height: 130px;
    display: none;
    position: relative;
    max-width: 100%;
}

.formcraft-css .fc-pagination {
    white-space: nowrap;
    text-align: center;
    position: relative;
    display: block;
    padding: 12px 0;
    margin: 0 auto;
    max-width: 100%;
    transition: background .3s;
    -webkit-transition: background .3s;
}

.formcraft-css .fc-pagination>div {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    z-index: 101;
    vertical-align: top;
    cursor: pointer;
    color: #999;
    transition: padding .3s;
    -webkit-transition: padding .3s;
}

.formcraft-css .fc-pagination>div.active .page-number {
    transform: scale(1.25);
}

.formcraft-css .fc-pagination>div.active .page-number {
    background-color: #4488ee;
    border-color: #3b77d1;
    color: #fff;
}

.formcraft-css .fc-pagination>div.active .page-name {
    color: #666;
}

.formcraft-css .fc-pagination .page-name {
    display: block;
    font-size: .85em;
    letter-spacing: .4px;
    font-weight: 600;
    width: 110px;
    text-transform: uppercase;
    padding: 5px 0;
    white-space: normal;
}

.form-live .form-cover {
    -webkit-perspective: 750px;
    perspective: 750px;
}

.formcraft-css .fc-form {
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    border-radius: 2px;
    letter-spacing: -4px;
    text-align: left;
    margin: 0 auto;
    min-width: 140px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    max-width: 100%;
}

.formcraft-css .fc-form .form-page-content {
    padding: 1.5em 0 0 1.5em;
}

.formcraft-css .fc-form .form-element {
    position: relative;
    display: inline-block;
    letter-spacing: 0;
    vertical-align: top;
    opacity: 1;
    border-radius: 2px;
    z-index: 101;
    border: 0;
    float: none!important;
    overflow: visible;
}

.formcraft-css .fc-form .form-element .form-element-html {
    padding: 0 1.5em 1.5em 0;
}

.formcraft-css .fc-form .field-cover>span {
    width: 30%;
    text-align: right;
    padding-right: 9px;
    vertical-align: top;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

.formcraft-css .fc-form .field-cover>span>span {
    display: block;
    width: 100%;
    line-height: 1.45em;
}

.formcraft-css .fc-form .form-element.is-required-true .field-cover .main-label>span::after {
    content: '*';
    position: absolute;
    color: red;
    top: -3px;
    right: -3px;
}

.formcraft-css .fc-form .field-cover>span span.sub-label {
    font-weight: 400;
    position: relative;
    font-style: italic;
    font-size: .9em;
    margin-top: -1px;
    opacity: .8;
}

.formcraft-css .fc-form .field-cover>div {
    position: relative;
    width: 67%;
    display: inline-block;
    text-align: left;
}

.formcraft-css .fc-form .form-element .error {
    display: none;
    position: absolute;
    top: -4px;
    z-index: 103;
    font-size: .85em;
    line-height: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
    right: 30px;
    color: red;
    -webkit-animation: fadeInRight .3s ease-out;
    animation: fadeInRight .3s ease-out;
}

.formcraft-css .fc-form.fc-form-3 .form-element .field-cover input[type="text"]{
    width: 100%;
    margin: 0;
    background-color: #fafafa;
    padding: 5px 12px;
    border: 1px solid #ddd;
}

.formcraft-css input[type=text]:focus{
    border-color: #48e;
}

form input[type="text"] {
    border-color: red;
}

.formcraft-css .fc-form .form-element .field-cover [class^=icon-] {
    position: absolute;
    right: 0;
    top: 0;
    cursor: text;
    line-height: 1.4em;
    font-size: 1.05em;
    margin: 9px 12px 7px;
    color: inherit;
    background-color: transparent;
}

.formcraft-css .fc-form .form-element .field-cover [class^=icon-]::before {
    line-height: 1.4em;
    content: '\e858';
}

.validation-lenient {
    background-color: #fafafa;
    width: 100%;
    margin: 0;
    background-color: #fafafa;
    padding: 9px 12px 8px;
    border: 1px solid #ddd;
}

.formcraft-css .fc-form .form-element .form-element-html {
    padding: 0 1.5em 1.5em 0;
}

.formcraft-css .fc-form .form-element .submit-cover.align-right {
    text-align: right;
    margin-right: 10px;
}

.formcraft-css .fc-form .form-element .submit-cover .submit-button {
    box-shadow: none;
    background: #429141;
    color: #fff;
    height: auto;
    font-size: 1em;
    line-height: 1.5em;
    position: relative;
    text-transform: none;
    margin: 0 auto;
    padding: 9px 18px;
    border: 0;
    border-radius: 2px;
    width: auto;
    cursor: pointer;
    font-weight: 600;
    font-family: inherit;
    letter-spacing: 0;
    white-space: nowrap;
    transition: width .3s,padding .5s;
    -webkit-transition: width .3s,padding .5s;
}

.formcraft-css .fc-form.fc-form-3 .form-element .submit-cover .submit-button .text{
    text-shadow: 1px 0px 3px #155a99;
    background: #429141;
    color: #fff;
}

.formcraft-css .fc-form .form-element .submit-cover .loading-icon {
    height: 22px;
    font-size: 22px;
    text-align: center;
    margin: 0;
    line-height: .95em;
}

i.fas.fa-phone-alt {
    position: absolute;
    right: 0;
    top: 0;
    cursor: text;
    line-height: 1.1em;
    font-size: 1.05em;
    margin: 9px 12px 7px;
    color: inherit;
    background-color: transparent;
}

i.fas.fa-envelope {
    position: absolute;
    right: 0;
    top: 0;
    cursor: text;
    line-height: 1.1em;
    font-size: 1.05em;
    margin: 9px 12px 7px;
    color: inherit;
    background-color: transparent;
}

i.fas.fa-user {
    position: absolute;
    right: 0;
    top: 0;
    cursor: text;
    line-height: 1.1em;
    font-size: 1.05em;
    margin: 9px 12px 7px;
    color: inherit;
    background-color: transparent;
}

/*FORMULARIO HOME*/


/*NEW CARDS*/
.css-1qe89ho {
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    font-size: 22px;
    line-height: 27px;
}

.css-4ikho3 {
    display: flex;
    align-items: flex-start;
    word-wrap: break-word;
    margin-bottom: -10px;
}

.css-mj5ra1 {
    display: inline-flex;
    font-size: 18px;
    color: rgb(153, 153, 153);
    padding-right: 5px;
}

.css-14a57o3 {
    padding-right: 5px;
}

.css-t89x66 {
    font-weight: 700;
    color: #00acc7;
}

.css-112v7gh {
    font-size: 13px;
    line-height: 1.5;
    font-stretch: normal;
    font-style: normal;
    color: rgb(153, 153, 153);
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    display: inline-flex;
    padding-right: 5px;
}

.css-1y6lvmq {
    display: flex;
    align-items: flex-start;
    color: rgb(153, 153, 153);
}

.css-zxxnq4 {
    display: flex;
}

.css-ow3ix2 {
    border-top: 1px solid rgba(20, 107, 127, 0.2);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    margin-top: auto;
}

.css-pif2ix {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 18px;
}

.css-8t2h29 {
    text-align: center;
    font-size: 14px;
    display: inline-flex;
}

.css-1gmkeo1 {
    font-weight: 500;
    border-radius: 24px;
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    background-color: #429141;
    color: #fff!important;
    padding: 6px 0px;
    border-color: #429141;
}

.card-body.css-dzn8x9 {
    padding: 190px;
}

.css-pif2ix svg {
    margin-top: -18px;
    margin-right: 5px;
}

.cards {
    border-radius: 25px;
    border: 1px solid #d3d2d259;
}

.cards .img-top {
    border-radius: 25px 25px 0px 0px;
}

.shadow {
    box-shadow: 0 .2rem 1rem rgba(0,0,0,.15)!important;
}

.img-icon {
    width: 16px;
    margin-top: -5px;
}

.css-1gmkeo2 {
    font-size: 12px;
    padding-bottom: 10px;
    text-align: center;
}

.css-11cy28o {
    font-family: Rubik;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    color: #00ACC7;
    font-size: 1rem;
    margin-top: 0px;
    margin-bottom: 0px;
}

.css-wp0pm4 {
    font-size: 16px;
    line-height: 1.5;
    font-stretch: normal;
    font-style: normal;
    color: rgb(153, 153, 153);
    display: inline-flex;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.css-14nbzti {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    font-style: normal;
    margin-bottom: 0.5rem;
}

.content-info .modal-header {
    background-color: white;
    border-color: white;
}

.content-info .modal-body {
    padding: 25px;
}

.modal-content.content-info {
    border-radius: 25px;
}

.numb {
    color: #00ACC7;
    font-weight: 400;
}

.fas.fa-check {
    color: #00ACC7;
}

button.close {
    font-size: 40px;
    font-weight: 300;
    border: 1px solid #333333;
    border-radius: 50%;
    padding-top: 0px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 14px;
    margin-top: 15px;
    margin-right: 15px;
}

.asvs .fas.fa-envelope {
    font-size: 14px;
    position: relative;
}

.row.imap {
    padding: 0;
    margin: 0;
    width: 115%;
    margin-left: -90px;
}

.css-1gmkeo10 {
    font-weight: 500;
    border-radius: 24px;
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    background-color: #429141;
    color: #fff!important;
    padding: 12px 30px;
    border-color: #429141;
}

.css-1gmkeo11 {
    font-weight: 500;
    border-radius: 24px;
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
    background-color: #429141;
    color: #fff!important;
    padding: 12px 0px;
    border-color: #429141;
}

.css-1gmkeo10:hover {
    background-color: #00acc7;
    border-color: #00acc7;
}

.background_122 {
    background-color: #f7f7f7;
}

.background_123 {
    background-color: #f7f7f7;
}

.pwb-az-listing-row {
    margin-bottom: 20px;
}

.pwb-az-listing-title {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    font-size: 115%;
    text-transform: uppercase;
    color: #00acc7;
}

.pwb-az-listing-col {
    margin-bottom: 15px;
}

input.form-control.controlme {
    width: 85%;
}

.search-panel ul li a {
    color: #333;
    text-decoration: none;
    font-size: 18px!important;
}

span.input-group-btn.btn-icon {
    position: absolute;
    right: 0px;
    z-index: 2;
}

.navbar-light .navbar-toggler {
    color: #ffffff;
    border-color: #429141;
    background-color: #429141;
}

/*NEWSLETTER*/

.background_70 {
    background-color: #f2f2f2;
}

.newsletter-block {
    background-color: #f2f2f2;
}

.newsletter-title h2 {
    padding-bottom: 24px;
    font-size: 2em;
}

.newsletter-subtitle {
    font-size: 16px;
}

.padd-70-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.subscribe-form {
    width: 100%;
}

.subscribe-form .form-control {
    border-radius: 0px;
}

.subscribe-form button {
    border: 2px solid #429141;
    background: #429141;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0.4em;
    border-radius: 5px;
}
.subscribe-form button:hover {
    border: 2px solid #98cb64;
    background: #98cb64;
}

.logo-footer {
    width: 60%;
    height: auto;
}
.panel-primary > .panel-heading {
    color: white;
    background-color: #429141;
    border-color: #429141;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-primary {
    border: 2px solid #429141;
    margin-bottom: 15px;
    border-radius: 5px;
}
.panel-body {
    padding: 15px;
}
.tab-pane h3 {
    line-height: normal;
    border-bottom: solid 3px #429141;
    font-size: 2.1rem;
    margin-top: 21px;
    margin-bottom: 10.5px;
}

/*RESPONSIVE*/

@media (min-width: 769px){
    .d-lg-none{
        display: none;
    }
}

/*responsive*/
@media only screen and (max-width: 768px) {
	/*.col-sm-5ths {
    width: 33.3%;
    float: left;
    }*/
    .col-md-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 50%;
    max-width: 50%;
    }
    .navbar-nav .nav-item {
    text-align: left;
    }
    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;
    }
    .menu-princ .container {
    padding: 15px;
    }
    #carouselShop .carousel-caption {
    bottom: 0!important;
    }
    a.btn-card{
        font-size: 11px;
    }
    .leading {
        line-height: 28px;
    }
}

@media only screen and (max-width: 425px) {
    i.fas.fa-shopping-cart {
    display: inline;
    }
    .card-title {
    min-height: 85px;
    }
    .btn-add-cart {
        width: 100%;  
    }
    .badge-danger {
        width: 100%;
    }
    .col-md-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }
    .tarjeta-azul {
    margin-top: 6%;
    }
    .tarjeta-categ {
    margin-top: 6%;
    }
    .col-weight {
    flex: 0 0 100%;
    max-width: 100%;
    }
    .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    }
    .action-bar li a {
    margin-right: 0!important;
    }    
    .action-bar li {
    border-right: 0!important;
    }
    .action-bar i {
    font-size: 14px;
    }
    .menu-princ {
    padding-left: 15px;
    }
    .menu-icons {
    display: block;
    }
    .menu-icons h4 {
    display: inline;
    }
    .dropdown-menu {
    background-color: #f2f2f2;
    text-align: center;
    }
    .subheader .font_2 {
    padding-top: 18%;
    }
    iframe#instagram-embed-0 {
    width: 100%;
    margin-top: 20%!important;
    }
    h2.font_2 {
    font-size: 31px;
    }
    .prx-0 {
    padding-left: 5px;
    margin-bottom: 24px;
    }
    .prx2-0 {
    margin-bottom: 0px;
    }
    .plx-0 {
    padding-right: 5px;
    }
    .row.moved-up {
    margin-top: 0;
    }
    .card-body.card-h {
    height: 460px;
    min-height: 460px;
    }
    p.text-001 {
    font-size: 24px;
    }
    a.text-002 {
    font-size: 24px;
    }
    img.navbar-brand {
    height: 100px;
    }
    .btn-add-cart {
    padding: 6px 0px;
    }
    .badge-danger {
    padding: 9px 0px;
    }
    li#orange-back {
    margin-left: 0px!important;
    }
    .menu-icons i {
    padding-top: 0px;
    }
    .subheader {
    height: 260px;
    }
    .menu-princ {
    border-bottom: 3px solid #0000001c;
    }
    .col-product {
    padding: 0px 1rem;
    }
    .fas.fa-envelope {
    margin: 0!important;
    }
    ul.float-md-left.list-unstyled.asvs {
    text-align: center;
    }   
    ul.float-md-right.list-unstyled {
    text-align: center;
    }
    .row.imap {
    width: 100%;
    margin-left: 0px;
    }
    input.form-control.controlme {
    width: 53%;
    }
    .background_122 .row {
    text-align: center;
    }
    .card-img img {
    width: 100%;
    height: 270px;
    display: block;
    min-height: 270px;
    object-fit: cover;
    }
    .navbar-toggler {
    margin-right: 15px;
    }
    #carouselShop .carousel-caption {
    bottom: 0!important;
    }
    .carousel-caption h5 {
    font-size: 32px;
    line-height: 0;
    }
    .img-caption {
    width: 90px;
    height: auto;
    }
    .btn-lg {
        font-size: 14px;
    }
    a.btn.btn-green.btn-block {
    margin-bottom: 15px;
    }
}

@media only screen and (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: 11px;
    }
    .action-bar li a {
    font-size: 11px;
    }
    .action-bar i {
    font-size: 13px;
    }
    h2.font_2 {
    font-size: 25px;
    }
    img.navbar-brand {
    height: 90px;
    }
}

@media only screen and (max-width: 320px) {
    span#label_precio {
        font-size: 12px;
    }
    .card-title {
        font-size: 11px;
    }
    .badge-danger {
    width: 100%;
    font-size: 11px;
    padding: 10px 3px;
    }
    .btn-add-cart {
        width: 100%;
        font-size: 11px;
        padding: 6px 2px;
    }
    .action-bar li a {
    font-size: 8px;
    }
    .action-bar i {
    font-size: 9px;
    }
    .subheader .font_2 {
    padding-top: 22%;
    }
    h2.font_2 {
    font-size: 19px;
    }
    img.navbar-brand {
        height: 80px;
    }
}


/*CMS*/
.nav.nav-tabs.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
    overflow: hidden;
    background-color: #fff;
    color: #fff;
    border-bottom: 5px solid #3a91c2;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #3A91C2;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #72BEE7;
    border-color: #dee2e6 #dee2e6 #fff;
}
.btn-primary {
    color: #fff;
    background-color: #006ac6;
    border-color: #006ac6;
}
.btn-primary:hover {
    color: #fff;
    background-color: #2222DF;
    border-color: #2222DF;
}

.btn.btn-info {
    color: #fff!important;
    background-color: #0062cc;
    border-color: #0062cc;
}
.btn.btn-info:hover {
    color: #fff!important;
    background-color: #2222DF;
    border-color: #2222DF;
}
.btn.btn-success {
    color: #fff!important;
    background-color: #0062cc;
    border-color: #0062cc;
}
.btn.btn-success:hover {
    color: #fff!important;
    background-color: #2222DF;
    border-color: #2222DF;
}
.breadcrumb{
    background-color: #3A91C2;
}
.breadcrumb-item a{
    color: #fff;
}
.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
#procesando .table a {
    color: #000000;
}
.btn.btn-danger {
    color: #fff!important;
}


















