a{
	color:#fff;
}

a:hover{
	color:#fff;
	text-decoration: none;
}

.bg-nuevo{
	background-image: url("../images/bg-fs.png")!important;
	background-size: contain;
	background: fixed content-box;
}

/*---------------MENU-----------------*/

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.bg-menu-fs {
  background-color: #62259e !important;
}

a.msnu-fs:hover, a.bg-menu-fs:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #000 !important;
}

/*---------------CALL TO ACTION-----------------*/

.btn-fs{
	border: 1px solid #62259e;
	background-color: #fff;
	color:#62259e;
}

.btn-fs:hover{
	background-color: #62259e;
	color:#fff;
}

.btn-morado{
	position: relative;
	margin-top: 20px;
	background-color: #831AA6;
	border-radius: 20px;
	color: #fff;
}

.btn-morado:hover{
	background-color: #FBED21;
	border-radius: 20px;
	color: #000;
}

.bg-negro{
	background-color: #000;
}

.bg-fs{
	background-color: #831AA6;
	border-top: solid 5px #FBED21;
}

.bg-fs p{
	color: #fff;
}

.bg-fs a{
	color: #B2B2B2;
}


/*---------------PANEL BASICO-----------------*/

.panel{
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ff7926;
	border-radius: 5px;
}


.text-mini{
	font-size: 11px;
	color:#292929;
	line-height: 20px;
	margin-top: 10px;
}

.text-mini2{
	font-size: 16px;
	color:#292929;
	line-height: 20px;
	margin-top: 10px;
	text-align: center
}


.card2023{
	background-color:#E5E5E5;
	border-radius: 20px;
	max-height: 318px;
	border-top: 3px solid #FFEF00;
}

.card2023:hover{
	border-top: 3px solid #831AA6;
}

.bg-n{
	background-image: url("../images/nueva/1x/bg-atras.png");
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
}

.bg-n1{
	background-size: 90%;
	background-position: center top;
	background-repeat: no-repeat;
}

.capaproducto .principal{
	position: relative;
	top: 8px;
}

.fondoprincipal{
	background-image: url("../images/nueva/1x/principal-fondo.png");
	background-origin: border-box;
	background-size: auto;
}

.titulo-precio{
	background-color: #FFEF00;
	border-radius: 20px;
	
}

.titulo-precio-2{
	font-size: 10px;
	color:#4D4D4D;
	
}

.caja-precio{
	background-color: #fff;
	border-radius:20px;
	margin-top:10px; 
	max-height: 69px;
}

.precio-oferta{
	color:#4D4D4D;
	border-radius: 20px;
}

.valor-unitario{
	background-color: #831AA6;
	color: #fff;
	border-radius: 20px;
	max-height: 75px;
	position: relative;
	top:-3px;
}

.txtarriba{
	font-size: 11px;
	margin-top: 10px;
}
.txtpr{
	top: -10px;
	font-size:25px;
	font-weight: bold;
	position: relative;
}
.txtabajo{
	font-size: 11px;
	line-height: 0px;
	position: relative;
	top:-20px;
}

.ribbons{
	bottom: 10px;
}

.ribbons2{
	margin-left: 1px;
	margin-right: 1px
}


.logo-redondo{
	opacity: .5;
}

.logo-redondo:hover{
	opacity: 1;	
}
.white{
	color:#fff;
}




