.carousel-inner > .carousel-item{
    width: 100%;
    height: 100%;
}
.carousel-inner > .carousel-item > a{
    display: block;
    height: 100%;
    position: relative;
}
.carousel-inner > .carousel-item > a > img{
    width: 100%;
}

#calendarioSubastas.fc .fc-bg-event{
    cursor: pointer !important;
}

.cardFondoAzul{
    background-color: rgba(0, 61, 165, 0.8);
    border-radius: 30px 8px 30px 8px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.cardFondoAzul > img{
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%;
    height: 100%;
    opacity: .3;
}
.cardFondoAzul > .row{
    height: 100%;
}
.cardFondoAzul h4{
    font-weight: normal;
}

html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}



body{
    background-color:#f5f8ff !important;
    font-size:.9rem !important;
    color:#43484c !important;
    font-family: 'Poppins', serif !important;
}
.text-body{
    color:#43484c !important;
}
a{
    color:#43484c;
}
.navPrincipalCont .navbar-toggler{
    color:#fff;
    font-size: 1.3rem;
}
.navbar{
    padding: 0px;
}
.badgeNotificaciones{
    position: absolute;
    top: 0;
    right: 0;
    font-size: .6rem;
}
.iconsHeaderDer > .elementoHeader{
    margin-left: 1rem;
    width: 30px;
    height: 30px;
    line-height: 36px;
    border-radius: 50%;
    position: relative;
}
.iconsHeaderDer > .elementoHeader.cuentaUser > a{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    overflow: hidden;

    background-position: center center;
    background-size: cover;
}
.iconsHeaderDer > .elementoHeader.dropleft > .dropdown-toggle::before{
    display:none;
}
#botondrop{
    border: 1px solid #02498e;
    color: #02498e;
    border-radius: 10px;
}
@media(max-width:600px) {
    #botondrop {
        font-size: 10px;
        padding: 2px 4px;
        border-radius: 7px;
    }
}
.iconsHeaderDer > .elementoHeader i.fa{
    font-size:1.5rem;
}
.iconsHeaderDer > .elementoHeader.cuentaUser > .dropdown-menu > .dropdown-header:first-child{
    font-size:1rem;
}
.iconsHeaderDer > .elementoHeader > .dropdown-menu > .dropdown-item{
    line-height: 1.2;
    font-size:.9rem;
    color: #02498e;
}
.iconsHeaderDer > .elementoHeader > .dropdown-menu > .dropdown-item i{
    font-size:.9rem;
}
.owl-carousel{
    position: relative;
}
.owl-carousel .owl-item img {
    display: unset;
    width: unset;
}
.owl-carousel .owl-stage-outer {
    overflow: scroll;
}
.owl-carousel .owl-nav > .owl-prev,
.owl-carousel .owl-nav > .owl-next{
    width: 25px;
    height: 25px;
    position: absolute;
    background: #FFF !important;
    color: #049edd !important;
    border-radius: 30px;
    box-shadow: 2px 3px 5px #ccc;
}
.owl-carousel .owl-nav > .owl-prev{
    left: 0;
    top: 50%
}
.owl-carousel .owl-nav > .owl-next{
    right: 0;
    top: 50%
}
.owl-carousel .owl-dots{
    position: absolute;
    bottom: 0;
    width: fit-content;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    height: 20px;
    overflow: hidden;
}
.owl-carousel .owl-dots > .owl-dot{
    display: inline-block;
    padding: 0 2px !important;
}
.owl-carousel .owl-dots > .owl-dot > span{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #003DA5 !important;
    -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.3);
}
.loteMini > .contInfoLote{
    margin-top: -21px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 1);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.loteMini .tituloLote{
    font-size:.8rem;
}
.loteMini .infoLote{
    font-size:.7rem;
    line-height: 1.1;
}
.btn{
    font-size:.9rem;
    border-radius: 0px;
}
.btn-sm{
    font-size:.7rem !important;
}
.navbar.fixed-top .navbar-brand > img{
    max-height: 43px;
    margin-top: -8px;
    margin-bottom: -8px;
}
.summary{
    text-align: right;
    font-size:12px;
}
/* COLORES DE GARANTIAS */
.garantiaÚnica,
.garantiaÚnica small,
.garantiaPlatinum,
.garantiaPlatinum small,
.garantiaAmarilla,
.garantiaAmarilla small,
.garantiaAmarillaPlus,
.garantiaAmarillaPlus small,
.garantiaRoja,
.garantiaRoja small,
.garantiaAzul,
.garantiaAzul small,
.garantiaNegra,
.garantiaNegra small,
.garantiaVerde,
.garantiaVerde small,
.garantiaNaranja,
.garantiaNaranja small,
.garantiaMorada,
.garantiaMorada small,
.garantiaAmarillaMultigarantia,
.garantiaAmarillaMultigarantia small,
.garantiaRojaMultigarantia,
.garantiaRojaMultigarantia small,
.garantiaAzulMultigarantia,
.garantiaAzulMultigarantia small,
.garantiaNINGUNA,
.garantiaNINGUNA small{
    color: #FFF !important;
}
.garantiaÚnica{
    background-color:rgba(26, 188, 156,1.0) !important;
    border-color:rgba(26, 188, 156,1.0) !important;
}
.garantiaÚnicaT{
    color:rgba(26, 188, 156,1.0) !important;
}
.garantiaPlatinum{
    background-color:rgba(189, 195, 199,1.0) !important;
    border-color:rgba(189, 195, 199,1.0) !important;
}
.garantiaPlatinumT{
    color:rgba(189, 195, 199,1.0) !important;
}
.garantiaAmarilla{
    background-color:rgba(241, 196, 15,1.0) !important;
    border-color:rgba(241, 196, 15,1.0) !important;
}
.textoAmarilla{
    color: #D59300 !important;
}
.garantiaAmarillaT{
    color:rgba(241, 196, 15,1.0) !important;
}
.garantiaAmarillaPlus{
    background-color:rgba(241, 196, 15,1.0) !important;
    border-color:rgba(241, 196, 15,1.0) !important;
}
.garantiaAmarillaPlusT{
    color:rgba(241, 196, 15,1.0) !important;
}
.garantiaRoja{
    background-color:rgba(192, 57, 43,1.0) !important;
    border-color:rgba(192, 57, 43,1.0) !important;
}
.textoRoja{
    color: #E00713 !important;
}
.garantiaRojaT{
    color:rgba(192, 57, 43,1.0) !important;
}
.garantiaAzul{
    background-color:rgba(41, 128, 185,1.0);
    border-color:rgba(41, 128, 185,1.0);
}
.textoAzul{
    color: #0080FE !important;
}
.garantiaAzulT{
    color:rgba(41, 128, 185,1.0) !important;
}
.garantiaAmarillaMultigarantia{
    background-color:rgba(241, 196, 15,1.0) !important;
    border-color:rgba(241, 196, 15,1.0) !important;
}
.garantiaAmarillaMultigarantiaT{
    color:rgba(241, 196, 15,1.0) !important;
}
.garantiaRojaMultigarantia{
    background-color:rgba(192, 57, 43,1.0) !important;
    border-color:rgba(192, 57, 43,1.0) !important;
}
.garantiaRojaMultigarantiaT{
    color:rgba(192, 57, 43,1.0) !important;
}
.garantiaAzulMultigarantia{
    background-color:rgba(41, 128, 185,1.0) !important;
    border-color:rgba(41, 128, 185,1.0) !important;
}
.garantiaAzulMultigarantiaT{
    color: #049edd !important;
}
.garantiaNegra{
    background-color:#333 !important;
    border-color:#333 !important;
}
.textoNegra{
    color:#333 !important;
}
.garantiaNegraT{
    color:#333 !important;
}
.garantiaVerde{
    background-color:#27ae60 !important;
    border-color:#27ae60 !important;
}
.garantiaVerdeT{
    color:#27ae60 !important;
}
.garantiaNaranja{
    background-color:#e67e22 !important;
    border-color:#e67e22 !important;
}
.garantiaNaranjaT{
    color:#e67e22 !important;
}
.garantiaMorada{
    background-color:#8e44ad !important;
    border-color:#8e44ad !important;
}
.garantiaMoradaT{
    color:#8e44ad !important;
}

