/*Farmacia*/

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,400;1,400;1,600;1,700&display=swap');

body{
 font-family: Figtree, Arial, Helvetica, sans-serif; 
 font-weight: 400;
 font-size: 14px;
}


/*@font-face{
	font-family: 'Poppins-regular';
	src: url('../../../fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face{
	font-family: 'Poppins-extra-bold';
	src: url('../../../fonts/Poppins-ExtraBold.ttf') format('truetype');
}
body{
	font-family: Poppins-regular;
}*/


.icono-usuario{
	max-width: 35px!Important;	
}

.navbar-default {
	background-color: #f6f6f6;
    border-color: #00abee;
    border-width: 0 0 5px;
}


.color-secundario-background{
	background-color: #00abee;
}

.navbar-custom>div.container-fluid {
	padding-bottom: 1em;
	padding-top: 1em;
	background-color: #f6f6f6;
}

.navbar-brand>img {
	max-height: 50px;
    margin-top: -15px;
}
.brand-logo img {
    height: 60px!Important;
    margin-top: 3px!Important;
    margin-right: 5px;
}

#logo-principal, .footer-brand img {
    height: 65px;
    width: auto!Important;
}

.brand-name, .sidenav-trigger{
	color: black !important;
}
/*Links*/
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #00abee;
	background-color: transparent;
/* 	text-decoration: underline; */
}

.navbar-default .navbar-nav>li>a {
	color: #717171;
}

a:hover {
	color: #00abee;
	
}

a {
	color: #000000;
}

#user {
	color: #FFF!important;
}

.lead {
	font-size: 21px;
	color: white;
}

.redes i.fa {
	border-radius: 0.9em;
	color: #ffffff;
	font-size: 1.4em;
	padding: 0.5em 0.6em;
	background-color: black;
}

/*Dropdown*/
.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:focus,
	.navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>.open>a,
	.navbar-custom .navbar-nav>.open>a:focus, .navbar-custom .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #00abee;
}

.dropdown-menu>li>a:hover {
	background-color: #00abee;
	color: #fff;
}

.agregar-al-carrito{
 	background-color: #0083c5;
	color: white !important;
	margin: 0px -10px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
}

.etiquetaHome h2 {
    line-height: 31px;
    color: #005b8e;
    font-size: 25px;
    font-weight: bold;
    margin: 15px 0px;
    border-bottom: 4px solid #005b8e;
	padding-bottom: 2px;
    display: inline-block;
}

.etiquetaHome a {
    background: #005b8e;
    padding: 5px 10px;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
	color: #fff;
}

.etiquetaHomeVer{
	text-align:right;
}

/*Recuadro del descuento*/
.gradient-bg, .agregar-al-carrito:hover {
/* 	background: #00abee; */
	color: #fff;
}

/*Flecha*/
i#toTop {
	background-color: #00abee;
}

#toTop {
	bottom: 2em;
	border-radius: 0.9em;
	color: #ffffff;
	display: none;
	font-size: 1.5em;
	padding: 0.4em;
	position: fixed;
	right: 0.4em;
	text-align: center;
	z-index: 9999;
}

/*Footer*/
footer {
/* 	background: linear-gradient(45deg, #ff56016e 0%, #ffffff 52%, #ff56016e 100%); */
	background-color: #f6f6f6;
    border-top: 5px solid #00abee;
}

/*Links del Footer*/
footer a, footer a:active, footer a:focus {
	color: #717171;
}

footer a:hover {
	color: #00abee;
}

@media only screen and (min-width: 768px){
	#carousel-shopping-cart {
	    margin-top: -16px !important;
	}
}

@media only screen and (max-width: 768px){
	#carousel-shopping-cart {
	    margin-top: 80px !important;
	}
}

@media only screen and (max-width: 767px){
	#carousel-shopping-cart {
	    margin-top: 29px !important;
	}
}

@media only screen and (max-width: 425px){
	#carousel-shopping-cart {
	    margin-top: -13px !important;
	}
}

@media only screen and (max-width: 320px){
	.navbar-brand>img {
	    max-height: 40px;
	    margin-top: -10px;
	}
}


@media only screen and (max-width: 767px) {
	.jumbotronAbajo, .jumbotronArriba, .jumbotronMedio {
		margin-top: -2em !important;
	}
}

.main-content {
	/*background-color: #fafaf8;*/
}

.breadcrumbArriba {
	margin-top: -16px;
}

@media only screen and (max-width: 767px) {
	.jumbotronArriba {
		margin-top: -20px !Important;
	}
	.jumbotronMedio {
		margin-top: -30px !Important;
	}
}

@media only screen and (max-width: 768px) {
	.main-content {
		padding-bottom: 4em;
		padding-left: unset;
		padding-right: unset;
		margin-left: auto;
		margin-right: auto;
		margin-top: 120px !important;
	}
	.breadcrumbArriba {
		margin-top: 39px;
	}
	.jumbotronMedio {
		margin-top: 1em !Important;
	}
}

