@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --color-primary: #141414;
    --color-accent: #6633Ff
}

li{
    list-style:none
}

body, p, a, h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;

}

span h6{
    line-height:1.4
}

.k-grid, .k-grid tr, .k-grid td {
    background: transparent !important;
    border: 0;
}

a {
    color: #80cdff !important;
    text-decoration: none !important;
}

.form__input, .form__select, .form__textarea, .search__input {
    background-color: transparent !important;
}

.k-autocomplete.k-state-default, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default {
    background-color:transparent !important;
}

.k-block, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-toolbar, .k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: transparent !important;
    color:white !important;
}

.pagination > li > a, .pagination > li > span {
    background-color: #6633FF !important;
    color: white !important;
    border-color: white !important;
}
    .k-dropdown .k-input, .k-dropdown .k-state-focused .k-input, .k-menu .k-popup {
    color: white !important;
}
    .line-hover:hover div[class^="col-"]{
    background-color:transparent!important
}
header {
    height: 122px;
    width: 100%;
    padding: 20px;
    position: fixed;
    top: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 2;
    background-image: url('');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.header__container{
    max-width:1200px;
    margin:0 auto;
  
}
.logo {
    max-width: 158px;
    width: 100%;
    height: auto;
}

/*VISTA_PROGRAMA*/

.ponencia.container.contenido.tcenter {
    color: #80cdff;
}


/*CONTENT*/

body {
    /*background-color: #141414;*/
    color: #80cdff;
    background: #29136b;
    background: radial-gradient(circle, #29136b 0%, rgba(20,20,20,1) 100%);
    background-attachment: fixed;
    margin-bottom: 0 !important
}

.body-content {
    margin: 150px 0 60px ;
    background-color: #14141482!important;
    backdrop-filter: blur(10px)!important;
    padding: 30px;
    border-radius: 20px;
}



.col-md-6.ng_cloak.k_ng_cloak.columns,
.col-md-12.ng_cloak.k_ng_cloak.columns,
.col-md-4.ng_cloak.k_ng_cloak.columns {
    padding: 20px 20px 0
}

    .col-md-6.ng_cloak.k_ng_cloak.columns .text-danger,
    .col-md-12.ng_cloak.k_ng_cloak.columns .text-danger,
    .col-md-4.ng_cloak.k_ng_cloak.columns  .text-danger{
        position: absolute
    }

.body-content .well.well-sm {
    border-radius: 5px;
}


.body-content .well.well-sm,
td, tr, table {
     color: #fff;
    background-color: transparent!important;
    border-color: transparent
}

.body-content div:hover{
background-color:transparent!important
}

.body-content .well.well-sm input,
input[type="radio"] {
    min-height: unset
}
.divSection {
    padding-top: 20px
}
.row.radio-hover.radio.borow.ng_cloak.k_ng_cloak {
    background-color: transparent
}


.btn,
.btn-primary {
    background-color: var(--color-accent);
    border-radius: 70px;
    padding: 10px 25px;
    border-color: var(--color-accent);
    color: #fff;
    transition: background-color 0.4s linear
}
    .btn:hover {
        color: #fff !important;
        background-color: #7950f5
    }
.radio input[type="radio"]{
    margin-top:6px
}
.radio label{
    padding-left:0
}

#gridBuySummary {
    background-color: transparent;
}

.priceBaseBeforeDiscount span{
    display:none
}


.priceBaseBeforeDiscount {
    display: flex;
    justify-content: flex-start;
 
}
.priceBaseBeforeDiscount del {
    display: block
}

#divBuySummary{
    font-size:12px
}

.well{
    background-color:transparent;
    color:#fff!important
}
div.divSectionHdrNominative .well {
    color: #fff !important;
    
}

.maincontainer{
    min-height:100%;
  
}


/*FOOTER CONTAINER*/
footer {
    background-color: #141414d1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.footer__container {

    margin:40px auto 0;
    padding:40px 20px;
    max-width:1200px;
    display:flex;
    flex-direction:column
    
}

.footer__social {
    color: #fff;
    display: flex;
    gap: 5px;
    padding-left: 0;
    justify-content: center;
}
    .footer__social a {
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 10px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        transition: background-color 0.4s linear
    }
    .footer__social i {
        color: #fff;
        font-size: 20px;
    }

.footer__legal {
    display: flex;
    justify-content: center;
    padding-left: 0;
    gap: 25px;
    margin-top: 20px;
}
    .footer__legal a {
        color: #fff;
       
    }

        .footer__social a:hover {
            text-decoration:none;
     background-color:var(--color-accent)
        }

@media(min-width:425px) {

    .body-content {
        margin: 150px 20px 60px;
    }
    .priceBaseBeforeDiscount {
        flex-direction: column;
    }
}
@media(min-width:768px) {

    .priceBaseBeforeDiscount {
        display: unset;
        width:fit-content;
        font-weight:600

      
    }

    .priceBaseBeforeDiscount span {
        display: unset
    }

    #divBuySummary {
        font-size: 14px
    }

    .footer__social {
        margin-bottom: 0
    }

    .footer__container {
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }

    .footer__legal {
        margin: 0
    }

}


@media(min-width:990px) {
    .body-content {
        margin: 150px auto 60px;
        padding: 30px 60px;
    }
    .col-md-6.ng_cloak.k_ng_cloak.columns,
    .col-md-4.ng_cloak.k_ng_cloak.columns {
        min-width: 50%
    }
}