/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/* HEADER */


#header.fixed-top.hide-bar .header-top {
background: rgba(49, 61, 133, 0.87);
}
/* POSITION IMG SLIDER  */

.headerslider .owl-dots .owl-dot.active span, .headerslider .owl-dots .owl-dot:hover span {
border-color: #313d85;
background: #313d85;
}

.is-not-index #header.fixed-top.hide-bar::before {

    background: rgba(49, 61, 133, 0.8);

}



/*BUTTON SLIDER*/

/* HOVER */

.btn.fill:hover, .btn-primary.fill:hover, .btn-secondary.fill:hover, .btn-tertiary.fill:hover {
background: #313d85;
border-color: #313d85;
color: #ffffff;
}

/* NORMAL */
.btn.fill, .btn-primary.fill, .btn-secondary.fill, .btn-tertiary.fill {
    background: #d10024;
    color: #ffffff;
	border-color: #d10024;
}

/* BOTON TOP */

.btn-to-top::after {
  
    border: 2px solid #d10024;
   
}

.btn-to-top {
    background: #d10024;
   
}

/* TOP MENU */
.top-menu[data-depth="0"] > li > a::before {
   
    background: rgba(49, 61, 133, 0.98);
 
}

.top-menu .sub-menu {

    background: rgba(49, 61, 133, 0.98);
	padding: 28px 0 18px;
	height:70px;

}

/* DETALLE PRODUCTO */

.blockreassurance_product .item-link {
	border: 2px solid #d10024;
}

.fancybox-title-float-wrap .child {
    
	background: rgba(49, 61, 133, 0.8);
}


.social-sharing li a {
background: #313d85;
border: 1px solid #313d85;
color: #ffffff;
display: inline-block;
font-family: "fontello";
font-size: 14px;
height: 38px;
height: 2.572em;
line-height: 40px;
line-height: 2.572em;
padding: 0;
position: relative;
text-align: center;
width: 38px;
width: 2.572em;
	
}/* SHOPPING CART */

.cart-grid .cart-grid-body .card-block {
    border: none;
    background:  #313d85;
    color: #ffffff;
    padding: 14px 16px;
}

/* HOVER */
.cart-hover-content {
 
    background: rgba(49, 61, 133, 0.98);
}
/* CHECKOUT */
.checkout-step .step-title {
 
    background: #313d85;
}

.currency-selector.show {
    background: rgba(49, 61, 133, 0.98);
}

/* WARNINGS */

.alert-warning {
background: #d10024;
margin-right: 20px;
	
}