.garantiaNINGUNA{
    background-color:#16a085 !important;
    border-color:#16a085 !important;
}
.garantiaNINGUNAT{
    color:#16a085 !important;
}


.subastaAbierta{
    background: #27ae60;
    color:#FFF;
}
.subastaProxima,
.subastaPrÃ³xima{
    background: #bdc3c7;
    color:#FFF;
}
.subastaRegistro{
    background: #049edd;
    color:#FFF;
}
.subastaFinalizada{
    background: #c0392b;
    color:#FFF;
}

.subastaCont h4{
    color: #02498e !important;
}
.loteCont{
    border: 2px solid #003DA5 !important;
    border-radius: 6px !important;
    position: relative;
    height: 320px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.loteCont2{
    -webkit-box-shadow: 0 5px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0 5px 5px 1px rgba(0,0,0,0.1);
    border: none !important;
    border-radius: 0px !important;
    position: relative;
    border-radius: 4px !important;
    overflow: hidden;
}
.borderVerde .loteCont2{
    border:  2px solid #049edd !important;
}
.borderRojo .loteCont2{
    border:  2px solid #02498e !important;
}
.borderVerde .loteCont2{
    border:  1px solid #049edd;
}
.badge.conReserva{
    background-color: #049edd !important;
}
.badge.sinReserva{
    background-color: #02498e !important;
}
.loteCont2 .imagenLote{
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.loteCont2 .imagenLote .banderaReserva{
    color:  #FFF;
    position: absolute;
    bottom:  0;
    left:  0;
    right:  0;
}
.loteCont2 .contInfoLote{
    background-color: #FFF;
}
.loteCont2 .contInfoLote .tituloLote2{
    height: 40px;
    white-space: break-spaces !important;
    word-break: break-word !important;
}
.loteCont2 .contInfoLote .patioLote{
    font-size: .7rem !important;
    overflow: hidden;
    height: 16px;
    word-break: break-all;
    text-overflow: ellipsis;
}
.loteCont .contInfoLote{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-shadow: 0 0 3px rgba(0, 0, 0, 1);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.loteCont .contInfoLote .tituloLote2{
    font-size: .8rem;
    line-height: 1.2;
}
.loteCont .contInfoLote .noserie{
    font-size: .7em;
    line-height: 1.2;
}
.loteCont .contInfoLote .precioSalida2{
    font-size: 1.1rem;
    line-height: 1.1;
}
.loteCont .contInfoLote .precioSalida2 > small{
    font-size: .6rem;
}
.loteCont .contInfoLote .patioLote{
    font-size: .6rem;
    line-height: 1.2;
    margin-top: 7px;
    margin-bottom: 0;
}
.loteCont .contInfoLote .etiquetasLote > .fa{
    font-size:1rem;
    margin-right: 3px;
}
.aLoteV .colorGarantia{
    margin: 0 -9px;
    padding: 2px 9px 0 9px;
    background-color: #CCC;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 1;
    font-size: 1.15rem;
    font-weight: bold;
    text-align: center;

    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
}
.aLoteV .colorGarantia small{
    display: inline-block;
    font-size: .7rem;
}
.imagenLote > .certificado_tes{
    background-image: url(/images/sitio/certificado_tes_hollow.png);
    position: absolute;
    top: -10px;
    right: -15px;
    width: 90px;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
}
.aLoteV .colorGarantia > .certificado_tes{
    background-image: url(/images/sitio/certificado_tes_hollow.png);
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
    background-size: contain;
    background-repeat: no-repeat;
}
.aLoteImg .colorGarantia > .certificado_tes{
    background-image: url(/images/sitio/certificado_tes_hollow.png);
    position: absolute;
    top: -27px;
    bottom: -27px;
    left: -27px;
    right: -27px;
    background-size: contain;
    background-repeat: no-repeat;
}
.aLoteImg .colorGarantia{
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
}
.aLoteMini .colorGarantia{
    width: 44px;
    height: 44px;
    font-size: .8rem;
    padding: 10px 9px 0;
}
.aLoteV{
    height: 325px;
}
.aLoteV .card{
    height: 309px;
}
.aLoteV,
.aLote{
    color:#333 !important;
}
.aLoteV:hover,
.aLoteV > a:hover,
.aLote:hover{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.colorGarantia{
    background-color: #CCC;
}
.aLote .colorGarantia{
    margin: 0 !important;
}

.badge.badge-rosa{
    background-color: #e84393 !important;
}

.navPrincipalCont .navPrincipal{
    width:100%;
}
.navPrincipal > li > a{
    padding: 0.5rem 0.5rem;
    color: #fff;
    font-size: 0.75rem;
    font-weight: normal;
}
.navPrincipal > li > a:hover{
    color: #0056b3;
}
.header.bg-white{
    background-color: rgba(255, 255, 255, 0.85) !important;
    z-index: 50;
}
.header a{
    color: #fff;
}
@media(min-width: 1px){
    .header a{
        font-size: 9px;
    }
}
@media(min-width: 1024px){
    .header a{
        font-size: 10px;
    }
}
@media(min-width: 1440px){
    .header a{
        font-size: 12px;
    }
}
@media(min-width: 1px){
    .header a.nav-link{
        padding: 0.5rem 0.3rem;
    }
}
@media(min-width: 1024px){
    .header a.nav-link{
        padding: 0.5rem 0.6rem;
    }
}

.header a.dropdown-item {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    padding: 0.6rem 1.5rem;
}
h1, h2, h3, h4, h5, h6, .text-primary{
    color: #02498E;
}
.bg-primary{
    background-color: #02498E !important;
}
.btn-primary,
.nav-pills .nav-link,
.nav-pills .show > .nav-link{
    border-bottom: none;
    border-radius: 0px;
    color: rgba(0, 0, 0, 0.6);
    background-color: unset;
    font-weight: bold;
}
.btn-primary,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link{
    border-bottom: 1px solid #02498E;
    color: #02498E;
    background-color: unset;
}
.btn-primary:hover{
    background-color: #0069d9;
}

.mensajeListadoListo{
    padding: 1px 35px;
    border-width:3px;
    border-style:solid;
}
.mensajeListadoListo.completo{
    color:#00498D;
    border-color:#00498D;
}
@keyframes blinker {
    0% { opacity: 1.0; }
    40% { opacity: 1.0; }
    50% { opacity: 0.0; }
    60% { opacity: 1.0; }
}
.mensajeListadoListo.faltante{
    color:#e74c3c;
    border-color:#e74c3c;
    animation: blinker 3s linear infinite;
}

.contTipoSubasta,
.pasosParticipar{
    line-height: 63px;
}

.contFiltro a{
    display: block;
}
.contFiltro a > .circuloGarantia {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 5px 2px -4px 0px;
    display:inline-block;
}

.btn-warning.text-light,
.bg-warning.text-light,
.badge-warning.text-light{
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
}

#mensajes > dl{
    font-size: .75rem;
}
#mensajes > dl > div.contMensajeChat{
    padding: .5rem;
    border-radius: .5rem;
    display: inline-block;
    max-width:80%;
    min-width: 150px;
    position: relative;
    background-color: #f8f9fa;
}
#mensajes > dl > div.espaciador{
    height: 5px;
}
#mensajes > dl > div.Validador{
    float: right;
}
#mensajes > dl > div > dd > small{
    position: absolute;
    bottom: 3px;
    right: 5px;
}

