#sub-menu{
    height: 75px;
}
.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
}
.poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
}
.poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}
.poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}
.poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
}
.poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
}
.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
}
.poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}
.poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
}
.poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
}
.poppins-extralight-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
}




.grow-manual{
    animation-name: entrada;
    view-timeline-name: --image;
    view-timeline-axis: block;
    animation-timeline: --image;
    animation-range: entry 60% cover 75%;
    animation-fill-mode: both;
}
.grow {
    animation-name: entrada;
    view-timeline-name: --image;
    view-timeline-axis: block;
    animation-timeline: --image;
    animation-range: entry 10% cover 100%;
    animation-fill-mode: both;
}
@keyframes entrada {
    from{
        opacity: 0.4;
        scale: 80%;
    }
    to{
        opacity: 1;
        scale: 100%;
    }
}
.bannerCar {
    position: absolute;
}
@media (min-width: 1px){
    .logoBTES{
        width: 140px
    }
}
@media (min-width: 1024px){
    .logoBTES{
        width: 160px
    }
}
@media (min-width: 1440px){
    .logoBTES{
        width: 200px
    }
    #sub-menu{
        height: 95px;
    }
}


.data-contact{
    background: rgba(2,73,142,.8);
    border-radius: 2px;
}
.txt-s-contact {
    color: #fff;
    font-weight: lighter;
}
.txt-contact{
    color: #fff;
    font-weight: lighter;
}
.principalTxt{
    color: #fff;
    font-weight: bolder;
}
.contPtxt {
    position: absolute;
    left: 10%;
    padding-right: 10%;
}
.secondaryTxt {
    color: #bbb;
}
.principalBtn {
    background: #02498e;
    padding: 10px 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    border: none;
    letter-spacing: 3px;
    transition: background .4s;
}
.principalBtn:hover {
    transition: background .4s;
    color: #0a0b10;
    background: #fff;
}
.ttlSubasta{
    color: #0a0b10;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    margin-bottom: 20px;
}
.barraSubTitulo {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #001939;
    color: #fff;
    padding: 10px 8%;
}
.btnNextPrevST {
    color: #fff;
    background: unset;
    box-shadow: 1px 2px 4px #35c4ff;
    border: 1px solid  #1d6785;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2px 9%;
}
.txtBtnAnimate {
    display: inline-block;
    margin-bottom: 0;
    width: 0;
    overflow: hidden;
    transition: width .4s;
}
.txtBtnAnimate:hover {
    transition: width .4s;
    width: 40px;
}
.barraTxtContent {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}
.barraTxtLink {
    transition: color .2s;
    color: #999;
}
.barraTxtLink:hover {
    transition: color .2s;
    color: #d8d8d8;
}
.financingTxt {
    color: #0a0b10;
    font-size: 9px;
    line-height: 10px;
    text-align: end;
}
.warranty {
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}
.outPrice {
    color: #0a0b10;
    margin-bottom: unset;
    text-align: right;
}
.reservoirTxt {
    margin-bottom: 0;
    letter-spacing: 1px;
    text-align: right;
}
.priceTxt {
    color: #000;
    font-weight: bold;
    margin-bottom: unset;
}
.nameTxt {
    color: #0a0b10;
    margin-bottom: 4px;
}
.cardBox {
    padding: 15px;
    box-shadow: 2px 2px 6px #ddd;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: row;
    gap:2%;
}
.btnSubasta {
    text-transform: uppercase;
    color: #0a0b10;
    border: 2px solid #0a0b10;
    transition: background .4s;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
}
.btnBoxSubasta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 30px 0;
}
.btnSubasta:hover {
    transition: background .4s;
    color: #fff;
    background: #02498e;
    border: 2px solid #02498e;
    letter-spacing: 4px;
}
.trendingBoxCard {
    position: relative;
}
.regularPrice {
    color: #02498e;
}
.lTxtSimple {
    color: #4b4b4b;
    font-size: 11px;
}
.lTxtDinamico {
    color: #0a0b10;
    font-weight: bold;
    font-size: 11px;
}
.btnUndLote {
    border-radius: 50px;
    padding: 8px;
    font-size: 15px;
    line-height: 14px;
    display: inline-block;
}
.subtiLoteVC {
    color: #0a0b10;
    font-weight: bold;
}
.divisionGris {
    background: #cad7ea;
    width: 100%;
    height: 1px;
    margin: 10px 0;
}
.blueTable .divisionGris {
    opacity: 0.3;
}
.imgCatLote {
    display: inline-block;
    margin-right: 10px;
}
.imgSelfPositioned {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: 50% 100%;
    overflow: hidden;
    border-radius: 6px;
}
.catFotoTxt {
    text-transform: uppercase;
    text-align: center;
}
.blueTable {
    background: #191c2b;
    border-radius: 10px;
    padding: 20px;
}
.txtInfoL {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
}
.txtStaticInfo {
    color: #fff;
    font-weight: lighter;
}
.txtVarblInfo {
    color: #049edd;
    font-weight: lighter;
}
.btnGoRC {
    background: #fff;
    color: #191c2b;
    border-radius: 30px;
    padding: 2px;
    width: 26px;
    height: 26px;
    text-align: center;
}
.collapseBtnL {
    color: #000;
    font-weight: bold;
    border-radius: 10px;
    border: unset;
    margin: 10px 0;
    text-align: start;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 4px 3px 3px #e9e9e9;
    background: #fff;
}
.collapseBtnL.open {
    background: #049edd;
    transition: background 0.4s;
}
.collapseBtnL.collapsed {
    background: #fff;
    transition: background 0.4s;
}
.collapseBtnL i {
    transition: transform .4s;
}
.btn-seguro {
    border: none;
    background: unset;
    color: #049edd;
    padding: 20px 0;
}


