.subasta h3{
    font-weight: bolder;
    margin: auto;
}
.subasta1 h3{
    font-weight: bolder;
    margin: auto;
}
.img-subasta{
    width: 100% !important;
    margin-top: 15%;
}
.subasta1 .img2-subasta{
    width: 100% !important;
    margin-top: 5%;

}
.img1-subasta{
    display: none;
}
.titulo-contador{
    color: #8C8C8C;
    font-weight: bold;
}
.final-sms{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: grid;
    place-items: center;
    transform: translateY(-100%);
    transition: ease-in-out 0.5s;
    background-color: #333;
}
.final-sms h2{
    text-align: center;
    font-size: 100px;
    color: #fff;
}
.precio_base h6{
    color: #046D31;
    border-style: solid;
    border-width: thin;
}
.ultima_oferta h6{
    color: #046D31;
    border-style: solid;
    border-width: thin;
}
.oferta_de h6{
    color: #046D31;
    text-decoration: underline;

}
.textospan{
font-size: 10px;
}
@media screen and (max-width: 600px) {

    .subasta1 .img2-subasta{
        display: none;
    }
    .img-subasta{
        display: none;
    }
    .img1-subasta{
        height: auto !important;
        width: 100% !important;
        display: grid;
    }
    .titulo-contador{
        color: #046D31;
        font-weight: bold;
        font-size: 26px;

    }
    .subasta h3{
        font-weight: bolder;
        margin: auto;
        font-size: 30px;
    }
    .subasta h4{
        font-size: 15px;
    }
    .subasta1 h3{
        font-weight: bolder;
        margin: auto;
        font-size: 30px;
    }
    .subasta1 h4{
        font-size: 15px;
    }

  }

  @media screen and (max-width: 768px) {
    .img-subasta{
        display: none;
    }
    .img1-subasta{
        height: auto !important;
        width: 100% !important;
        display: grid;
    }
    .mapa{
        margin-bottom: 57%;
     }
 }