.bg-primary,
.badge-primary{
    background-color: #003DA5 !important;
}
.text-primary{
    color:#003DA5 !important;
}
.bg-info,
.badge-info{
    background-color: #049edd !important;
}
.text-info{
    color:#049edd !important;
}

@media(max-width:850px){
    .col-md-12 .carousel-inner{
        /*height: 300px;*/
    }
}
/* CLASES MOBILES */
@media(max-width:550px){
    .iconsHeaderDer > .elementoHeader {
        margin-left: 5px;
        width: 26px;
        height: 26px;
        line-height: 30px;
    }
    .iconsHeaderDer > .elementoHeader.cuentaUser > a {
        width: 26px;
        height: 26px;
    }
    .iconsHeaderDer > .elementoHeader i.fa {
        font-size: 1.2rem;
    }
    .col-md-12 .carousel-inner{
        /*height: 140px;*/
    }
    .loteCont{
        /*height: 240px;*/
    }
    .botonRegistroSubastas{
        position: fixed;
        bottom: 5px;
        top: initial;
        left: 5px;
        right: 5px;
        height: auto !important;
        line-height: 40px !important;
        font-size:1rem !important;
        z-index: 10;
        width: calc(100% - 10px);
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    }
    .card.infoLote .card-header-tabs{
        margin-left: -1.2rem;
    }
    .card.infoLote .nav-tabs .nav-link{
        padding: 0.5rem 0;
        font-size: .6rem;
    }
    #contFiltros{
        display: none;
        overflow: auto;
    }
    #contFiltros.show{
        display: block !important;
    }
    #contBasesEvento .nav-link{
        padding: 0.5rem .5rem;
    }
    #contBasesEvento .nav-link > span{
        font-size:130%;
    }
}
@media print { @page { size: auto !important; } }