@media (min-width: 1px){
    .btnNextPrevST {
        width: 35px;
        height: 35px;
    }
    .collapseBtnL {
        font-size: 15px;
        padding: 10px;
    }
    .txtStaticInfo {
        font-size: 16px;
        line-height: 16px;
    }
    .txtVarblInfo {
        font-size: 16px;
        line-height: 16px;
    }
    .catFotoTxt {
        font-size: 11px;
        margin: 8px 0;
    }
    .subtiLoteVC {
        font-size: 16px;
    }
    .trendingBoxCard {
        width: 280px;
        height: 196px;
    }
    .trendingCardLote {
        padding: 4px 6px;
    }
    .trendingCardPrice {
        font-size: 15px;
        line-height: 15px;
    }
    .trendingCardName {
        font-size: 12px;
        line-height: 12px;
    }
    .trendingCardtxt {
        font-size: 8px;
        line-height: 8px;
    }
    .trendingCardNameCompl {
        font-size: 10px;
        line-height: 10px;
    }
}
@media (min-width: 500px){
    .trendingBoxCard {
        width: 400px;
        height: 280px;
    }
    .trendingCardLote {
        padding: 5px 8px;
    }
    .trendingCardPrice {
        font-size: 20px;
        line-height: 20px;
    }
    .trendingCardName {
        font-size: 15px;
        line-height: 15px;
    }
    .trendingCardtxt {
        font-size: 10px;
        line-height: 10px;
    }
    .trendingCardNameCompl {
        font-size: 12px;
        line-height: 12px;
    }
}
@media (min-width: 730px){
    .btnNextPrevST {
        width: 45px;
        height: 45px;
    }
    .trendingBoxCard {
        width: 600px;
        height: 420px;
    }
    .trendingCardLote {
        padding: 6px 10px;
    }
    .trendingCardPrice {
        font-size: 26px;
        line-height: 26px;
    }
    .trendingCardName {
        font-size: 18px;
        line-height: 18px;
    }
    .trendingCardtxt {
        font-size: 12px;
        line-height: 12px;
    }
    .trendingCardNameCompl {
        font-size: 15px;
        line-height: 15px;
    }
}

