.title-user {
    color: #02498E;
    font-size: 40px;
    font-weight: lighter;
}
.titulo-accordion {
    background: #02498E;
    color: #fff;
    border-radius: 6px;
}
.btn-accordion {
    width: 100%;
    text-align: start;
    padding: 10px 14px;
    color: #fff;
    background: unset;
    border: unset;
}
.cont-car-conta {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #02498E;
}
#carouselExampleControlsNoTouching {
    display: flex;
    flex-direction: row;
    border: 1px solid #02498E;
    border-radius: 6px;
    align-items: center;
}
.slide-prev-next {
    padding: 0 8px;
}
.heads-filtros {
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
}
.btn-registro-subasta {
    font-weight: lighter;
    color: #02498E;
    background: rgba(255,255,255,.5);
    border-radius: 30px;
    padding: 4px 4px 4px 8px;
    text-decoration: none;
    border: 1px solid #049EDD;
    box-shadow: 3px 3px 5px #bbb;
}
.btn-registro-lote {
    margin-left: 3px;
    font-weight: lighter;
    color: #02498E;
    background: rgba(255,255,255,.5);
    border-radius: 30px;
    padding: 2px 2px 2px 4px;
    text-decoration: none;
    border: 1px solid #049EDD;
    box-shadow: 3px 3px 5px #bbb;
}
.valoracion {
    width: 65px;
    height: 65px;
}
.texto-estatico {
    color: #fff;
    margin-top: 20px;
    font-size: 30px;
    font-weight: lighter;
    font-family: "Avenir Next", Roboto, sans-serif;
}
.titulo-reputacion {
    color: #fff;
    font-size: 40px;
    font-family: "Avenir Next", Roboto, sans-serif;
}
.texto-variable {
    color: #fff;
    background: rgba(255,255,255, .1);
    font-size: 35px;
    font-family: "Avenir Next", Roboto, sans-serif;
    padding: 15px;
    border-radius: 20px;
    display: inline-block;
}
.punto-ind {
    box-shadow: 1px 3px 8px #bbb;
    border-radius: 12px;
    padding: 2.5vw;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#carouselPuntos {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.prevnextPuntos {
    color: #049EDD;
}
.titlePunto {
    color: #333;
    font-size: 35px;
    text-align: center;
    font-weight: lighter;
    margin-top: 10px;
}
.contenidoPunto {
    font-size: 25px;
    font-weight: lighter;
    color: #333;
    text-align: center;
    margin-top: 10px;
}
.prevnextPunto {
    background: #fff;
    border: unset;
    border-radius: 40px;
    box-shadow: 1px 3px 4px #bbb;
    padding: 6px 10px 4px 10px;
}
.contOpiniones {
    color: #333;
    font-size: 35px;
    font-weight: lighter;
    text-align: center;
}
.contValoracionesInd{
    display: flex;
    flex-direction: row;
    gap: 2px;
    justify-content: center;
}
.valoracionesInd {
    border: 2px solid #ececec;
    border-radius: 16px;
    padding: 6px 10px;
    font-size: 16px;
    color: #333;
}
.comentario {
    border: 2px solid #ececec;
    border-radius: 16px;
    padding: 12px 12px 10px 12px;
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
}
.fotoslateral {
    position: absolute;
    width: 100%;
    overflow: scroll;
    height: 75px;
    left: 4px;
    bottom: 6px;
    display: flex;
    flex-direction: row;
    gap: 4px;
}
.fotolateral {
    background: #FFF;
    margin-bottom: 6px;
    opacity: .6;
    transition: opacity .4s;
    border: 1px solid #fff;
    display: inline-block;
    overflow: hidden;
}
.fotolateral:hover {
    opacity: 1;
    transition: opacity .4s;
}
.fotoslateralsec {
    position: absolute;
    height: 100%;
    overflow: scroll;
    width: 80px;
    right: 4px;
    top: 6px;
}
.fotolateralsec {
    background: #FFF;
    opacity: .6;
    transition: opacity .4s;
    border: 1px solid #fff;
    overflow: hidden;
}
.fotolateralsec:hover {
    opacity: 1;
    transition: opacity .4s;
}
@media (min-width: 0px){
    .fotoslateral {
        height: 60px;
    }
    .fotolateralsec {
        display: none;
    }
    .fotolateral {
        width: 80px;
        height: 60px;
    }
    .valoracion {
        width: 65px;
        height: 65px;
    }
    .btn-registro-subasta {
        font-size: 12px;
    }
    .registro-icon {
        padding: 4px;
    }
    .registro-icon-ba {
        padding: 2px;
        width: 18px;
        height: 18px;
    }
    .fondo-boton {
        height: 28px;
    }
    #segcolbts {
        gap: 6px;
    }
}
@media (min-width: 600px){
    .fotolateral {
        width: 80px;
        height: 60px;
    }
    .btn-registro-subasta {
        font-size: 15px;
    }
    .registro-icon {
        padding: 4px;
    }
    .registro-icon-ba {
        padding: 2px;
        width: 22px;
        height: 22px;
    }
    .fondo-boton {
        height: 35px;
    }
    #segcolbts {
        gap: 8px;
    }
}
@media (min-width: 900px){
    .fotoslateral {
        height: 75px;
    }
    .fotolateralsec {
        display: inline-block;
        width: 80px;
        height: 60px;
    }
    .fotolateral {
        width: 100px;
        height: 75px;
    }
    .valoracion {
        width: 90px;
        height: 90px;
    }
    .btn-registro-lote {
        padding: 4px 4px 4px 8px;
    }
    .btn-registro-subasta {
        font-size: 17px;
    }
    .registro-icon {
        padding: 6px;
    }
    .registro-icon-ba {
        padding: 3px;
        width: 26px;
        height: 26px;
    }
    .fondo-boton {
        height: 44px;
    }
    #segcolbts {
        gap: 10px;
    }
}
@media (min-width: 1200px){
    .valoracion {
        width: 120px;
        height: 120px;
    }
    .ba-lateral {
        max-width: 295px;
    }
    .btn-registro-lote {
        padding: 5px 5px 5px 8px;
    }
    .btn-registro-subasta {
        font-size: 20px;
    }
    .registro-icon {
        padding: 8px;
    }
    .registro-icon-ba {
        padding: 3px;
        width: 30px;
        height: 30px;
    }
    .fondo-boton {
        height: 54px;
    }
    #segcolbts {
        gap: 13px;
    }
}
@media (min-width: 1536px){
    .btn-registro-subasta {
        font-size: 24px;
    }
    .registro-icon {
        padding: 10px;
    }
    .registro-icon-ba {
        padding: 5px;
        width: 34px;
        height: 34px;
    }
    .fondo-boton {
        height: 62px;
    }
    #segcolbts {
        gap: 16px;
    }
}
.registro-icon {
    background: linear-gradient(-45deg, rgb(6,123,179), rgb(8,157,217), rgb(8,157,217));
    color: #fff;
    border-radius: 30px;

}
.registro-icon-ba {
    background: linear-gradient(-45deg, rgb(6,123,179), rgb(8,157,217), rgb(8,157,217));
    color: #fff;
    border-radius: 30px;

}
.fondo-boton {
    background: linear-gradient(-45deg, rgb(6,123,179), rgb(8,157,217), rgb(8,157,217));
    padding: 0;
    border-radius: 14px;
    box-shadow: 2px 3px 3px #ccc;
    transition: box-shadow .4s;
}
.fondo-boton:hover {
    transition: box-shadow .4s;
    box-shadow: 2px 3px 5px #aaa;
}
#segcolbts {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.activo {
    color: #049EDD;
}
.inactivo {
    color: #049EDD;
    opacity: .4;
}
#cont-substs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid #02498E;
    border-radius: 10px;
    padding: 8px 0;
}
.list-compartir {
    list-style-type: none;
    padding: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.list-compartir a {
    color: #02498E;
}
.fa-facebook {
    color: #3b5998;
}
.fa-twitter {
    color: #049edd;
}
.fa-whatsapp {
    color: #59CE72;
}
.fa-envelope {
    color: #BB001B;
}
.comienza {
    display: flex;
    justify-content: center;
    color: #02498E;
    padding-top: 6px;
    font-weight: lighter;
    font-size: 22px;
    text-align: center;
}
.btns-collapse {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.head-formas-pago {
    min-width:200px;
    color: #fff;
    font-weight: normal;
}
#guardarFormasPago {
    color: #fff;
    background: #00cc96;
    font-size: 12px;
    font-weight: normal;
    padding: 16px;
    border-radius: 2px;
    display: inline-block;
    min-width: 106px;
    border: unset;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.campo-pago {
    max-width: 150px;
    font-size: 12px;
    padding: .2rem;
    background: rgba(255,255,255,.9);
    border-radius: 6px;
    border: unset;
}
.card-pago {
    background: linear-gradient(-230deg, rgba(2,73,142,.8), rgba(3,42,108,.9));
    padding: 20px;
    min-width: 290px;
    border-radius: 12px;
    margin: 10px 0;
    box-shadow: 2px 3px 6px #aaa;
}
.lineas-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.media-card {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 14px 0;
}
.text-card {
    margin-bottom: unset;
    color: #fff;
    font-weight: lighter;
}
.btn-eliminar {
    border-radius: 6px;
    background: #E00713;
    color: #FFF;
    box-shadow: 2px 2px 3px #004075;
    padding: 4px 9px;
}

@media (min-width: 1px) {
    #btn-subasta-titl {
        color: #02498E;
        font-size: 8px;
    }
    .content-body {
        margin-top: 45px;
    }
}
@media (min-width: 375px) {
    #btn-subasta-titl {
        font-size: 10px;
    }
}
@media (min-width: 600px) {
    #btn-subasta-titl {
        font-size: 12px;
    }
}
@media (min-width: 850px) {
    .content-body {
        margin-top: 80px;
    }
}
@media (min-width: 900px) {
    #btn-subasta-titl {
        font-size: 15px;
    }
}
@media (min-width: 1200px) {
    #btn-subasta-titl {
        font-size: 18px;
    }
}
@media (min-width: 1440px) {
    .content-body {
        margin-top: 100px;
    }
}
@media (min-width: 1536px) {
    #btn-subasta-titl {
        font-size: 22px;
    }
}