.productCard{
    width: 340px;
    border-radius: 15px;
    margin-bottom: 20px;
    margin-right: 10px;
}
.productCard a:hover{
    text-decoration: unset !important;
}
.card-img-overlay{
    background: -moz-linear-gradient(0deg, rgba(200,200,200,.9), rgba(200,200,200,.9), rgba(170,170,170,.0));
    background: -webkit-linear-gradient(0deg, rgba(200,200,200,.9), rgba(200,200,200,.9), rgba(170,170,170,.0));;
    background: linear-gradient(0deg, rgba(200,200,200,.8), rgba(200,200,200,.8), rgba(170,170,170,.0));;
    max-height: 100%;
    padding: 30px 8px 8px 8px;
    position: absolute;
    top: initial;
}
.productCard .card-img-overlay .card-title{
    margin: 0;
    font-size: 15px;
    color: #333;
}
.productCard .card-img-overlay > .collapse,
.productCard .card-img-overlay > .collapsing{
    padding-bottom: 20px;
}
.productCard .card-img-overlay .row > .col-6{
    margin: 3px 0;
    padding: 0 4px;
    font-size:11px;
}
.productCard .colorGarantia{
    display: inline;
    font-size: 11px;
    padding: 3px;
    border-radius: 2px;
}
.productCard .textoId{
    font-size: 11px;
    margin: 0;
    color: #6c757d;
}
.productCard .precioSalida{
    font-size:25px;
    margin: 0;
    line-height: 45px;
    overflow:hidden;
}
.productCard .precioSalida > small{
    font-size: 11px;
    color: #6c757d;
}
.productCard > .badge{
    font-size: 9px !important;
    position: absolute;
    top: 5px;
    left: 10px;
}
.productCard .agregarFavorito{
    text-shadow: 0 0 10px #000000;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index:1;
}
#filtro_garantia a>.circuloGarantia{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    border: 2px solid;
}
#accordionFiltros .btn > i.fa{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#accordionFiltros .btn.collapsed > i.fa{
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
#accordionFiltros #filtro_marca a > i.fa{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#accordionFiltros #filtro_marca a.collapsed > i.fa{
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
@media(min-width:850px) {
    #hambur {
        display: none;
    }
}
#sub-menu{
    display: flex;
    justify-content: space-between;
    padding: 6px 6%;
    align-items: center;
}
@media(max-width:850px) {
    #sub-menu {
        display: none;
    }
    .navPrincipal .nav-item{
        display: block;
        width: 100%;
        text-align: left;
    }
}
.reservas {
    margin-bottom: 0;
    font-size: 10px;
}
#open {
    background: none;
    border: none;
}
#titulo-boton{
    display: grid;
    grid-template-columns: 85% 14%;
    gap: 1%;
    align-items: center;

}
.collapse-caracterist{
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 2%;
    row-gap: 6px;
    padding-top: 10px;
}
.caracteristica{
    font-size: 12px;
}
#contSubastas {
    width: 100%;
    margin: 0 auto;
}
.subastaCont{
    margin: 0 auto;
}
@media(min-width:1px) {
    .subastaCont {
        width: 94%;
    }
}
@media(min-width:375px) {
    .subastaCont {
        width: 84%;
    }
}

#barra {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
    padding: 3%;
    gap: 4px;
    background: #191C2B;
}

#division {
    width: 100%;
    height: 2px;
    background-color: #049edd;
}
#botonazul {
    background: #049edd;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#textboton {
    color: #fff;
    text-decoration: none;
    font-weight: lighter;
}
#subastitulo{
    margin-bottom: 2px;
}
.subassubtitulo{
    margin-bottom: 1px;
    color: #02498e;
    font-weight: lighter;
}
#colspatios{
    display: grid;
    align-items: center;
}
#txtTab{
    color: #02498E;
    text-align: center;
}
#fecha{
    margin: 5px auto 0 auto;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    font-weight: lighter;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
#segColmTitl{
    display: flex;
    flex-direction: row;
    gap: 10px;
    border-radius: 40px;
    align-items: center;
}
.columnConta{
    display:  flex;
    flex-direction: column;
}
.entrecolumnas{
    height: 100%;
    width: 1px;
    background: #049edd;
}
.contInterno{
    color: #02498e;
    font-weight: bold;
}
.sobrebarra{
    position: sticky;
    top: 113px;
    z-index: 20;
}
@media(max-width: 992px) {
    .sobrebarra {
        top: 102px;
    }
}
@media(max-width: 850px){
    .sobrebarra {
        top: 99px;
    }
}
@media(max-width: 767px){
    .sobrebarra {
        top: 87px;
    }
}
@media(max-width: 445px) {
    .sobrebarra {
        top: 82px;
    }
}
@media(max-width: 375px) {
    .sobrebarra {
        top: 76px;
    }
}

#columnasfooter {
    display: grid;
    margin-top: 10px;
}
.columnafooter {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    margin-bottom: 20px;
}
.footertitulo {
    color: #049edd;
    margin-bottom: 5px;
}
.linkfooter {
    font-size: 14px;
    text-decoration: none;
    margin-left: 5px;
    margin-top: 15px;
    color: #aeeaff;
    transition: color .4s;
}
.linkfooter:hover {
    color: #049edd;
    transition: color .4s;
}
#redessocs {
    display: flex;
    flex-direction: row;
}
.redessoc:hover {
    transition: transform .4s;
    transform: scale(1.3);
}
#subfooter {
    background: #191c2b;
    color: #fff;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}
