/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template/heroic-features)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-heroic-features/blob/master/LICENSE)
 */
 /*AHORA IMPORTAMOS FUENTES*/
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;900&display=swap');

/*PRIMERO VAMOS A DECLARAR LAS VARIABLES*/
:root {
    --bgazul: #442271;
    --white: #ffffff;
    --verde: #94d200;
    --negro: #212529;
    --azul: #2116d9;
    --amarillo: #db9d00;
    --graylight: #242424;
    --graylight2: #4a4a4a;
    --moradoclaro: #7a26e7;
    --space: 'Poppins', sans-serif;
    --boxshadow: 0;
    --fontsize: 18px;
    --defaultpadding: 20px;
}
/*AHORA LOS ESTILOS*/
body {
    font-family: var(--space) !important;
    font-size: 18px !important;
}
header a {
    color: var(--graylight);
}
header a:hover {
    color: var(--graylight2);
}
a, .next svg, .prev svg {
    color: var(--amarillo);
}
article a:hover, .next a:hover, .prev a:hover, #breadcrumbs a:hover {
    background: var(--orange);
    color: var(--white);
    text-decoration: none;
}
.header {
    padding: .5rem 0;
    font-size: 1rem;
    font-family: var(--futura);
    font-weight: 800;
}
@media (max-width: 575.99px) {
    .header {
        font-size: .75rem;
    }
}
h2.homeh2 {
    text-align: center;
    font-weight: bolder;
    margin-bottom: 20px;
}
h2.titleh2 {
    font-weight: bolder;
    font-size: 40px;
}
p.tiempo-oferta, p.pago-seguro {
    padding: 15px;
    border-radius: 2px;
    background: #f7f7f7;
    display: block;
    text-align: center;
    color: #515151;
}
p.pago-seguro img, div.descripcion img {
    max-width: 100%;
    height: auto;
}
p.tiempo-oferta span {
    font-weight: bold;
    color: var(--moradoclaro);
}
p.stock-oferta, p.vista-oferta {
    color: #515151;
}
p.precio-oferta {
    font-weight: bold;
    color: var(--moradoclaro);
    font-size: 20px;
}
p.precio-oferta span.preciofull {
    color: var(--graylight2) !important;
    text-decoration: line-through;
}
p.precio-oferta span.ahorrado {
    background: var(--graylight);
    color: var(--white);
    font-size: 12px;
    padding: 2px;
    border-radius: 5px;
    margin-left: 10px;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 2;
    display: inline-block;
    position: relative;
}
p.precio-oferta span.ahorrado i.fa {
    margin-right: 2px;
}
.btn-oferta, #comprarahora {
    animation: shake 1s cubic-bezier(.36,.07,.19,.97);
    animation-iteration-count: infinite;
    margin-bottom: 20px;
    max-width: 100%;
    padding: 15px !important;
}
.btn-ws {
    margin-bottom: 20px;
    max-width: 100%;
    padding: 15px !important;
	background: #25d366 !important;
	color: #fff;
}
.btn-oferta:hover, #comprarahora:hover {
    transform: none !important;
}
.btn-oferta i.fa {
    margin-right: 5px;
}
@keyframes shake {
  5% {
    transform: translate3d(-1px, 0, 0);
  }
  10% {
    transform: translate3d(2px, 0, 0) ;
  }
  15% {
    transform: translate3d(-4px, 0, 0);
  }
  20% {
    transform: translate3d(4px, 0, 0);
  }
  50%, 60%, 70%, 80%, 90% {
    transform: translate3d(0, 0, 0);
  }
}
#lightSlider > li > img {
    display: block;
    height: auto;
    max-width: 100%;
}
.tachado {
    color: var(--graylight2);
    text-decoration: line-through;
}
.card-text {
    color: var(--moradoclaro) !important;
    font-weight: bolder;
    margin-bottom: 2px !important;
}
.blue-bg {
    background: var(--bgazul);
}
.white, .white a {
    color: var(--white);
}
.white a:hover {
    color: var(--verde);
    text-decoration: none;
}
.mediogrueso {
    font-weight: 600;
}
.titulo-verde {
    color: var(--verde);
}
.negro {
    color: var(--negro);
}
.light-gray-bg {
    background: var(--graylight);
}
h1 {
    font-size: 3.5rem;
    letter-spacing: -3px;
    font-weight: 700;
}
@media (max-width: 767.98px) {
    h1, .h1 {
        font-size: 2.5rem;
    }
    .mediogrueso {
        font-size: 13px;
        padding: 5px;
    }
    .btn-oferta {
        font-size: 18px;
    }
}
.article {
    margin: auto;
    width: 100%;
    max-width: 800px;
}
.btn, #comprarahora {
    transition: .2s ease;
    font-weight: 700 !important;
    background: var(--moradoclaro) !important;
    color: var(--white);
    border:0!important;
    display: block!important;
}
.btn:hover, .btn:focus, #comprarahora:hover, #comprarahora:focus {
    box-shadow: none;
    color: #fff;
    transform: translateY(5px);
    opacity: 0.6!important;
}
.btnws {
    transition: .2s ease;
    font-weight: 700 !important;
	background: #25d366 !important;
    border:0!important;
    display: block!important;
	text-align: center;
	text-decoration: none;
}
.btnws:hover, .btnws:focus {
    box-shadow: none;
    color: #fff;
    transform: translateY(5px);
    opacity: 0.6!important;
	text-decoration: none;
}
.blogpost {
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: var(--boxshadow);
}
.card {
    border: 0;
    transition: .2s ease;
}
.card:hover {
    transform: translateY(5px);
}
h4.card-title {
    font-weight: bolder;
    text-align: center;
    font-size: 20px;
    color: var(--negro) !important;
}
.no-underline, .no-underline a, .no-underline a:hover  {
    text-decoration: none!important;
}
.mx-1 {
    margin-left: .25rem!important;
    margin-right: .25rem!important;
}
.circle {
    border-radius: 50%;
}
@media (max-width: 991.99px) {
    .text-lg-center {
        text-align: center!important;
    }
}
article p {
    text-align: justify;
    font-size: var(--fontsize);
    line-height: 30px;
    margin-bottom: var(--defaultpadding);
}
article h2 {
    margin-top: calc(var(--defaultpadding) * 3);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: var(--defaultpadding);
}
article h3 {
    margin-top: calc(var(--defaultpadding) * 2);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: var(--defaultpadding);
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.float:hover {
    color: #f4fbf7;
}

.my-float{
	margin-top:16px;
}
h5.modal-title {
    font-weight: bold;
    text-align: center;
}
input.wpcf7-form-control {
    width: 100% !important;
    padding: 5px;
    border: 1px solid var(--moradoclaro);
    border-radius: 5px;
    margin-bottom: 10px;
}
input.wpcf7-submit {
    background: var(--moradoclaro);
    width: 100%!important;
    color: #fff;
    font-weight: bold;
}
input.wpcf7-submit:hover {
    background: #2661e7;
}
.nav {
    margin-bottom: 15px;
}
.nav-link {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #989795;
}
.nav-link:hover {
    color: #000;
}
.product-single__description img {
    max-width: 100%;
    height: auto;
}
.formulario-comprar {
    background: #ffe2e2;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 20%);
    margin-bottom: 20px;
}
.aviso-compra {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ec1f1f;
}