.trendingCardCar {
    position: absolute;
    bottom: 20%;
    right: 23%;
    width: 54%;
}
.trendingCardLote {
    position: absolute;
    top: 5%;
    right: 3%;
    background: #02498e;
    color: #fff;
    border-radius: 4px;
}
.trendingCardData {
    background: linear-gradient(180deg, rgba(3,42,108,.7), #0a0b10);
    border-radius: 0 0 12px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 3%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.trendingCardPrice {
    color: #eee;
    font-weight: bold;
    text-align: end;
    margin-bottom: 6px;
    letter-spacing: 1px;
}
.trendingCardName {
    color: #eee;
    font-weight: bold;
    margin-bottom: 6px;
}
.trendingCardNameCompl {
    color: #aaa;
    margin-bottom: 6px;
}
.trendingCardtxt {
    color: #eee;
    margin-bottom: 6px;
    font-weight: lighter;
}
.templateCards{
    display: grid;
    margin: 20px 0;
    justify-content: center;
}
.btnBoxSeeMore {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.decorationLine {
    flex: 1;
    background: #0a0b10;
    width: 100%;
    max-width: 150px;
    transition: background .4s;
}
.btnBoxSeeMore:hover .decorationLine {
    transition: background .4s;
    background: #049edd;
}
.btnSeeMore {
    color: #0a0b10;
    transition: color .4s;
}
.btnBoxSeeMore:hover .btnSeeMore {
    transition: color .4s;
    color: #049edd;
}
.generalTitle {
    color: #0a0b10;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    font-size: 18px;
}
#login-form label {
    display: none;
}
#form-signup label {
    display: none;
}
#login-form .form-control {
    font-size: 12px;
    color: #aaa;
}
#form-signup .form-control {
    font-size: 12px;
    padding: 0 14px;
    color: #aaa;
}
#form-signup .form-group {
    margin: 0;
}
#login-form .form-group {
    margin: 0;
}
#form-signup .invalid-feedback {
    display: none;
}
#login-form .invalid-feedback {
    display: none;
}
#form-signup .is-invalid {
    border: none;
    color: #dc3545;
}
#login-form .is-invalid {
    border: none;
    color: #dc3545;
}
#form-signup .is-invalid:focus {
    box-shadow: unset;
}
#login-form .is-invalid:focus {
    box-shadow: unset;
}
#form-signup .is-valid {
    border: none;
}
#login-form .is-valid {
    border: none;
}
#form-signup .is-valid:focus {
    box-shadow: unset;
}
#login-form .is-valid:focus {
    box-shadow: unset;
}
.submitLogin {
    color: #fff;
    background: #049edd;
    width: 100%;
    padding: 16px 0;
    letter-spacing: 3px;
    border: unset;
    border-radius: 2px;
    font-size: 13px;
}
.loginTxt {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.decorationLineGray {
    flex: 1;
    background: #aaa;
    width: 100%;
    height: 1px;
}
.loginIndct {
    color: #aaa;
    text-align: center;
    margin: 20px 10px;
    font-size: 12px;
}
.advertencia {
    color: #dc3545;
    background: #f5f8ff;
    border-radius: 2px;
    padding: 14px;
    margin: 10px 0;
}
.signupField {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 15px;
}
.paymentField .form-control {
    border: unset;
    box-shadow: unset;
    background: unset;
    color: #999;
}
.paymentField .form-control:focus {
    background: #f5f8ff;
}
.paymentField .btn-file {
    background: #f5f8ff;
    color: #0a0b10;
    border-radius: 2px;
    border: none;
}
.completeField {
    margin: 8px 0;
    background: #fff;
    padding: 16px;
    border-radius: 10px;
}
.caja-de-compra {
    padding: 15px;
    box-shadow: 2px 2px 6px #ccc;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    margin: 10px auto;
}
.head-cuenta {
    color: #fff;
    margin: 0;
    font-weight: lighter;
}
.inf-basica .form-control {
    border: none;
    border-radius: unset;
    height: 20px;
    padding: 0;
    color: #7c8ba1;
    font-size: 13px;
}
.inf-basica label {
    color: #0a0b10;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 0;
}
.inf-basica .btn {
    color: #fff;
    background: #02498e;
    border-radius: 8px;
    font-weight: lighter;
}
.inf-basica input.form-control {
    padding: 0;
    border-bottom: 1px solid #cbedfb;
    color: #049edd;
}
.inf-basica select.form-control {
    padding: 0;
    border-bottom: 1px solid #cbedfb;
    color: #049edd;
}
.inf-basica .form-group {
    margin-bottom: 4px;
}
.profileSaveButton {
    background: #00cc96;
    padding: 8px 20px;
    border: unset;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-size: 11px;
    width: 100%;
    max-width: 500px;
}
.subti_finan-vd {
    color: #02498e;
    text-transform: uppercase;
}
.valor_finan_vd {
    color: #02498e;
    font-weight: bold;
}
.barra_movil_child {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.etiquetasPerfil {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px;
    color: #0a0b10;
}
.guardadoPerfil {
    color: #7c8ba1;
    font-weight: 100;
    font-size: 14px;
    line-height: 14px;
    padding-top: 5px;
}
.editarPerfilBtn {
    width: 100%;
    margin: 15px 0;
    border: 2px solid #000;
    padding: 8px 20px;
    background: unset;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
}
.barra_movil {
    animation-name: giroInfo;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in;
    animation-delay: 1s;
}
.barra_movil:hover {
    animation-play-state: paused;
}
@keyframes giroInfo {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-80%);
    }
}
#barrapreciointerna {
    overflow: hidden;
}
.btn-financiamiento {
    width: 100%;
    background: #00cc96;
    border: unset;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 10px 0;
    margin: 15px 0;
}
.name_info_financing {
    color: #049edd;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 0;
}
.cont_contct_financing {
    display: flex;
    width: 100%;
}
.unit_contct_financing {
    display: flex;
    flex-direction: column;
    margin-top: 14px;
}
.ornament_name {
    width: 50px;
    height: 2px;
    background: #02498e;
    margin: 4px 0 6px 0;
}
.info_unit_cont {
    color: #888;
    font-size: 13px;
}
#hambur .dropdown-toggle::after {
    display: none;
}
#sub-menu .dropdown-toggle::after {
    display: none;
}
.fechasSiguienteSub {
    background: #daf2fc;
    display: inline-block;
    padding: 6px 20px;
    margin: 10px 0 12px 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #0a0b10;
}
.baseProxSubstr {
    padding: 15px;
    box-shadow: 2px 2px 6px #ccc;
    border-radius: 14px;
    border: 1px solid #f0f0f0;
    margin: 10px 0;
}
.fancybox-active .fancybox-thumbs {
    background: unset;
    padding: 2px 2px 4px 6px;
}
.fancybox-active .fancybox-thumbs ul li {
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #222;
}
.fancybox-active .fancybox-content {
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #222;
}