.tituloseccion {
    font-size: 34px;
    color: #02498E;
    margin-bottom: 0;
}
#conteconta {
    display: grid;
    margin: 20px 0;
}
.subtiseccion {
    font-size: 26px;
    color: #02498E;
}
.help-block-error {
    color: red;
    font-size: 11px;
}
#conteboton {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contesecd {
    padding-bottom: 20px;
}
.contesecd .form-control {
    border: none;
    border-bottom: 1px solid #bbb;
    border-radius: 0;
    background: unset;
    padding: 0;
    font-size: inherit;
    height: unset;
    margin-top: 25px;
}
.contesecd .control-label {
    display: none;
}
#enviar {
    background: #fff;
    color: #02498E;
    border-radius: 30px;
    padding: 10px 20px;
    border: 1px solid #02498E;
    transition: background .2s;
}
#enviar:hover {
    transition: background .2s;
    background: #02498E;
    color: #fff;
}
.c-iconos {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
#contsdacol {
    display: grid;
}
#contvd {
    display: grid;
}
#barraprecio {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    margin: 15px 0;
}
.precioas {
    margin-bottom: unset;
    color:#555;
    font-weight: lighter;
}
.precionum {
    margin-bottom: unset;
    color: #02498E;
}
.precionumero {
    margin-bottom: unset;
    color: #02498E;
}
#titulounidad {
    display:  flex;
    flex-direction: row;
}
#titulo {
    color: #02498E;
    margin-bottom: unset;
}
.textocorto {
    color: #02498E;
    margin: 8px 0;
}
#porciento {
    margin-right: 2px;
    margin-top: -3px;
}
.textocortoch {
    color: #02498E;
    margin: 4px 0;
}
#porcientoch {
    margin-right: 2px;
    margin-top: -3px;
}
#iva {
    color: #049EDD;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 4px;
    font-weight: lighter;
}
.textolote {
    margin-bottom: unset;
}
.proveniente {
    color: #02498E;
    margin-bottom: 4px;
}
#trasladotitle {
    margin-bottom: 2px;
    font-weight: lighter;
    color: #555;
}
.trasladoboton {
    background: #049EDD;
    color: #fff;
    border-radius: 10px;
    font-weight: lighter;
    transition: background .4s;
    padding: 4px 8px;
    text-decoration: none;
}
.trasladoboton:hover {
    transition: background .4s;
    background: #02498E;
    color: #fff;
    text-decoration: none;

}
.trasladovalor {
    margin-bottom: unset;
}
#infosecundarialote {
    display: grid;
    gap: 4px;
    margin: 20px 0;
}
.ubicacionesUnidad {
    color: #02498E;
    margin-bottom: unset;
}
#contubicaciones {
    display: flex;
    flex-direction: row;

}
.ubicacunidicon {
    margin-top: -2px;
}
#continfo2 {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.compartirtext {
    margin-bottom: unset;
    margin-top: 4px;
    font-weight: lighter;
    color: #555;
}

