/* Header DNI */
.seg-header-phone a.dni-link{
    color: var(--color-site-white) !important;
    font-weight: 700;
    margin-right: 1rem;
}
.seg-header-phone a.dni-link > span{
    font-size: 22px;
}
/* Footer DNI */
.seg-footer-phone a.dni-link{
    background-image: linear-gradient(-180deg, #890707 0%, #e5131e 100%);
    color: var(--color-site-white) !important;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    min-width: 165px;
    padding: 16px 22px;
    margin-bottom: 16px;
    text-align: center;
    border: none;
    line-height: 100%;
    position: relative;
    z-index: 0;
    border-radius: 0;
    text-decoration: none !important;
    white-space: nowrap;
    clip-path: polygon(0 0, 100% 0, calc(100% - var(--clipAmount)) 100%, var(--clipAmount) 100%);
}
.seg-footer-phone a.dni-link > span{
    font-size: 18px;
}
.seg-footer-phone a.dni-link:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-primary);
    border-radius: 0;
    z-index: -1;
    transition: all 0.4s;
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, calc(100% - var(--clipAmount)) 100%, var(--clipAmount) 100%);
}
/* Button DNI */
.seg-phone-btn a.dni-link{
    background-image: linear-gradient(-180deg, #890707 0%, #e5131e 100%);
    color: var(--color-site-white) !important;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    min-width: 165px;
    padding: 16px 22px;
    margin-top: 16px;
    text-align: center;
    border: none;
    line-height: 100%;
    position: relative;
    z-index: 0;
    border-radius: 0;
    text-decoration: none !important;
    clip-path: polygon(0 0, 100% 0, calc(100% - var(--clipAmount)) 100%, var(--clipAmount) 100%);
}
.seg-phone-btn.yellow a.dni-link{
    background-image: linear-gradient(-180deg, #ffd45c 0%, #d19043 59%, #996536 100%);
}
.seg-phone-btn.yellow a.dni-link > span{
    color: var(--color-site-black);
}
.seg-phone-btn a.dni-link > span{
    font-size: 18px;
}
.seg-phone-btn a.dni-link:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-primary);
    border-radius: 0;
    z-index: -1;
    transition: all 0.4s;
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, calc(100% - var(--clipAmount)) 100%, var(--clipAmount) 100%);
}
/* Contact DNI */
.seg-phone-contact a.dni-link > span{
    font-size: 24px;
}
/* Home Coupon */
.seg-coupon-home{
    width:100%;
}
.seg-coupon-home .offer-item{
    max-width:430px;
}
.seg-coupon-home .offer-item .background-image{
    background-image: url('https://devspd1rz83j.csadigital.io/wp-content/uploads/couponbg.webp');
    background-position: center center;
    background-size:cover;
    border-radius: 4px;
}
.seg-coupon-home .offer-item .background-border{
    border: 2px dashed #ffffff !important;
    border-radius: 4px;
}
.seg-coupon-home .offer-item .text-wrapper .logo-wrapper{
    text-align: center;
}
.seg-coupon-home .offer-item .text-wrapper .title{
    color:#ffffff;
    text-align: center;
}
.seg-coupon-home .offer-item .text-wrapper .subtitle{
    color:#ffffff;
    text-align: center;
}
.seg-coupon-home .offer-item .text-wrapper .content{
    color:#ffffff;
    text-align: center;
    flex: 1;
}
.seg-coupon-home .offer-item .text-wrapper .disclaimer{
    color:#ffffff;
    background-color: #000000;
    font-size: 12px;
    text-align: center;
}
.seg-coupon-home .offer-item .text-wrapper .csa-exdate{
    font-size: 12px;
}
/* Wufoo Forms */
html body form ul li.buttons input#saveForm{
    background-image: linear-gradient(-180deg, #ffd45c 0%, #d19043 59%, #996536 100%);
    color:#000000;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    min-width: 165px;
    padding: 16px 22px;
    margin-top: 16px;
    text-align: center;
    border: none;
    line-height: 100%;
    position: relative;
    z-index: 0;
    border-radius: 0;
    text-decoration: none !important;
    clip-path: polygon(0 0, 100% 0, calc(100% - var(--clipAmount)) 100%, var(--clipAmount) 100%);
}
html body .recaptcha-text{
  display:none;
}