@media (min-width: 1px){
    .warranty {
        padding: 4px 6px;
        border-radius: 2px;
    }
    .fechasSiguienteSub {
        font-size: 10px;
    }
    .baseProxSubstr {
        width: 260px;
    }
    .cont_contct_financing {
        flex-direction: column;
    }
    .subti_finan-vd {
        font-size: 10px;
        line-height: 10px;
        letter-spacing: 0;
    }
    .valor_finan_vd {
        font-size: 14px;
    }
    .icons-cuenta {
        width: 25px;
        margin-right: 8px;
    }
    .head-cuenta {
        font-size: 18px;
    }
    .warrantyDos {
        padding: 4px 6px;
        font-size: 12px;
        line-height: 12px;
    }
    .financingTxtdos {
        font-size: 10px;
    }
    .caja-de-compra {
        width: 300px;
    }
    .logosFooterCompleto {
        display: none;
    }
    .logosFooterReduced {
        display: initial;
    }
    .btnBoxSeeMore {
        gap: 10px;
        margin-bottom: 20px;
    }
    .decorationLine {
        height: 2px;
    }
    .templateCards{
        grid-template-columns: repeat(1,1fr);
    }
    .guardaBordes {
        padding: 0 3%;
    }
    .btnBoxSubasta {
        padding: 0 3%;
    }
    .btnSubasta {
        width: 100%;
        padding: 10px 0;
        font-size: 14px;
    }
    .reservoirTxt {
        font-size: 8px;
        line-height: 8px;
    }
    .outPrice {
        font-size: 8px;
        line-height: 8px;
    }
    .priceTxt {
        font-size: 12px;
        line-height: 12px;
    }
    .nameTxt {
        font-size: 10px;
        line-height: 11px;
    }
    .pdivisionBox1 {
        width: 36%;
    }
    .pdivisionBox2 {
        width: 62%;
    }
    .sdivisionBox1 {
        width: 58%;
    }
    .sdivisionBox2 {
        width: 40%;
    }
    .cardBox {
        width: 100%;
        min-width: 280px;
        margin: 15px 0;
        max-width: 600px;
    }
    .barraTxtContent {
        font-size: 10px;
    }
    .ttlSubasta{
        font-size: 14px;
        margin: 1.8rem 0;
        letter-spacing: 3px;
    }
    .secondaryTxt {
        font-size: 14px;
    }
    .contPtxt {
        bottom: 4%;
    }
    .principalTxt{
        font-size: 32px;
        line-height: 35px;
    }
    .bannerCar{
        top: 20%;
        left: 10%;
        width: 80%;
    }
    .data-contact {
        grid-column: 1/3;
    }
    .txt-main-seccion {
        font-size: 19px;
        line-height: 18px;
    }
    .txt-secondary-seccion {
        font-size: 11px;
        margin-bottom: 5px;
    }
    .btn-info{
        font-size: 10px;
        padding: 2px 4px;
    }
    .main-columnone {
        width: 40%;
    }
    .main-columntwo {
        width: 57%;
    }
    .base-seccion {
        padding: 0 8% 5px 8%;
    }
    .txt-contact{
        font-size: 17px;
        margin-bottom: 0;
    }
    .icon-contact{
        width: 10px;
        margin-right: 6px;
    }
    .txt-s-contact {
        font-size: 9px;
        margin-bottom: 0.1rem;
    }
    .data-contact {
        padding: 8px;
    }
}
@media(min-width:375px) {
    .guardaBordes {
        padding: 0 8%;
    }
    .btnBoxSubasta {
        padding: 0 8%;
    }
}
@media (min-width: 500px){
    .fechasSiguienteSub {
        font-size: 12px;
    }
    .baseProxSubstr {
        width: 300px;
    }
    .cont_contct_financing {
        flex-direction: row;
        gap: 20px;
    }
    .subti_finan-vd {
        font-size: 12px;
        line-height: 13px;
    }
    .valor_finan_vd {
        font-size: 16px;
    }
    .icons-cuenta {
        width: 35px;
    }
    .head-cuenta {
        font-size: 22px;
    }
    .warrantyDos {
        padding: 5px 6px;
        font-size: 13px;
        line-height: 13px;
    }
    .financingTxtdos {
        font-size: 11px;
    }
    .caja-de-compra {
        width: 320px;
    }
    .btnBoxSeeMore {
        gap: 12px;
    }
    .btnSubasta {
        padding: 15px 0;
    }
    .priceTxt {
        font-size: 16px;
        line-height: 16px;
    }
    .nameTxt {
        font-size: 12px;
        line-height: 13px;
    }
    .pdivisionBox1 {
        width: 35%;
    }
    .pdivisionBox2 {
        width: 63%;
    }
    .sdivisionBox1 {
        width: 64%;
    }
    .sdivisionBox2 {
        width: 34%;
    }
    .cardBox {
        margin: 20px 0;
    }
    .ttlSubasta{
        font-size: 20px;
    }
    .secondaryTxt {
        font-size: 16px;
    }
    .contPtxt {
        bottom: 6%;
    }
    .bannerCar{
        top: 20%;
        left: 15%;
        width: 70%;
    }
    .txt-main-seccion {
        font-size: 24px;
        line-height: 22px;
    }
    .txt-secondary-seccion {
        font-size: 14px;
    }
    .btn-info{
        font-size: 11px;
        padding: 3px 6px;
    }
    .base-seccion {
        padding: 0 8% 10px 8%;
    }
    .txt-contact{
        font-size: 21px;
        margin-bottom: 5px;
    }
    .icon-contact{
        width: 12px;
        margin-right: 6px;
    }
    .txt-s-contact {
        font-size: 11px;
        margin-bottom: 0.6rem;
    }
    .data-contact {
        padding: 12px;
    }
}
@media (min-width: 700px) {
    .bannerCar{
        top: 18%;
        width: 55%;
    }
}
@media (min-width: 768px){
    .valor_finan_vd {
        font-size: 18px;
    }
    .subti_finan-vd {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1px;
    }
    .icons-cuenta {
        width: 45px;
    }
    .head-cuenta {
        font-size: 25px;
    }
    .warrantyDos {
        padding: 6px 7px;
        font-size: 14px;
        line-height: 14px;
    }
    .financingTxtdos {
        font-size: 12px;
    }
    .caja-de-compra {
        width: 380px;
    }
    .btnBoxSeeMore {
        gap: 14px;
        margin-bottom: 25px;
    }
    .btnSubasta {
        font-size: 18px;
    }
    .reservoirTxt {
        font-size: 10px;
        line-height: 10px;
    }
    .outPrice {
        font-size: 10px;
        line-height: 10px;
    }
    .priceTxt {
        font-size: 20px;
        line-height: 20px;
    }
    .nameTxt {
        font-size: 15px;
        line-height: 17px;
        font-weight: lighter;
    }
    .pdivisionBox1 {
        width: 30%;
    }
    .pdivisionBox2 {
        width: 68%;
    }
    .sdivisionBox1 {
        width: 64%;
    }
    .sdivisionBox2 {
        width: 34%;
    }
    .barraTxtContent {
        font-size: 11px;
    }
    .ttlSubasta{
        font-size: 26px;
    }
    .secondaryTxt {
        font-size: 18px;
    }
    .principalTxt{
        font-size: 36px;
        line-height: 39px;
    }
    .contPtxt {
        bottom: 8%;
    }
    .txt-main-seccion {
        font-size: 30px;
        line-height: 28px;
    }
    .txt-secondary-seccion {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .btn-info{
        font-size: 14px;
        padding: 4px 8px;
    }
    .main-columnone {
        width: 43%;
    }
    .main-columntwo {
        width: 54%;
    }
    .base-seccion {
        padding: 0 8% 15px 8%;
    }
    .txt-contact{
        font-size: 26px;
        margin-bottom: 8px;
    }
    .icon-contact{
        width: 15px;
        margin-right: 6px;
    }
    .txt-s-contact {
        font-size: 14px;
        margin-bottom: 0.8rem;
    }
    .data-contact {
        padding: 18px;
    }
}
@media (min-width: 900px) {
    .bannerCar{
        top: 16%;
        left: 15%;
        width: 50%;
    }
    .logosFooterReduced {
        display: none;
    }
    .logosFooterCompleto {
        display: initial;
    }
    .imgLogoFooter {
        max-width: 220px;
    }
}
@media (min-width: 992px) {
    .warranty {
        padding: 4px 4px;
        border-radius: 4px;
    }
    .templateCards {
        align-items: stretch;
        grid-template-columns: repeat(3, 1fr);
    }
    .cardBox {
        max-width: 800px;
    }
}
@media (min-width: 1024px){
    .btnNextPrevST {
        width: 50px;
        height: 50px;
    }
    .fechasSiguienteSub {
        font-size: 14px;
    }
    .baseProxSubstr {
        width: 320px;
    }
    .valor_finan_vd {
        font-size: 20px;
    }
    .subti_finan-vd {
        font-size: 16px;
        line-height: 18px;
    }
    .icons-cuenta {
        width: 50px;
    }
    .head-cuenta {
        font-size: 28px;
    }
    .warrantyDos {
        padding: 6px 8px;
        font-size: 16px;
        line-height: 16px;
    }
    .financingTxtdos {
        font-size: 14px;
    }
    .priceTxtdos {
        font-size: 24px;
        line-height: 24px;
    }
    .outPricedos {
        font-size: 12px;
        line-height: 13px;
    }
    .nameTxtdos {
        font-size: 18px;
        line-height: 19px;
    }
    .caja-de-compra {
        width: 450px;
    }
    .btnBoxSeeMore {
        gap: 20px;
        margin-bottom: 35px;
    }
    .btnSeeMore {
        letter-spacing: 3px;
        font-size: 20px;
        font-weight: bold;
    }
    .decorationLine {
        height: 3px;
    }
    .cardBox {
        margin: 24px 0;
    }
    .btnSubasta {
        padding: 20px 0;
    }
    .barraTxtContent {
        font-size: 12px;
    }
    .ttlSubasta{
        font-size: 28px;
        margin: 2.4rem 0;
        letter-spacing: 4px;
    }
    .secondaryTxt {
        font-size: 22px;
    }
    .principalTxt{
        font-size: 44px;
        line-height: 48px;
    }
    .contPtxt {
        bottom: 10%;
    }
    .data-contact {
        grid-column: 2/3;
    }
    .txt-main-seccion {
        font-size: 38px;
        line-height: 36px;
    }
    .txt-secondary-seccion {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .btn-info{
        font-size: 18px;
    }
    .main-columnone {
        width: 48%;
    }
    .main-columntwo {
        width: 48%;
    }
    .base-seccion {
        padding: 0 8% 20px 8%;
    }
    .txt-contact{
        font-size: 31px;
        margin-bottom: 12px;
    }
    .icon-contact{
        width: 17px;
        margin-right: 6px;
    }
    .txt-s-contact {
        font-size: 16px;
        margin-bottom: 1rem;
    }
    .data-contact {
        padding: 24px;
    }
}
@media (min-width: 1200px) {
    .bannerCar{
        top: 16%;
        left: 15%;
        width: 45%;
    }
    .imgLogoFooter {
        max-width: 260px;
    }
}
@media (min-width: 1440px){
    .imgLogoFooter {
        max-width: 300px;
    }
    .bannerCar{
        top: 16%;
        left: 15%;
        width: 40%;
    }
    .btnNextPrevST {
        width: 55px;
        height: 55px;
    }
    .warranty {
        padding: 12px 16px;
        border-radius: 6px;
    }
    .fechasSiguienteSub {
        font-size: 16px;
    }
    .baseProxSubstr {
        width: 340px;
    }
    .valor_finan_vd {
        font-size: 24px;
    }
    .subti_finan-vd {
        font-size: 18px;
        line-height: 21px;
        letter-spacing: 2px;
    }
    .icons-cuenta {
        width: 55px;
    }
    .head-cuenta {
        font-size: 30px;
    }
    .warrantyDos {
        padding: 8px 10px;
        font-size: 17px;
        line-height: 17px;
    }
    .financingTxtdos {
        font-size: 16px;
    }
    .priceTxtdos {
        font-size: 28px;
        line-height: 28px;
    }
    .outPricedos {
        font-size: 15px;
        line-height: 17px;
    }
    .nameTxtdos {
        font-size: 22px;
        line-height: 24px;
    }
    .caja-de-compra {
        width: 520px;
    }
    .btnSubasta {
        font-size: 22px;
    }
    .barraTxtContent {
        font-size: 14px;
    }
    .ttlSubasta{
        font-size: 32px;
        margin: 3.5rem 0;
        letter-spacing: 5px;
    }
    .secondaryTxt {
        font-size: 26px;
    }
    .principalTxt{
        font-size: 50px;
        line-height: 56px;
    }
    .txt-main-seccion {
        font-size: 46px;
        line-height: 42px;
    }
    .txt-secondary-seccion {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .btn-info{
        font-size: 22px;
        padding: 5px 10px;
    }
    .txt-contact{
        font-size: 36px;
        margin-bottom: 15px;
    }
    .icon-contact{
        width: 20px;
        margin-right: 6px;
    }
    .txt-s-contact {
        font-size: 20px;
    }
    .data-contact {
        padding: 30px;
    }
}
@media (min-width: 1540px) {
    .imgLogoFooter {
        max-width: 340px;
    }
    .valor_finan_vd {
        font-size: 25px;
    }
    .warrantyDos {
        font-size: 18px;
        line-height: 18px;
    }
    .financingTxtdos {
        font-size: 18px;
    }
    .priceTxtdos {
        font-size: 32px;
        line-height: 32px;
    }
    .outPricedos {
        font-size: 19px;
        line-height: 21px;
    }
    .nameTxtdos {
        font-size: 26px;
        line-height: 30px;
    }
    .caja-de-compra {
        width: 580px;
    }
}
.btn-info{
    border: 1px solid #3f3f3f;
    border-radius: 30px;
    color: #3f3f3f;
    font-weight: lighter;
    background-color: unset;
    display: inline-block;
    align-self: end;
    font-style: italic;
    transition: background .4s;
}
.btn-info:hover{
    color: #fff;
    background: #02498e;
    transition: background .4s;
}
.txt-secondary-seccion {
    color: #3f3f3f;
    text-align: end;
    font-weight: lighter;
}
.txt-main-seccion {
    color: #02498e;
    text-shadow: 1px 2px 4px #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: end;
    margin-bottom: unset;
}
.base-seccion {
    position: relative;
    width: 100%;
    height: 50vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2%;
    background-position-x: center;
    background-repeat: no-repeat;
}

/*Titulo card proximas subastas*/

.tarjeta-prox {
    width: 100%;
    justify-content: space-between;
    align-items: start;
    display: flex;
    flex-direction: row;
    padding-top: 20px;
}
.cuadro-izq{
    width: 68%;
    display: flex;
    flex-direction: column;
}
.cuad-tit {
    width: 100%;
}
.titulo-card-ps {
    color: #000;
    font-family: Poppins, sans-serif;
    font-weight: 500;
}
@media (min-width: 1px) {
    .titulo-card-ps {
        font-size: 14px;
        line-height: 16px;
    }
}
@media (min-width: 650px) {
    .titulo-card-ps {
        font-size: 2vw;
        line-height: 2.3vw;
    }
}
.cuad-linea{
    width: 100%;
    height: 2px;
    background: #049edd;
}
.subtit-card-ps{
    font-family: Poppins, sans-serif;
    font-size: 1vw;
    font-weight: 600;
    margin-bottom: unset;
    padding-top: 4px;
}
.cuadro-der {
    width: 30%;
}
.cuad-boton {
    width: 24vw;
    justify-content: center;
    align-items: center;
    background: #001939;
    border-radius: .5rem;
    gap: 0.625rem;
    display: inline-flex;
    margin-left: .3vw;
    margin-top: 7%;
}
.bot-prox {
    color: white;
    font-family: Poppins, sans-serif;
    font-weight: 700;
}
@media (min-width: 1px) {
    .bot-prox {
        font-size: 12px;
    }
    .cuad-boton {
        height: 22px;
    }
}
@media (min-width: 650px) {
    .bot-prox {
        font-size: 1.2vw;
    }
    .cuad-boton {
        height: 2.9vw;
    }
}
.cont-tarj{
    width: 100%;
    background-color: #f5f8ff;
}
.titleUnvDesk {
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
}
.subtUnv {
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    color: #000;
}
.nBreadcrumb {
    color: #fff;
}
.bredcrLink {
    color: #049edd;
}
.badgeNew {
    color: #fff;
    background: #049edd;
    padding: 8px;
    border-radius: 8px;
    display: flex;
}
.badgeNewIcon {
    background: #02498e;
    margin: 0 0 0 3px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
}
.badgeStrong {
    margin-left: 3px;
}
.displayProxS {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
@media (min-width: 1px) {
    .bodyNsidebar {
        padding: 0 8%;
    }
    .backTitleUnv {
        background: rgba(255,255,255,0.1);
        padding: 0 6%;
        height: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .titleUnvDesk {
        color: #000;
        font-size: 16px;
    }
    .subtUnv {
        font-size: 13px;
        margin: 25px 0;
    }
    .nBreadcrumb {
        display: none;
    }
}
@media (min-width: 580px) {
    .titleUnvDesk {
        font-size: 20px;
    }
    .subtUnv {
        font-size: 17px;
    }
}
@media (min-width: 768px) {
    .bodyNsidebar {
        padding: 0 8% 0 2%;
    }
    .backTitleUnv {
        background: #191c2b;
        height: 160px;
    }
    .titleUnvDesk {
        color: #fff;
        font-size: 24px;
    }
    .subtUnv {
        font-size: 20px;
        margin: 45px 0;
    }
    .nBreadcrumb {
        display: block;
    }
}
@media (min-width: 1440px) {
    .titleUnvDesk {
        font-size: 28px;
    }
    .subtUnv {
        font-size: 24px;
        margin: 70px 0;
    }
}
.sidebarTitle {
    color: #000;
    font-size: 0.9rem;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: unset;
    padding: 14px 20px;
    background: #fff;
}
.contFiltro {
    border: 1px solid #e9e9e9;
}
.titleFiltros {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    padding-bottom: 1.25rem;
}
#btnGralMovil {
    background: #fff;
    border: unset;
    padding-top: 1.25rem;
}
@media (min-width: 1px) {
    .nSummary {
        margin-top: 20px;
    }
    .mainContentPS {
        display: flex;
        flex-direction: column;
        padding: 6px 0;
    }
    .barsideFilter {
        width: 100%;
        padding: 0;
    }
    #btnGralMovil {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .titleFiltros {
        display: none;
    }
}
@media (min-width: 768px) {
    .nSummary {
        margin-top: unset;
    }
    #btnGralMovil {
        display: none;
    }
    .mainContentPS {
        flex-direction: row;
    }
    .barsideFilter {
        width: 45%;
        max-width: 400px;
    }
    .titleFiltros {
        display: block;
    }
}
@media (min-width: 1200px) {
    .barsideFilter {
        width: 30%;
    }
}