@media only screen and (max-width: 425px) {
	.main-content {
		padding-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 120px !important;
	}
	.breadcrumbArriba {
		margin-top: -13px;
	}
	.jumbotronMedio {
		margin-top: -2em !Important;
	}
}

.navbar-default .navbar-toggle {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}


/* Configuracion de colores en el navbar 2*/


#menu a:hover{
	background-color:#FFFFFF;
	color:#00abee!important;
}

.menu-ico span,
.menu-ico>span::before,
.menu-ico>span::after {
	background-color: #00abee!important;
}
  
.menu-ico.active>span::before,
.menu-ico.active>span::after {
	background-color: #00abee!important;
}

.menu-container{
	margin-left: 0px!Important;
}

.nav-mobile-top{
	margin-left: auto!Important;
}

#botones>li>a {
	color: #00abee!important;
}

/* Fin configuracion color navbar 2*/

/** Centrado de contenido en home **/
.special {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}

.special .lSSlideOuter {
	padding: 10px 5px;
}

.lista-destacada {
	border-radius: 15px;
	margin-top: -20px;
}

/* .etiquetaHome {
	border-radius: 10px
} */

.etiquetaHome p {
	letter-spacing: 5px;
}

.slider-index .lslide .thumbnail {
	width: 250px!important;
	max-width: 300px!important;
}

.thumbnail {
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
}

.lista-destacada-slider .thumbnail {
	width: 240px!important;
	max-width: 300px!important;
}

.lista-destacada-title p {
	font-size: 2em!important;
	font-family: roboto-black;
}


@media ( min-width : 768px) {
	.special {
		width: 750px;
	}
	
	#carousel-shopping-cart {
		margin-top: -3em !important;
	}
	
	.lista-destacada-title p {
		font-size: 4em!important;
	}
	
}

@media ( min-width : 992px) {
	.special {
		width: 970px;
	}
	
	.slider-index .lslide .thumbnail {
		width: 271px!important;
		max-width: 300px!important;
	}
	
	.lista-destacada-title p {
		font-size: 3em!important;
	}
}

@media ( min-width : 1200px) {
	.special {
		width: 1170px;
	}

	.nav-mobile-top {
		justify-content: center !important;
	}
}

@media ( max-width : 1200px) {
	#botones>li {
		max-width: 45px!Important;
	}
}

/* fin centrado contenido*/

/* ******************************** */
/* Estilos quitados del scripts.jsp */
/* ******************************** */
/* ******************************** */
/* ******************************** */
.specialColumn {
	padding-right: 5px;
	padding-left: 5px;
	/* 				width:20%;			 */
}
/*
.specialColumn:active, .specialColumn:focus{
	outline: 0;
    border: none;
}
*/

.main-menu > li > .item-label:hover,
.main-menu > li > .item-label:hover > a ,
.primer-menu > li > .item-label:hover > span {
	/*color: <c:out value="${parametrizador.colorMenuIconos}"/>!important;*/
	color: #0083c5 !important;
}
		
.imagenProducto {
	padding: 0;
}

div.imagenProducto:active, div.imagenProducto:focus{
	outline: 0;
    border: none;
}


.imgProd {
	max-height: 165px;
}

.thumbnail-producto>.caption {
 	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 220px;
	padding: 9px 9px 0 9px;
	
}

.descuento-producto {
	border: none;
	right: 6px;
	top: 1px;
	font-size: 15px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

/*.agregar-al-carrito:hover {
	border-radius: 0px 0px 4px 4px;
}*/

div .agregar-al-carrito:active, div .agregar-al-carrito:focus{
	outline: 0;
  	border: none;
  	-moz-outline-style: none;
  	text-decoration:none;
}
.link-agregar-al-carrito:hover {
	text-decoration: none
}

a .link-agregar-al-carrito:active, a .link-agregar-al-carrito:focus{
	outline: 0;
    border: none;
    -moz-outline-style: none;
    text-decoration:none;
}

.thumbnail:hover {
	border-color: #333;
	-webkit-box-shadow: 10px 10px 15px -9px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 10px 10px 15px -9px rgba(0, 0, 0, 0.5);
	box-shadow: 10px 10px 15px -9px rgba(0, 0, 0, 0.5);
}

.caption h5 {
	min-height: 12px;
	padding: 0;
}

.caption h4, .caption h5, .caption h6 {
	margin: unset!important;
}

/*.footer-bs {
	border-bottom-color: <c:out value="${parametrizador.colorMenuIconos}"/> !important; 
}*/

@media screen and (max-width: 768px){
	.descuento-producto {
		font-size: 10px;
	}
	.agregar-al-carrito {
		font-size: smaller;
	}
	.etiquetaHomeVer{
		text-align:center;
		display: block;
	}
	
	.etiquetaHome a{
		display: block;
	}
}