@media(min-width: 1px){
    .compartirtext {
        font-size: 11px;
    }
    .compartirRS {
        width: 14px;
        height: 14px;
        margin-left: 3px;
    }
    #trasladotitle {
        font-size: 14px;
    }
    .separadorvert {
        display: none;
    }
    #separadorhoriz {
        width: 100%;
        height: 1px;
        background: #049edd;
        margin-top: 8px;
    }
    #contubicaciones {
        font-size: 13px;
        gap: 14px;
    }
    .ubicacunidicon {
        width: 14px;
        height: 14px;
        margin-right: 3px;
    }
    #infosecundarialote {
        grid-template-columns: repeat(4, 1fr);
    }
    #continfo2 {
        align-items: start;
    }
    #info1 {
        grid-column: 1/5;
        grid-row: 1/2;
        margin-bottom: 6px;
    }
    #info2 {
        grid-column: 1/3;
        grid-row: 2/3;
    }
    #info3 {
        grid-column: 3/5;
        grid-row: 2/3;
    }
    #contfinanciamiento {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }
    #contfinanc {
        display: none;
    }
    .textocorto {
        display: none;
    }
    #porciento {
        display: none;
    }
    .textocortoch {
        font-size: 15px;
        line-height: 17px;
        margin-top: 4px;
    }
    #porcientoch {
        width: 15px;
        height: 15px;
    }
    #titulo {
        font-size: 15px;
        line-height: 15px;
    }
    #textolotenum {
        font-size: 18px;
        line-height: 18px;
    }
    #textolotetex {
        font-size: 12px;
        line-height: 12px;
    }
    .flechasbarra{
        height: 28px;
        padding: 0 2px;
        margin: 0;
        border-radius: 14px;
    }
    .precionum {
        font-size: 29px;
        line-height: 29px;
    }
    .precionumero {
        font-size: 29px;
        line-height: 29px;
    }
    .precioas {
        font-size: 11px;
        line-height: 11px;
    }
    #botonfiltrosvd {
        display: block;
    }
    #contvd {
        grid-template-columns: 100%;
    }
    #contsdacol {
        grid-template-columns: 100%;
    }
    #contpag {
        padding: 0 4%;
    }
    #conteconta {
        grid-template-columns: 100%;
    }
    #subfooter {
        font-size: 12px;
    }
    .columnafooter{
        align-items: center;
    }
    #redessocs{
        justify-content: center;
    }
    .redessoc{
        width: 25px;
        height: 25px;
        margin: 0 4px;
        transition: transform .4s;
        transform: scale(1);
    }
    .footertitulo{
        display: none;
    }
    #columnasfooter{
        grid-template-columns: 100%;
        gap: 0;
    }
    #txtTab{
        font-size: 16px;
        line-height: 19px;
    }
    #colspatios{
        grid-template-columns: 100%;
    }
    #barra{
        height: 80px;
    }
    #favic{
        width: 15px;
        height: 15px;
    }
    #subastitulo{
        font-size: 15px;
    }
    .subassubtitulo{
        font-size: 10px;
    }
    #botonazul{
        padding: 4px 6px;
    }
    #textboton{
        font-size: 9px;
        line-height: 10px;
    }
}
@media(min-width: 600px){
    .compartirtext {
        font-size: 14px;
    }
    .compartirRS {
        width: 16px;
        height: 16px;
        margin-left: 4px;
    }
    .trasladoboton {
        font-size: 17px;
    }
    #trasladotitle {
        font-size: 20px;
        line-height: 21px;
    }
    .proveniente {
        font-size: 17px;
    }
    #contubicaciones {
        font-size: 17px;
        gap: 20px;
    }
    .ubicacunidicon {
        width: 18px;
        height: 18px;
        margin-right: 4px;
    }
    #contfinanciamiento {
        display: none;
    }
    #contfinanc {
        display: flex;
        flex-direction: column;
    }
    #titulo {
        font-size: 18px;
        line-height: 18px;
    }
    #divisiontextocorto {
        width: 1px;
        height: 90%;
        background: #02498E;
        margin: 4px;
    }
    .textocortoch {
        display: none;
    }
    #porcientoch {
        display: none;
    }
    .textocorto {
        display: initial;
        font-size: 10px;
        line-height: 11px;
        margin-top: 2px;
    }
    #porciento {
        display: initial;
        width: 11px;
        height: 11px;
    }
    #textolotenum {
        font-size: 23px;
        line-height: 23px;
    }
    #textolotetex {
        font-size: 16px;
        line-height: 16px;
    }
    .flechasbarra{
        height: 35px;
    }
    .precionum {
        font-size: 46px;
        line-height: 46px;
    }
    .precionumero {
        font-size: 25px;
        line-height: 25px;
    }
    .precioas {
        font-size: 16px;
    }
    #contsdacol {
        grid-template-columns: 49% 49%;
        gap: 2%;
    }
    #subfooter {
        font-size: 14px;
    }
    #barra{
        height: 90px;
    }
    #favic{
        width: 20px;
        height: 20px;
        margin-right: 3px;
        margin-top: -4px;
    }
    #subastitulo{
        font-size: 19px;
    }
    .subassubtitulo{
        font-size: 12px;
    }
    #botonazul{
        padding: 6px 10px;
    }
    #textboton{
        font-size: 11px;
        line-height: 12px;
    }
}
@media(min-width: 900px){
    .separadorvert {
        display: flex;
        width: 2px;
        height: 100%;
        background: #049EDD;
        margin-right: 4px;
    }
    #separadorhoriz {
        display: none;
    }
    .proveniente {
        font-size: 15px;
    }
    #contubicaciones {
        font-size: 13px;
        gap: 14px;
    }
    .ubicacunidicon {
        width: 14px;
        height: 14px;
        margin-right: 3px;
    }
    #infosecundarialote {
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
    #continfo2 {
        align-items: center;
    }
    #info1 {
        grid-column: 1/6;
        grid-row: 1/1;
    }
    #info2 {
        grid-column: 6/10;
        grid-row: 1/1;
        display: flex;
        flex-direction: row;
    }
    #info3 {
        grid-column: 10/13;
        grid-row: 1/1;
        display: flex;
        flex-direction: row;
    }
    #titulo {
        font-size: 23px;
        line-height: 23px;
    }
    .textocorto {
        font-size: 13px;
        line-height: 15px;
        margin-top: 2px;
    }
    #porciento {
        width: 12px;
        height: 12px;
    }
    #textolotenum {
        font-size: 28px;
        line-height: 28px;
    }
    #textolotetex {
        font-size: 19px;
        line-height: 19px;
    }
    .flechasbarra{
        height: 44px;
    }
    .precionum {
        font-size: 54px;
        line-height: 54px;
    }
    .precionumero {
        font-size: 38px;
        line-height: 38px;
        font-weight: lighter;
    }
    .precioas {
        font-size: 18px;
    }
    #contsdacol {
        grid-template-columns: 100%;
    }
    #contpag {
        padding: 0 8%;
    }
    #conteconta {
        grid-template-columns: 40% 56%;
        gap: 4%
    }
    #subfooter {
        font-size: 16px;
    }
    .columnafooter{
        align-items: start;
    }
    #redessocs{
        justify-content: start;
    }
    .redessoc{
        width: 35px;
        height: 35px;
    }
    .footertitulo{
        font-size: 24px;
        display: initial;
    }
    #columnasfooter{
        grid-template-columns: 32% 35% 31%;
        gap: 1%;
    }
    #txtTab{
        font-size: 18px;
        line-height: 21px;
    }
    #colspatios{
        grid-template-columns: 48% 48%;
        gap: 4%;
    }
    #barra{
        height: 115px;
    }
    #favic{
        width: 26px;
        height: 26px;
    }
    #subastitulo{
        font-size: 24px;
    }
    .subassubtitulo{
        font-size: 15px;
    }
    #botonazul{
        padding: 10px 14px;
    }
    #textboton{
        font-size: 13px;
        line-height: 14px;
    }
    #fecha{
        font-size: 13px;
    }
    #segColmTitl{
        border: 1px solid #049edd;
        padding: 5px 6px;
        gap: 8px;
    }
}
@media(min-width: 1200px){
    .footertitulo {
        font-size: 26px;
    }
    .compartirtext {
        font-size: 17px;
    }
    .compartirRS {
        width: 22px;
        height: 22px;
        margin-left: 6px;
    }
    .trasladoboton {
        font-size: 20px;
    }
    #trasladotitle {
        font-size: 24px;
        line-height: 25px;
    }
    .proveniente {
        font-size: 20px;
    }
    #contubicaciones {
        font-size: 17px;
        gap: 16px;
    }
    .ubicacunidicon {
        width: 17px;
        height: 17px;
        margin-right: 3px;
    }
    #titulo {
        font-size: 28px;
        line-height: 28px;
    }
    .textocorto {
        font-size: 18px;
        line-height: 21px;
        margin-top: 2px;
    }
    #porciento {
        width: 18px;
        height: 18px;
    }
    #textolotenum {
        font-size: 35px;
        line-height: 35px;
    }
    #textolotetex {
        font-size: 24px;
        line-height: 24px;
    }
    .flechasbarra{
        height: 54px;
    }
    .precionum {
        font-size: 66px;
        line-height: 66px;
        font-weight: lighter;
    }
    .precionumero {
        font-size: 50px;
        line-height: 50px;
    }
    .precioas {
        font-size: 20px;
        line-height: 22px;
    }
    #botonfiltrosvd {
        display: none;
    }
    #contvd {
        grid-template-columns: 18% 80%;
        gap: 2%;
    }
    #contsdacol {
        grid-template-columns: 49% 49%;
        gap: 2%;
    }
    #columnasfooter{
        grid-template-columns: 32% 32% 32%;
        gap: 2%;
    }
    #txtTab{
        font-size: 21px;
        line-height: 24px;
    }
    #barra{
        height: 120px;
    }
    #favic{
        width: 32px;
        height: 32px;
    }
    #subastitulo{
        font-size: 29px;
    }
    .subassubtitulo{
        font-size: 18px;
    }
    #textboton{
        font-size: 16px;
        line-height: 17px;
    }
    #fecha{
        font-size: 16px;
    }
    #segColmTitl{
        padding: 7px;
    }
}
@media(min-width: 1536px){
    .compartirtext {
        font-size: 21px;
    }
    .compartirRS {
        width: 26px;
        height: 26px;
        margin-left: 8px;
    }
    .trasladoboton {
        font-size: 26px;
        border: 2px solid #049EDD;
    }
    #trasladotitle {
        font-size: 30px;
        line-height: 32px;
    }
    .proveniente {
        font-size: 25px;
    }
    #contubicaciones {
        font-size: 22px;
        gap: 16px;
    }
    .ubicacunidicon {
        width: 22px;
        height: 22px;
        margin-right: 4px;
    }
    #titulo {
        font-size: 34px;
        line-height: 34px;
    }
    .textocorto {
        font-size: 22px;
        line-height: 26px;
        margin-top: 2px;
    }
    #porciento {
        width: 22px;
        height: 22px;
    }
    #textolotenum {
        font-size: 40px;
        line-height: 40px;
    }
    #textolotetex {
        font-size: 29px;
        line-height: 29px;
    }
    .flechasbarra{
        height: 62px;
    }
    .precionum {
        font-size: 76px;
        line-height: 76px;
    }
    .precionumero {
        font-size: 64px;
        line-height: 64px;
    }
    .precioas {
        font-size: 24px;
        line-height: 26px;
    }
    #txtTab{
        font-size: 24px;
        line-height: 30px;
    }
    #barra{
        height: 140px;
    }
    #favic{
        width: 40px;
        height: 40px;
    }
    #subastitulo{
        font-size: 34px;
    }
    .subassubtitulo{
        font-size: 21px;
    }
    #textboton{
        font-size: 20px;
        line-height: 21px;
    }
    #fecha{
        font-size: 20px;
    }
    #segColmTitl{
        padding: 10px;
    }
}
#linebar {
    display: inline-block;
    width: 24%;
    height: 2px;
    background-color: #049edd;
    margin-bottom: 15px;
}
@media (max-width: 1450px) {
    #linebar {
        width: 34%;
    }
}
@media (max-width: 800px) {
    #linebar {
        width: 48%;
    }
}
@media (max-width: 667px){
    #linebar{
        width: 58%;
        height: 1px;
    }
}
@media (max-width: 415px){
    #linebar{
        width: 73%;
    }
}

