/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */
div.block-reassurance.blockreassurance-product.box-bg{
background: #0053A0;
}

@media (max-width: 600px) { 
.aone-slideshow .a-banner img{
	min-width: 550px;
	margin-left: -100px;
}
}

.textParpadeo {
    font-size: 14px;
    font-family: helvetica;
    font-weight: bold;
    text-align: center;
}
.parpadea {
    animation-name: parpadeo;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}
@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { /*opacity: 0.0;*/color:#006c8e; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% {  /*opacity: 0.0;*/color:#006c8e;  }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% {  /*opacity: 0.0;*/color:#006c8e;  }
  100% { opacity: 1.0; }
}

.whatsappDiv {
position:fixed;
}

.adropdown.adrd:hover {
  margin-left: 0px !important;
}

#googleRichSnippets,.stars-container{display:none;}


/*pc*/
div.cart-dropdown-wrapper div.clearfix a{
background-color: #fff !important;
}

div.cart-dropdown-wrapper div.clearfix a span{
color: #19d2ff !important;
}


/*movil*/
.cart-summary .clearfix a{
background-color: #fff !important;
}

.cart-summary .clearfix a span{
color: #19d2ff !important;
}

.step-button-continue.text-end button, #payment-confirmation button, .checkout.cart-detailed-actions.js-cart-detailed-actions a, .cart-dropdown-wrapper .cart-action a.btn.btn-primary{
	box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 38%) !important;
}