body{
font-family: "Fira Sans", sans-serif;
}
.godo_menu a{
  color: #41a22e;
}
.godo_menu span{
  color: #41a22e;
}
a{
  color: #41a22e;
  text-decoration: none;
}
a:hover{
  color: #88a4d8;
}
.card *{
    vertical-align: middle;
}
.fotopro{
  position: relative;
top: -70px;
background: #004e19fa;
border-radius: 20px;
border: solid 5px #ffffff9e;
box-shadow: -8px 4px 17px 7px #0000007d;
}
.dropdown-toggle { outline: 0; }

.btn-toggle {
  padding: .25rem .5rem;
  font-weight: 600;
  color: var(--bs-emphasis-color);
  background-color: transparent;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
  background-color: var(--bs-tertiary-bg);
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

[data-bs-theme="dark"] .btn-toggle::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: var(--bs-tertiary-bg);
}

.scrollarea {
  overflow-y: auto;
}
.notificacion {
  position: fixed;
  top: 60px;
  right: 0px;
}

.productos {
  position: relative;
  width: 100%;
  padding: 80px 10%;
  color: white;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Inclinación que conecta un producto con el siguiente */
.productos::after {
  content: "";
  position: absolute;
  bottom: -12%;
  left: 0;
  width: 100%;
  height: 110px;
  background: inherit;
  transform: skewY(-2.8deg);
  transform-origin: top left;
  z-index: 2;
  animation: waveEffect 6s ease-in-out infinite alternate; /* Animación infinita */
}
.descripcion {
  background: linear-gradient(to right, rgb(0 0 0 / 66%) 0%, rgb(0 0 0 / 37%) 70%, rgba(0, 0, 0, 0) 100%);
  border-left: solid #000 10px;
}

/* Definimos la animación */
@keyframes waveEffect {
  0% { transform: skewY(-1.9deg); }  /* Ángulo inicial */
  50% { transform: skewY(-3.5deg); } /* Máxima inclinación */
  100% { transform: skewY(-1.9deg); } /* Regresa al inicio */
}

/* En móviles reducimos la inclinación y animación */
@media (max-width: 768px) {
  .productos::after {
      bottom: -30px;
      height: 70px;
      transform: skewY(-2deg);
      animation: waveEffectMobile 6s ease-in-out infinite alternate;
  }
}

@keyframes waveEffectMobile {
  0% { transform: skewY(-1.8deg); }
  50% { transform: skewY(-2.8deg); }
  100% { transform: skewY(-1.8deg); }
}


/** Descuento **/
.triangle{
  border-color: #48b448 transparent transparent;
  border-style: solid;
  border-width: 70px 70px 0 0;
  -webkit-clip-path: polygon(100% 0,0 100%,0 0);
  clip-path: polygon(100% 0,0 100%,0 0);
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 999 !important;
 

}

.label-general{
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  left: -3px;
  letter-spacing: -.3px;
  line-height: 1.15;
  position: absolute;
  text-align: center;
  top: -43px;
  transform: rotate(-45deg);
  top: -55px;
  left: 5px;
}

/** Descuento **/

.box{
    position: relative;
    margin: auto;    
    --colorA: #1fee5d9c;
	--colorB: #dbdbdbbf;
	--colorC: #07ff83;
	--colorD: #ffffffa3;
	--colorE: #ffffff1a;
	animation: rotate 0.7s infinite ease-out;
  box-shadow: 10px 10px 42px 0 rgb(255, 255, 255);
  border-radius: 35px !important;
  border: solid 1px #ffffff;
	
}
.w-80{
  max-width: 80px;
}
._rsi-quantity-offers-offer-container {
  border: 1px solid silver;
  padding: 11px;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}
._rsi-quantity-offers-offer-container:hover {
  background: silver;
}
._rsi-quantity-offers-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
._rsi-quantity-offers-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
._rsi-quantity-offers-new-price {
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}
._rsi-build-block ._rsi-modal-checkout-lines {
  border-top: 0;
  padding: 8px 12px 5px;
  background-color: #ebebeb;
  border-radius: 6px;
}
._rsi-modal-checkout-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
._rsi-modal-checkout-line-value {
  font-size: 1.50em;
  font-weight: 700;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
}
._rsi-quantity-offers>.active {
  background: #c8ff87;
}
@keyframes rotate {
    20% {
        filter: 
            drop-shadow(-10px 0px 10px var(--colorA))
    }
	40% {
        filter: 
            drop-shadow(-10px 0 20px var(--colorC))
    }
	60% {
        filter: 
            drop-shadow(0 -10px 30px var(--colorB))
    }
	80% {
        filter:
            drop-shadow(-10px -10px 35px var(--colorD));
    }
	100% {
        filter:
            drop-shadow(-10px -10px 250px var(--colorE));
    }
}

.form-control:not(select) {padding: 0.7rem 0.5rem;}
select.form-control {height: 52px;padding-left: 0.5rem;}
.form-control::placeholder {color: #b3b3b3;font-weight: lighter;font-size: 1.0rem;}
.form-control:focus {box-shadow: none;}

/*Hola aqui error 404*/
.cover-background {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.error-page {
    background-color: #19a461;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(234,234,235,0.2);
    padding: 80px 20px;
}
.text-center {
    text-align: center!important;
}
.error-page h1 {
    font-size: 200px;
    line-height: 1;
    font-weight: 600;
}
span.old-price {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  width: 130px;
  margin-right: 30px;
  text-align: center;
}
span.new-price {
  animation: blinker 0.9s infinite;
  font-size: 32px;
  font-weight: 600;
}
span.old-price::before, span.old-price::after {
  background-color: #e6e6e6;
  content: '';
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: 0px;
  right: 0px;
  width: 100%;
  height: 2px;
}
span.old-price::before {
  transform: rotate(25deg);
}
span.old-price::after {
  transform: rotate(-25deg);
}

span.new-price {
  animation: blinker 0.9s infinite;
  font-size: 32px;
  font-weight: 600;
}
@keyframes blinker {
  40% {
    opacity: .3;
  }
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}
.active > .slider-thumb {
  -webkit-animation: zoom 10s;
  animation: zoom 10s;
}

.shape-fill-blanco {
  fill: #ffffff;
}
.shape-fill-white {
  fill: #ffffff;
}
.shape-fill-primary {
  fill: #233d94;
}
/*fotter llamadas*/
.subscribe-one__inner-content {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #19a461;
  padding: 20px;
  border-radius: 50px;
  border-top-left-radius: 0;
  z-index: 1;
}

.subscribe-one__left {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -7px;
}

.subscribe-one__left .icon {
  position: relative;
  display: inline-block;
  top: 4px;
}

.subscribe-one__left .icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--ogenix-white);
}

.subscribe-one__title-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.subscribe-one__tagline {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #edfcff;
  font-family: var(--ogenix-font-two);
}

.subscribe-one__title {
  font-size: 30px;
  font-weight: 900;
  line-height: 32px;
  color: #edfcff;
}

.subscribe-one__right {
  position: relative;
  display: block;
  margin-left: 5px;
}

.sowertec-social-icon {
  font-size: var(--icon-size,25px);
  width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
  height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navs ul {
  list-style: none;
  padding-inline-start: 0px;

  li {
    position: relative;
    margin: 0;

    a {
      line-height: 5em;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 0.4em;
      color: #e0e1e2a3;
      display: block;
      transition: all ease-out 300ms;
      text-align: right;
      padding-right: 15px;
    }

    &.active a {
      color: white;
    }

    &:not(.active)::after {
      opacity: 0.5;
    }

    &:not(.active):hover a {
      color: #f0eded;
      background-color:#f0f8ff3b;
    }

    &::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 0.2em;
      background: black;
      left: 0;
      bottom: 0;
      background-image: linear-gradient(to right, #233d94, #19a461)
    }
  }
}
.nav-link {
  color: #198754;
}
.nav-link:hover {
  color:#233d94;
  background:#cacaca;
}

/*formatos de espacio grande*/
/* monir */
.pb-30{
    padding-bottom: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pr-50 {
    padding-right: 50px;
}
.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}
.m-pb-70{
    padding-bottom: 70px;
}
.m-pt-70{
    padding-top: 70px;
}
.m-pt-275{
    padding-top: 275px;
}
.m-pb-90{
    padding-bottom: 90px;
}
.m-pb-110{
    padding-bottom: 110px;
}
.m-mt-110{
    margin-top: 110px;
}
.m-mt-100{
    margin-top: 100px;
}
.m-mt-120{
    margin-top: 120px;
}
.m-mt-50{
    margin-top: 50px;
}
.m-mt-60{
    margin-top: 60px;
}
.m-mt-40{
    margin-top: 40px;
}
.m-mb-30{
    margin-bottom: 30px;
}
.m-pb-200{
    padding-bottom: 200px;
}
.m-pb-180{
    padding-bottom: 180px;
}
.m-pb-190{
    padding-bottom: 190px;
}
.m-pb-120{
    padding-bottom: 120px;
}
.m-pb-130{
    padding-bottom: 130px;
}
.m-pt-130{
    padding-top: 130px;
}
.m-pt-135{
    padding-top: 135px;
}
.m-pb-135{
    padding-bottom: 135px;
}
.m-pt-140{
    padding-top: 140px;
}
.m-pb-140{
    padding-bottom: 140px;
}
.m-mb-40{
    margin-bottom: 40px ;
}

h2,
.h2{
    font-size: 40px;
    font-weight: 600;
}

h1{
    font-size: 55px;
}
p {
    font-size: 16px;
}
h3{
    font-size: 30px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 20px;
    line-height: 26px;
}

.navegacion {
  display: flex;
  justify-content: center;
  background: transparent; /* La navegación sigue transparente */
  padding: 10px 0;
  position: relative;
  justify-content: space-evenly;
}

.navegacion a {
  flex: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* Solo el enlace activo tiene fondo */
.navegacion a.active {
  background: rgb(255 255 255 / 21%);
  color: white;
  border-radius: 5px 5px 0px 0px;
}

/* Línea fija debajo del enlace activo */
.navegacion a.active::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.2em;
  background-image: linear-gradient(to right, #233d94, #19a461);
  left: 0;
  bottom: -3px;
}

/* Efecto de animación en hover */
.navegacion a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0.2em;
  background-image: linear-gradient(to right, #233d94, #19a461);
  left: 50%;
  bottom: -3px;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

/* Cuando pasamos el mouse, la línea crece desde el centro */
.navegacion a:hover::after {
  width: 100%;
  left: 0;
}



/*type-1*/
.intro-area.type-1
 .media i {
    font-size: 24px;
}
.department-tab-pill {
    margin-right: 50px;
}

.department-tab-pill .nav-link {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #7c8295;
    background: #ffffff;
    border-radius: 0px;
    padding: 15px 10px 15px 30px;
    position: relative;
    z-index: 20;
    margin-bottom: 2px;
}
.intro-area.type-1 .text-Underline::before {
    background: #92d545;
}

.department-tab-pill .nav-link.active {
    background: transparent;
    color: #fff;
}

.department-tab-pill .nav-link span {
    display: inline-block;
    padding-left: 25px;
}

.department-tab-pill .nav-link::after {
    content: "";
    position: absolute;
    background: #92d545;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(35,61,148,1)), color-stop(98%, rgba(63,98,217,1)), color-stop(100%, rgba(63,98,217,1)));
    background: -webkit-linear-gradient(left, rgba(35, 61, 148, 1) 0%, rgb(105 179 20) 98%, rgb(146 213 69) 100%);
    background: -o-linear-gradient(left, rgba(35,61,148,1) 0%, rgba(63,98,217,1) 98%, rgba(63,98,217,1) 100%);
    background: -ms-linear-gradient(left, rgba(35,61,148,1) 0%, rgba(63,98,217,1) 98%, rgba(63,98,217,1) 100%);
    background: linear-gradient(to right, #009688 0%, #69b314 90%, #92d545 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1446ea', endColorstr='#03dcec', GradientType=1 );
    height: 100%;
    width: calc(100% + 23px);
    left: 0;
    top: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.department-tab-pill .nav-link:last-child {
    border-bottom: none;
}

.department-tab-pill .nav-link.active::after {
    visibility: visible;
    opacity: 1;
}
.intro-area.type-1 .intro-overlay{
    background-position: 0% 0% !important;
}
.intro-area.type-1 .overlay{
  background: rgb(7 183 14 / 79%);
  background: -moz-linear-gradient(45deg, rgb(15, 235, 63) 0%, rgb(46, 236, 8) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(15, 235, 15)), color-stop(100%, rgb(8, 236, 19)));
  background: -webkit-linear-gradient(45deg, rgb(33, 235, 15) 0%, rgb(92, 227, 135) 100%);
  background: -o-linear-gradient(45deg, rgb(15, 235, 52) 0%, rgb(8, 236, 46) 100%);
  background: -ms-linear-gradient(45deg, rgb(15, 235, 44) 0%, rgb(8, 236, 8) 100%);
  background: linear-gradient(45deg, rgb(14 85 1) 0%, rgb(32 239 98 / 65%) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f79eb', endColorstr='#08b3ec', GradientType=1 );
  opacity: .80;
  z-index: 1;
}
.intro-overlay {
    background: url(assets/images/intro-bg.jpg) no-repeat;
    background-size: cover;
    z-index: 0;
}

.intro-area.type-1 .overlay,
.intro-overlay{
    position: absolute;
    width: calc(50% - 256px);
    left: 0;
    height: 100%;
}
.department-tab-pill > *{
    z-index: 9;
    position: relative;

}

.medim-btn {
    display: inline-block;
    padding: 12px 40px;
    box-shadow: none;
    font-size: 17px;
    letter-spacing: 1.2px;
}

.medim-btn:focus {
    outline: none;
    box-shadow: none;
}
.banenr.type-3 .btn-bordered-white {
    border: 1px solid #fff;
    margin-right: 25px;
}
.white-btn {
    z-index: 9;
    border-radius: 50px;
}

.white-btn::before {
    content: "";
    position: absolute;
    left: -2px;
    width: calc(100% + 4px);
    top: -2px;
    height: calc(100% + 4px);
    box-shadow: inset 0px 0px 0px 50px #fff;
    border-radius: 50px;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
    transition: box-shadow 0.3s, transform 0.3s;
    z-index: -1;
}

.white-btn:hover::before {
    box-shadow: inset 0px 0px 0px 2px #fff;
}

.white-btn:hover {
    color: #fff;
}

.grad-bg--1{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1447ea+0,03deec+100 */
    background: #1447ea; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #1447ea 0%, #03deec 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #1447ea 0%,#03deec 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #1447ea 0%,#03deec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1447ea', endColorstr='#03deec',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.grad-bg--2{
    background: rgba(35,61,148,1);
    background: -moz-linear-gradient(left, rgba(35,61,148,1) 0%, rgba(63,98,217,1) 88%, rgba(63,98,217,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(35,61,148,1)), color-stop(88%, rgba(63,98,217,1)), color-stop(100%, rgba(63,98,217,1)));
    background: -webkit-linear-gradient(left, rgba(35,61,148,1) 0%, rgba(63,98,217,1) 88%, rgba(63,98,217,1) 100%);
    background: -o-linear-gradient(left, rgba(35,61,148,1) 0%, rgba(63,98,217,1) 88%, rgba(63,98,217,1) 100%);
    background: -ms-linear-gradient(left, rgba(35,61,148,1) 0%, rgba(63,98,217,1) 88%, rgba(63,98,217,1) 100%);
    background: linear-gradient(to right, rgba(35,61,148,1) 0%, rgba(63,98,217,1) 88%, rgba(63,98,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1446ea', endColorstr='#03dcec', GradientType=1 );
}
.grad-bg--3{
    position: relative;
    overflow: hidden;
    z-index: 20;
}
.grad-bg--3::after{
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    background: -moz-linear-gradient(45deg, rgba(35,61,148,1) 0%, rgba(63,98,217,1) 88%, rgba(63,98,217,1) 100%);
    background: -webkit-linear-gradient(45deg, #5ead1f 0%, #4e9912 88%, #7ce12a 100%);
    background: -o-linear-gradient(45deg, rgba(35,61,148,1) 0%, rgba(63,98,217,1) 88%, rgba(63,98,217,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(35,61,148,1) 0%, rgba(63,98,217,1) 88%, rgba(63,98,217,1) 100%);
    background: linear-gradient(45deg, #5ead1f 0%, #4e9912 88%, #7ce12a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1446ea', endColorstr='#03dcec', GradientType=1 );
    border-radius: 50px;
    top: -1px;
    left: -1px;
    z-index: -1;
    transition: all .30s linear;
}

.grad-bg--3::before{
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    background: rgb(90 173 24);
    background: -moz-linear-gradient(45deg, rgba(63,98,217,1) 0%, rgba(63,98,217,1) 12%, rgba(35,61,148,1) 100%);
    background: -webkit-linear-gradient(45deg, #5aad18 0%, #4e9912 12%, #a3dd77 100%);
    background: -o-linear-gradient(45deg, rgba(63,98,217,1) 0%, rgba(63,98,217,1) 12%, rgba(35,61,148,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(63,98,217,1) 0%, rgba(63,98,217,1) 12%, rgba(35,61,148,1) 100%);
    background: linear-gradient(45deg, rgb(90 173 24) 0%, #4e9912 12%, #a1df6f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03dcec', endColorstr='#1446ea', GradientType=1 );
    border-radius: 50px;
    top: -1px;
    left: -1px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all .30s linear;
}
.grad-bg--3:hover::before{
    visibility: visible;
    opacity: 1;
}
.grad-bg--3:hover::after{
    visibility: hidden;
    opacity: 0;
}

.grad-bg--4{
    background: rgba(63,98,217,1);
    background: -moz-linear-gradient(left, rgba(63,98,217,1) 0%, rgba(63,98,217,1) 12%, rgba(35,61,148,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(63,98,217,1)), color-stop(12%, rgba(63,98,217,1)), color-stop(100%, rgba(35,61,148,1)));
    background: -webkit-linear-gradient(left, rgba(63,98,217,1) 0%, rgba(63,98,217,1) 12%, rgba(35,61,148,1) 100%);
    background: -o-linear-gradient(left, rgba(63,98,217,1) 0%, rgba(63,98,217,1) 12%, rgba(35,61,148,1) 100%);
    background: -ms-linear-gradient(left, rgba(63,98,217,1) 0%, rgba(63,98,217,1) 12%, rgba(35,61,148,1) 100%);
    background: linear-gradient(to right, rgba(63,98,217,1) 0%, rgba(63,98,217,1) 12%, rgba(35,61,148,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03dcec', endColorstr='#1446ea', GradientType=1 );
}
.grad-bg--5{
    background: rgba(35,61,148,1);
    background: -moz-linear-gradient(45deg, rgba(35,61,148,1) 0%, rgba(63,98,217,1) 88%, rgba(63,98,217,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(35,61,148,1)), color-stop(88%, rgba(63,98,217,1)), color-stop(100%, rgba(63,98,217,1)));
    background: -webkit-linear-gradient(45deg, rgba(35,61,148,1) 0%, rgba(63,98,217,1) 88%, rgba(63,98,217,1) 100%);
    background: -o-linear-gradient(45deg, rgba(35,61,148,1) 0%, rgba(63,98,217,1) 88%, rgba(63,98,217,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(35,61,148,1) 0%, rgba(63,98,217,1) 88%, rgba(63,98,217,1) 100%);
    background: linear-gradient(45deg, rgba(35,61,148,1) 0%, rgba(63,98,217,1) 88%, rgba(63,98,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1446ea', endColorstr='#03dcec', GradientType=1 );
}
.grad-bg-top-btm-1{
    background: rgba(63,98,217,1);
    background: -moz-linear-gradient(top, rgba(63,98,217,1) 0%, rgba(63,98,217,1) 2%, rgba(35,61,148,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63,98,217,1)), color-stop(2%, rgba(63,98,217,1)), color-stop(100%, rgba(35,61,148,1)));
    background: -webkit-linear-gradient(top, rgba(63,98,217,1) 0%, rgba(63,98,217,1) 2%, rgba(35,61,148,1) 100%);
    background: -o-linear-gradient(top, rgba(63,98,217,1) 0%, rgba(63,98,217,1) 2%, rgba(35,61,148,1) 100%);
    background: -ms-linear-gradient(top, rgba(63,98,217,1) 0%, rgba(63,98,217,1) 2%, rgba(35,61,148,1) 100%);
    background: linear-gradient(to bottom, rgba(63,98,217,1) 0%, rgba(63,98,217,1) 2%, rgba(35,61,148,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03dcec', endColorstr='#1446ea', GradientType=0 );
}
@media (max-width: 768px) {
      .float-button {
        position: fixed;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
      }
    }
    
  /* Diseño de la tarjeta */
  .product-card {
    transition: transform 0.3s ease-in-out;
    border-radius: 15px;
    overflow: hidden;
  }
  
  .product-card:hover {
    transform: scale(1.05);
  }

  /* Imagen del producto */
  .product-image {
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
  }

  /* Etiqueta de descuento */
  .discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: red;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
  }

  /* Categoría del producto */
  .product-category {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  /* Precios */
  .current-price {
    font-size: 18px;
  }
  
  .old-price {
    font-size: 14px;
    text-decoration: line-through;
    margin-left: 5px;
  }

  /* Botón */
  .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    padding: 10px 20px;
    border-radius: 10px;
  }

  .btn-primary:hover {
    background-color: #0056b3;
  }
