﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #f8f9fa;
}

header {
    width: 100%;
    background: rgb(1,79,116);
    background: linear-gradient(45deg, rgba(1,79,116,1) 0%, rgba(0,126,186,1) 78%, rgba(1,79,116,1) 100%);
}

.headerMid, headerTop {
    min-height: 70px;
    width: 100%;
    display: table;
    padding-left: 25px;
}

.headerTop {
    border-bottom: solid 1px #FFFFFF50;
    height: 70px;
}

.headerIconHold {
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    min-width: 270px;
    display: flow;
}

    .headerIconHold i {
        float: left;
        background-color: #E6C068;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #FFF;
        border-radius: 15px;
        margin-right: 10px;
    }

    .headerIconHold article {
        color: #FFF;
        font-size: 12px;
        font-weight: 500;
    }

    .headerIconHold a {
        color: #FFF;
        font-size: 12px;
        font-weight: 400;
    }

        .headerIconHold a:hover {
            color: #E6C068;
        }


.logosHolder, .btnsHolder {
    width: 50%;
    min-height: 10px;
    display: table;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .logosHolder img {
        width: 300px;
    }

    .btnsHolder ul {
        list-style: none;
        padding: 0;
    }

        .btnsHolder ul li {
            display: block;
            text-align: right;
            height: 30px;
            line-height: 30px;
        }

            .btnsHolder ul li a {
                margin-right: 25px;
                color: #FFF;
                font-size: 14px;
            }

                .btnsHolder ul li a:hover {
                    color: #E6C068;
                }



                .btnsHolder ul li a i {
                    color: #E6C068;
                    margin-left: 15px;
                }

                .btnsHolder ul li a:hover i {
                    color: #ffffff50;
                }

section {
    width: 100%;
}

.conFondoImg {
    background-image: url(imgs/fondocongreso1.jpg), linear-gradient(rgba(1, 79, 116, 1), rgba(1, 79, 116, 1));
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    width: 100%;
}

.productGrid1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .productGrid1 h1 {
        color: #E6C068;
        text-align: center;
        margin-bottom: 30px;
    }

.product-card {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    width: 30%;
    text-align: center;
    position: relative;
    float: left;
    margin: 1.5%;
}

.product-card-header {
    background-color: #a0468c;
    color: white;
    padding: 15px;
    font-size: 1.5em;
}

.product-card-body {
    padding: 20px;
    background-color: #FFF;
}

    .product-card-body h2 {
        color: #014F74;
        margin-bottom: -10px;
    }

    .product-card-body h3 {
        color: rgba(0, 0, 0, 0.4);
        font-size: 14px;
        margin-bottom: -10px;
    }



    .product-card-body p {
        margin: 10px 0;
        font-weight: bold;
        font-size: 14px;
    }

    .product-card-body ul {
        list-style-type: none;
        padding: 20px;
        margin: 0;
    }

        .product-card-body ul li {
            text-align: left;
            margin: 10px 0;
            font-size: 14px;
        }

            .product-card-body ul li .dot {
                height: 10px;
                width: 10px;
                background-color: #014F74;
                border-radius: 50%;
                display: inline-block;
                margin-right: 10px;
            }

.disclaimer {
    padding: 10px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

    .disclaimer p {
        font-size: 11px;
        color: #000;
        font-weight: 400;
    }

.sub-text {
    font-weight: normal;
    color: gray;
    font-size: 12px;
}

.progress-bar {
    background-color: #e0e0e0;
    border-radius: 20px;
    overflow: hidden;
    margin: 20px 0;
    height: 20px;
    width: 100%;
}

.progress {
    background-color: #ff4081;
    height: 100%;
    line-height: 20px;
    color: white;
    text-align: center;
    border-radius: 20px 0 0 20px;
}

.availability {
    margin: 10px 0;
    color: gray;
}

.buy-button {
    background-color: #00AEEF;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1em;
    cursor: pointer;
}

    .buy-button:hover {
        background-color: #008bb5;
    }

.product-card-footer {
    background: url('imgs/eventum-img3.png') no-repeat bottom center;
    background-size: contain;
    background-repeat: repeat-x;
    min-height: 17px;
    margin-top: -3px;
    width: 100%;
}

.productPage, .productRelated, .productRelatedCard, .productCuposText {
    width: 100%;
    min-height: 10px;
    display: table;
    margin: 0 auto;
}

.productPage, .cartPage {
    padding-top: 50px;
    padding-bottom: 50px;
}



    .productPage h1 {
        color: rgb(1,79,116);
    }

    .productPage h2 {
        color: rgba(0,126,186,1);
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .productPage ul li {
        font-size: 18px;
        font-weight: 400;
        color: #000;
    }

        .productPage ul li small {
            font-size: 13px;
            font-weight: 400;
            color: #00000085;
        }

.productCuposText {
    text-align: center;
}

    .productCuposText article {
        font-size: 14px;
    }

.productPrice, .productPriceOff {
    width: 100%;
    min-height: 10px;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #FFF;
    padding: 20px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 3px;
}


    .productPrice label, .productPrice article, .productPriceOff label {
        float: right;
        padding-right: 30px;
        font-size: 26px;
    }

    .productPrice label, .productPriceOff label {
        color: rgb(1,79,116);
        font-weight: 300;
    }

    .productPrice article, .productPriceOff article {
        color: rgba(0,0,0,0.8);
        font-weight: 600;
    }

    .productPriceOff article {
        float: right;
        font-size: 15px;
        color: rgba(255, 77, 77, 1);
        text-decoration: line-through;
    }

    .productPriceOff span {
        float: right;
        font-size: 26px;
        color: #167d47;
        display: block;
        width: 100%;
        text-align: right;
    }

        .productPriceOff span small {
            font-size: 15px;
            color: #000;
        }

.productRelated {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    margin-top: 80px;
    padding-top: 30px;
}

    .productRelated h3 {
        font-size: 16px;
        font-weight: 700;
    }

.productRelatedCard {
    background-color: #FFF;
    margin: 10px;
    padding: 10px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 3px;
}

    .productRelatedCard img {
        border-radius: 10px;
    }

    .productRelatedCard h4 {
        font-size: 16px;
        font-weight: 700;
        color: rgb(1,79,116);
        margin-top: 20px;
    }

    .productRelatedCard article {
        font-size: 14px;
        font-weight: 300;
        color: rgba(0,0,0,0.8);
    }

.btnAxnBlue1 a, .btnAxnVerde1 a {
    height: 60px;
    padding-right: 20px;
    border-radius: 20px;
    margin-left: 5px;
    margin-right: 5px;
    color: #FFF;
    line-height: 60px;
    font-size: 20px;
    font-weight: 400;
    display: block;
    text-align: center;
}

.btnAxnBlue1 a {
    background-color: rgba(0, 105, 148, 1);
}

.btnAxnVerde1 a {
    background-color: rgba(18, 196, 154, 1);
}


    .btnAxnBlue1 a i, .btnAxnVerde1 a i {
        width: 60px;
        height: 60px;
        border-radius: 20px 0px 0px 20px;
        line-height: 60px;
        margin-right: 5px;
        float: left;
    }

.btnAxnBlue1 a i {
    background-color: rgba(7, 89, 126, 1);
}

.btnAxnVerde1 a i {
    background-color: rgba(20, 128, 102, 1);
}



.btnAxnBlue1 a:hover, .btnAxnVerde1 a:hover {
    color: #000;
    background-color: #E6C068;
}

    .btnAxnBlue1 a:hover i, .btnAxnVerde1 a:hover i {
        color: #000;
        background-color: rgba(171,119,2,1);
    }



.btnAxnBlue2 a {
    height: 30px;
    padding-right: 10px;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: #FFF;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-align: center;
}

.btnAxnBlue2 a {
    background-color: rgba(0, 105, 148, 1);
}

    .btnAxnBlue2 a i {
        width: 30px;
        height: 30px;
        border-radius: 10px 0px 0px 10px;
        line-height: 30px;
        margin-right: 5px;
        float: left;
    }

    .btnAxnBlue2 a i {
        background-color: rgba(7, 89, 126, 1);
    }

    .btnAxnBlue2 a:hover {
        color: #000;
        background-color: #E6C068;
    }

        .btnAxnBlue2 a:hover i {
            color: #000;
            background-color: rgba(171,119,2,1);
        }



.btnAxnBlue3 a, .btnAxnGold3 a {
    height: 46px;
    padding-right: 10px;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 46px;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-align: center;
}

.btnAxnBlue3 a {
    background-color: rgba(0, 105, 148, 1);
    color: #FFF;
}

.btnAxnGold3 a {
    background-color: rgb(230, 192, 104);
    color: #000;
}



    .btnAxnBlue3 a i, .btnAxnGold3 a i {
        width: 46px;
        height: 46px;
        border-radius: 10px 0px 0px 10px;
        line-height: 46px;
        margin-right: 5px;
        float: left;
    }

.btnAxnBlue3 a i {
    background-color: rgba(7, 89, 126, 1);
}

.btnAxnGold3 a i {
    background-color: rgb(153, 128, 69);
    color: #FFF;
}

.btnAxnBlue3 a:hover {
    color: #000;
    background-color: #E6C068;
}

.btnAxnGold3 a:hover {
    color: #000;
    background-color: rgba(255, 77, 77, 1);
}



.btnAxnBlue3 a:hover i {
    color: #000;
    background-color: rgba(171,119,2,1);
}

.btnAxnGold3 a:hover i {
    color: #000;
    background-color: rgba(240,57,57,1);
}



.alertsHolder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alertOk, .alertBd {
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    width: 40%;
}

.alertIcon {
    margin-right: 20px;
    font-size: 40px;
    color: #79AD51;
    background-color: #E0EFFE;
    border-radius: 50%;
    padding: 10px;
    width: 80px;
    height: 80px;
    text-align: center;
}

.alertIconBd {
    margin-right: 20px;
    font-size: 40px;
    color: rgba(229, 34, 34, 1);
    background-color: rgba(229, 34, 34, 0.1);
    border-radius: 50%;
    padding: 10px;
    width: 80px;
    height: 80px;
    text-align: center;
}

.alertContent {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .alertContent h4 {
        margin: 0 0 10px 0;
        font-size: 20px;
        color: #333;
    }

    .alertContent p {
        margin: 0 0 20px 0;
        color: #666;
        font-size: 14px;
    }

.alertBtns {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.alertBtn1 {
    background-color: transparent;
    color: rgba(0,126,186,1);
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .alertBtn1:hover {
        background-color: #79AD51;
        color: #fff;
    }

.alertBtn2 {
    background-color: rgba(0,126,186,1);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .alertBtn2:hover {
        background-color: #5a8a3e;
    }


@media (max-width: 768px) {
    .alertOk, .alertBd {
        width: 95%;
        text-align: center;
    }

    .alertBtns {
        flex-direction: row;
    }

        .alertBtns a {
            width: 100%;
            display: block;
            margin-bottom: 20px;
        }
}

.cartSummary {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    min-height: 10px;
    display: table;
}

    .cartSummary article {
        font-weight: 700;
        font-size: 15px;
    }

        .cartSummary article i {
            color: rgba(255, 77, 77, 1);
        }

    .cartSummary h2 {
        font-size: 18px;
        font-weight: 700;
        border-bottom: solid 2px rgba(0,126,186,1);
        display: table;
        margin-bottom: 30px;
    }

    .cartSummary label {
        color: #000;
    }

        .cartSummary label i {
            color: rgba(255, 77, 77, 1);
        }


    .cartSummary input {
        width: 100%;
        height: 46px;
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        border: solid 1px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        color: rgb(1,79,116);
        font-size: 18px;
        font-weight: 700;
    }

    .cartSummary select {
        width: 95%;
        height: 46px;
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        border: solid 1px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        color: rgb(1,79,116);
        font-size: 18px;
        font-weight: 700;
    }



    .cartSummary input:focus {
        background-color: rgba(1,79,116, 0.3);
    }

    .cartSummary small {
        color: rgba(7, 89, 126, 1);
    }

        .cartSummary small i {
            color: rgba(255, 77, 77, 1);
            padding-right: 10px;
        }




.cartTable {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
}

    .cartTable thead {
        background-color: rgba(0, 0, 0, 0.05);
        color: rgba(0, 0, 0, 1);
    }

        .cartTable thead th {
            font-size: 15px;
        }

    .cartTable th, .cartTable td {
        padding: 15px;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }

    .cartTable img {
        max-width: 100px;
        border-radius: 5px;
    }

    .cartTable tbody td {
        font-size: 15px;
        color: rgb(1,79,116);
    }

        .cartTable tbody td b {
            font-size: 15px;
            color: rgb(0,0,0);
        }

        .cartTable tbody td strong {
            font-size: 15px;
            color: rgba(0,126,186,1);
        }

        .cartTable tbody td label {
            font-size: 15px;
            color: rgba(220,16,186,1);
        }

        .cartTable tbody td small {
            font-size: 12px;
            color: rgba(227, 163, 14, 1);
            text-transform: uppercase;
        }



.removeBtn {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 77, 77, 0.25);
    color: rgba(255, 77, 77, 1);
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

    .removeBtn:hover {
        background-color: rgba(255, 77, 77, 1);
        color: #FFF;
    }


.inputCarrito {
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: rgba(0,126,186,1);
    background-color: rgba(0,0,0,0.05);
    text-transform: uppercase;
    border: solid 1px rgba(1,79,116, 0.3);
    border-radius: 10px;
}


.masPctosLnk {
    font-size: 14px;
    color: rgb(1,79,116);
    margin-bottom: 15px;
    display: table;
}

.payResltHolder, .payResltIconHolder, .payResltInfoHolder {
    width: 100%;
    min-height: 10px;
    display: table;
    margin: 0 auto;
}

.payResltHolder {
    border-radius: 10px;
}

.payResltIconHolder {
    text-align: center;
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.payResltInfoHolder {
    border-top: solid 1px #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .payResltInfoHolder label {
        width: 35%;
        padding-left: 5%;
        float: left;
        font-weight: 700;
        font-size: 13px;
    }

        .payResltInfoHolder label i {
            padding-right: 15px;
        }

    .payResltInfoHolder article {
        width: 60%;
        float: left;
        font-weight: 400;
        font-size: 13px;
    }


.pagerHolder {
    width: 100%;
    min-height: 10px;
    display: table;
    margin: 0 auto;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 3%;
    margin-top: 15px;
}

.pagerPrev {
    width: 20%;
    float: left;
    text-align: left;
}

.pagerText {
    width: 60%;
    float: left;
    text-align: center;
    padding-top: 7px;
}

    .pagerText label {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.5);
        font-weight: 400;
    }

        .pagerText label b {
            font-weight: 700;
            color: #000;
        }

.pagerNext {
    width: 20%;
    float: left;
    text-align: right;
}

.cuentaMenu {
    width: 100%;
    min-height: 10px;
    display: table;
    margin: 0 auto;
}

    .cuentaMenu ul {
        list-style-type: none;
        padding: 0;
    }

        .cuentaMenu ul li a {
            color: rgb(1,79,116);
            display: block;
            border-bottom: solid 1px rgba(0, 0, 0, 0.07);
            height: 50px;
            line-height: 50px;
            font-size: 15px;
        }

            .cuentaMenu ul li a i {
                color: #E6C068;
                padding-right: 12px;
                padding-left: 12px;
            }

            .cuentaMenu ul li a:hover {
                background-color: rgba(0,126,186,1);
                color: #FFF;
            }

.cuentaMenuMob {
    display: none;
}


.pedidosHolderCta, .pedidosHolderCtaHeader, .pedidosHolderCtaBody, .pedidosHolderCtaMny, .pedidosHolderCtaFoot {
    width: 100%;
    min-height: 10px;
    display: table;
    margin: 0 auto;
}

.pedidosHolderCta {
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
}

    .pedidosHolderCta:nth-child(2n) {
        background-color: rgba(0, 0, 0, 0.03);
        border: solid 1px rgba(0, 0, 0, 0.2);
    }

.pedidosHolderCtaHeader {
    font-size: 18px;
    color: rgba(255, 77, 77, 1);
    font-weight: 300;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .pedidosHolderCtaHeader i {
        color: rgb(1,79,116);
        padding-right: 15px;
    }


.pedidosHolderCtaBody {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .pedidosHolderCtaBody img {
        width: 90%;
    }

    .pedidosHolderCtaBody h3 {
        font-weight: 700;
        font-size: 16px;
    }

    .pedidosHolderCtaBody ul {
        color: #000000;
        font-size: 14px;        
    }

        .pedidosHolderCtaBody ul li {
            margin-bottom: 10px;
        }

.pedidosHolderCtaMny {
    background-color: rgba(0, 0, 0, 0.0);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px 1px;
    margin-bottom: 10px;
}

    .pedidosHolderCtaMny article {
        display: block;
        width: 100%;
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

        .pedidosHolderCtaMny article label {
            text-align: left;
            font-weight: 400;
            font-size: 14px;
        }

        .pedidosHolderCtaMny article span {
            display: block;
            width: 100%;
            text-align: right;
            font-weight: 500;
            font-size: 14px;
            color: rgb(1,79,116);
        }

        .pedidosHolderCtaMny article p {
            display: block;
            width: 100%;
            text-align: right;
            font-weight: 500;
            font-size: 14px;
            color: rgba(6, 117, 91, 1);
        }



.pedidosHolderCtaFoot {
    margin-bottom: 5px;
}

.pddPgoOk, .pddPgoPn, .pddPgoBd {
    width: 90%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    font-size: 13px;
}

.pddPgoOk {
    background-color: rgba(19, 212, 167, 0.3);
    border: solid 1px rgba(19, 212, 167, 1);
    color: rgba(6, 117, 91, 1);
}

.pddPgoPn {
    background-color: rgba(180, 19, 212, 0.3);
    border: solid 1px rgba(180, 19, 212, 1);
    color: rgba(120, 6, 143, 1);
}

.pddPgoBd {
    background-color: rgba(227, 9, 31, 0.3);
    border: solid 1px rgba(227, 9, 31, 1);
    color: rgba(145, 4, 19, 1);
}

.pddPgoOk i, .pddPgoPn i, .pddPgoBd i {
    padding-right: 20px;
}


.reservaCupo1 {
    width: 70%;
    min-height: 10px;
    display: table;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 13px 3px;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
}

    .reservaCupo1 label {
        font-size: 14px;
        font-weight: 700;
    }

    .reservaCupo1 span {
        font-size: 11px;
        color: rgb(1,79,116);
    }

    .reservaCupo1 article {
        font-size: 15px;
    }

footer {
    background: rgb(6,69,80);
    background: linear-gradient(16deg, rgba(6,69,80,1) 0%, rgba(38,29,8,1) 100%);
    display: table;
    width: 100%;
    min-height: 10px;
    display: table;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    padding-bottom: 20px;
}

    footer img {
        width: 100px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

.rblBoton-ln label {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 1);
    border: solid 1px rgba(0, 0, 0, 0.3);
    color: white;
    cursor: pointer;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
}

    .rblBoton-ln label i {
        color: #e68612;
    }

.rblBoton-ln input[type="radio"] {
    display: none;
}

.rblBoton-ln label:hover {
    background-color: #29c453;
    color: #FFF;
}

    .rblBoton-ln label:hover i {
        color: #FFF;
    }

.rblBoton-ln input[type="radio"]:checked + label {
    background-color: rgba(186, 39, 119, 1);
    color: white;
}

    .rblBoton-ln input[type="radio"]:checked + label i {
        color: rgb(102, 12, 97);
    }


@media (max-width: 768px) {
    .cuentaMenu {
        display: none;
    }

    .closerMns {
        width: 100%;
        display: block;
        text-align: right;
        margin-top: -15px;
        font-size: 20px;
        color: rgba(255, 77, 77, 1);
        padding-bottom: 20px;
    }

    .cuentaMenuMobPh {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .cuentaMenuMobPh ul {
            list-style-type: none;
            padding: 0;
            background-color: #FFF;
            padding: 30px;
            border-radius: 10px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 10px;
        }

            .cuentaMenuMobPh ul li a {
                color: rgb(1,79,116);
                display: block;
                border-bottom: solid 1px rgba(0, 0, 0, 0.07);
                height: 50px;
                line-height: 50px;
                font-size: 15px;
            }

                .cuentaMenuMobPh ul li a i {
                    color: #E6C068;
                    padding-right: 12px;
                    padding-left: 12px;
                }

                .cuentaMenuMobPh ul li a:hover {
                    background-color: rgba(0,126,186,1);
                    color: #FFF;
                }

    .cuentaMenuMob {
        display: table;
        width: 100%;
        text-align: center;
    }

        .cuentaMenuMob a {
            border: solid 1px rgba(0, 0, 0, 0.1);
            display: inline-block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            border-radius: 5px;
            background-color: rgba(0, 0, 0, 0.07);
        }

            .cuentaMenuMob a:hover {
                background-color: #E6C068;
            }

    .headerTop {
        display: none;
    }

    .logosHolder {
        width: 100%;
        text-align: center;
    }

    .btnsHolder {
        width: 100%;
    }

        .btnsHolder ul li {
            text-align: center;
        }

    .product-card {
        width: 95%;
    }

    .product-card-footer {
        background-repeat: repeat-x;
    }

    .cartTable thead {
        display: none;
    }

    .cartTable, .cartTable tbody, .cartTable tr, .cartTable td {
        display: block;
        width: 100%;
    }

        .cartTable tr {
            margin-bottom: 15px;
        }

        .cartTable td {
            text-align: right;
            padding-left: 50%;
            position: relative;
        }

            .cartTable td::before {
                content: attr(data-label);
                position: absolute;
                left: 0;
                width: 50%;
                padding-left: 15px;
                font-weight: bold;
                text-align: left;
            }
}
