.refreshTitle {
    color: #0350a1
}


.lineGB {
    height: .2rem;
    background: linear-gradient(45deg, #FFFFFF -3%, #39b54a 25%, #01b558 10%, #042daa 60%, #FFFFFF 101%);
}

.refreshTitle {
    font-size: 2.1rem;
    font-weight: 600;
}

.refreshTitle div:first-child {
    font-size: 1.3rem;
    font-weight: 500;

}

@media(min-width: 768px){
    .refreshTitle {
        font-size: 2.7rem;
    }

    .refreshTitle div:first-child {
        font-size: 1.8rem;

    }
}

.colProdAbbvie{
    width: 50%;
}

@media(min-width: 768px){
    .colProdAbbvie {
        width: calc( 100% / 3);
    }
}

@media(min-width: 992px){
    .colProdAbbvie {
        width: 25%;
    }
}

/*Ajustes Producto Landing*/
.cntntAbbvie .product-vendor {
    display: none
}

.cntntAbbvie .product-image{
    display: flex;
    flex-direction: column-reverse;
    text-align: center
}

.cntntAbbvie .product-wrapper .product-content .price-cart-wrapper .product-add-cart .btn-add-cart {
    background-color: #0350a1 !important;
    width: 90%;
    border-radius: 6rem;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 400;
    height: 3rem;
    border-top: 2.2px solid #FFFFFF44 !important;
}

.cntntAbbvie .product-wrapper .product-content .price-cart-wrapper .product-add-cart .btn-add-cart .icon-electro-add-to-cart-icon {
    display: none;

}

.cntntAbbvie .product-price .money {
    color: #0350a1;
    font-size: 1.7rem
}

.cntntAbbvie .product-wrapper .product-head .product-name a {
    color: #0350a1 !important;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    width: 90%;
    height: 4rem;
}

.cntntAbbvie .product-wrapper .product-content .product-price {
    padding: .45rem 0 .75rem;
}

.cntntAbbvie .product-wrapper .product-content .price-cart-wrapper .product-add-cart .btn-add-cart .text{
    margin: 0
}

@media(min-width: 768px){
    .cntntAbbvie .product-wrapper .product-content .price-cart-wrapper .product-add-cart .btn-add-cart {
        width: 80%;
        font-size: 1.5rem
    }
    .cntntAbbvie .product-wrapper .product-head .product-name a {
        width: 50%;
        font-size: 2.2rem;
    }
    .cntntAbbvie .product-wrapper .product-content .product-price {
        padding: .9rem 0 1.5rem;
    }
    .cntntAbbvie .product-price .money {
        font-size: 2.2rem
    }
}

/*Ajustes Producto Landing*/

.image31Abbvie {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    z-index: 5
}

.leyendFinal {
    color: #666666;
    font-weight: 500;
    font-size: 1.2rem
}

@media(min-width: 768px){
    .leyendFinal {
        font-size: 1.5rem
    }
}