#princaja {
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(12, 7.1vw);
    grid-template-rows: repeat(10, 3.2vw);
    gap: 4px;
}
@media(max-width: 435px){
    #princaja {
        grid-template-columns: repeat(7, 11.7vw);
        grid-template-rows: repeat(12, 11.7vw);
    }
}
#base1 {
    background: #000;
    grid-column: 1/6;
    grid-row: 1/11;
    overflow: hidden;
    position: relative;
}
@media (max-width: 435px){
    #base1{
        grid-column: 1/8;
        grid-row: 1/8;
    }
}
#base2 {
    background: #444;
    grid-column: 6/10;
    grid-row: 1/6;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}
@media (max-width: 435px){
    #base2{
        grid-column: 1/5;
        grid-row: 8/10;
    }
}
#base3 {
    background: #888;
    grid-column: 6/10;
    grid-row: 6/11;
    overflow: hidden;
    position: relative;
}
@media (max-width: 435px){
    #base3{
        grid-column: 1/5;
        grid-row: 10/13;
    }
}
#base4 {
    background: #bbb;
    grid-column: 10/13;
    grid-row: 1/7;
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
}
@media (max-width: 435px){
    #base4{
        grid-column: 5/8;
        grid-row: 8/11;
    }
}
#base5 {
    background: #eee;
    grid-column: 10/13;
    grid-row: 7/11;
    overflow: hidden;
    position: relative;
}
@media (max-width: 435px){
    #base5{
        grid-column: 5/8;
        grid-row: 11/13;
    }
}
#base6 {
    background: #eee;
    grid-column: 1/3;
    grid-row: 1/3;
    overflow: hidden;
    position: relative;
}
@media (max-width: 435px){
    #base6{
        grid-column: 5/8;
        grid-row: 11/13;
    }
}

.crtprinls {
    display: grid;
}
.crtprin {
    display: grid;
    grid-template-columns: 39% 59%;
    gap: 2%;
    align-items: center;
    background: linear-gradient(90deg, #B4B4B4, #FBFBFB, #DBDBDB, #FCFCFC, #DDDDDD);
    outline: 1px solid #02498E;
    outline-offset: -10px;
    margin: 4px 0;
}
.crtsec {
    display: inline-block;
    background: #fff;
    box-shadow: 3px 2px 5px #ccc;
    margin: 4px 14px 4px 0;
    border-radius: 6px;
    width: 250px;
}
.txtcrtprin {
    margin-bottom: unset;
    color: #0a0b10;
    width: 60%;
    display: inline-block;
}
.crtsecexp {
    border: none;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    box-shadow: 3px 2px 5px #ccc;
}
#contTrust {
    display: grid;
    grid-template-columns: 37% 28% 28%;
    gap: 3.5%;
    border-left: .8vw solid #049EDD;
    background: #fff;
    margin: 15px 8%;
    padding: 2%;
}
#botonregistro_n {
    color: #02498E;
    background: rgba(255,255,255,.5);
    padding: 3px;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid #049EDD;
}
.buttonCollapse {
    color: #fff;
    background: linear-gradient(180deg, rgba(2,73,142,.8), rgba(3,42,108,.8));
    width: 100%;
    border-radius: 2px;
    border: unset;
    margin: 2px 0;
    text-align: start;
    font-weight: lighter;
}
#relacionados {
    color: #02498E;
    font-style: italic;
    margin-bottom: unset;
    text-align: center;
    font-weight: lighter;
}
.abierto {
    transition: transform 1s;
    transform: rotate(0deg);
}
.cerrado {
    transition: transform 1s;
    transform: rotate(90deg);
}
.ayudaTexto {
    margin-bottom: unset;
    font-size: 23px;
    width: 100%;
    padding: 60px 0 25px 10px;
    color: #fff;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(2,73,142,.01), rgba(2,73,142,.4), rgba(2,73,142,.6), rgba(3,42,108,.8));
}
.ayudaTextoD {
    margin-bottom: unset;
    font-size: 23px;
    width: 100%;
    padding: 25px 0 60px 10px;
    color: #fff;
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, rgba(3, 42, 108, .8), rgba(2, 73, 142, .6), rgba(2, 73, 142, .4), rgba(2, 73, 142, .01));
}
.ver {
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity .5s;
}
.ver:hover {
    opacity: 1;
}
#img-sctb {
    width: 80px;
    margin-top: -2px;
}
@media (max-width: 1200px){
    #img-sctb {
        width: 70px;
        margin-top: -2px;
    }
}
@media (max-width: 900px){
    #img-sctb {
        width: 60px;
        margin-top: -2px;
    }
}
@media (max-width: 600px){
    #img-sctb {
        width: 70px;
    }
}
@media (min-width: 1px){
    #relacionados {
        font-size: 18px;
        margin-top: 0;
    }
    .buttonCollapse {
        font-size: 16px;
        padding: 8px;
    }
    .textTrust{
        font-size: 11px;
        line-height: 12px;
        color: #02498E;
        font-weight: lighter;
        margin-bottom: unset;
    }

    .crtprin {
        outline: 1px solid #02498E;
        outline-offset: -4px;
    }
    .txtcrtprin {
        font-size: 12px;
        line-height: 13px;
        text-align: center;
        padding: 5px;
    }
    .convcat {
        margin-bottom: unset;
        color: #049EDD;
        font-size: 10px;
        line-height: 11px;
        font-weight: lighter;
    }
}
@media (min-width: 600px){
    #relacionados {
        font-size: 23px;
    }
    .buttonCollapse {
        font-size: 18px;
        padding: 12px 8px;
    }
    .textTrust{
        font-size: 18px;
        line-height: 19px;
    }
    .crtprin {
        outline: 1px solid #02498E;
        outline-offset: -8px;
    }
    .txtcrtprin {
        font-size: 13px;
        line-height: 14px;
    }
    .convcat {
        font-size: 15px;
        line-height: 16px;
    }

}
@media (min-width: 900px){
    #relacionados {
        font-size: 26px;
    }
    .buttonCollapse {
        font-size: 19px;
        padding: 12px 8px;
    }
    .textTrust{
        font-size: 24px;
        line-height: 27px;
    }
    .crtprinls {
        grid-template-columns: 23.8% 23.8% 23.8% 23.8%;
        gap: 1.5%;
    }
    .crtprin {
        outline: 1px solid #02498E;
        outline-offset: -7px;
    }
    .convcat {
        font-size: 13px;
        line-height: 14px;
    }
}
@media (min-width: 1200px){
    #relacionados {
        font-size: 30px;
    }
    .buttonCollapse {
        font-size: 21px;
        padding: 14px 8px;
    }
    .textTrust{
        font-size: 30px;
        line-height: 34px;
    }
    .crtprin {
        outline: 1px solid #02498E;
        outline-offset: -9px;
    }
    .convcat {
        font-size: 18px;
        line-height: 19px;
    }
}
@media (min-width: 1536px){
    #relacionados {
        font-size: 38px;
    }
    .buttonCollapse {
        font-size: 23px;
        padding: 15px 8px;
    }
    .textTrust{
        font-size: 38px;
        line-height: 42px;
    }
    .crtprin {
        outline: 1px solid #02498E;
        outline-offset: -10px;
    }
    .convcat {
        font-size: 19px;
        line-height: 19px;
    }
}