/* ---------- Login/Usuarios ----------------------------*/

.fondoRojo {
    background-color: #FC1622;
}
.letraBlanca {
    color: white;
}
.recuadroLogin p {
    background-color: #FC1622;
    color: white;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 2px;
    padding: 10px;
}

/* -------- Generales ------------------------*/
.btn {
    border-radius: 0 !important;
}
.mb-70 {
    margin-bottom: 70px;
}
.fuenteRaleway, .fuenteBarlow {
    font-family: 'Raleway', sans-serif;
}

.fuenteTeko {
    font-family: 'Teko', sans-serif;
}

.bold500 {
    font-weight: 500;
}
.linea-divisoria{
    border: 0;
    height: 1px;
    background: #cccccc;
}


.btnLotesSigAnt {
    -moz-appearance:none;
    -webkit-appearance:none;
    background-color: black;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
}
.btnLotesSigAnt:hover {
    color: #FC1622;
}
.rojoGroppo {
    color: #FC1622;
}
.colorGris {
    color: #CCCCCC !important;
}
.footer-widget ul {
    list-style: disc;
    color: #545454;
    padding-left: 15px;
}

/*---- Remates -----*/
.remate-titulo-lote a{
    color: #0b0b0b;
}
.tituloPdf a {
    font-weight: 700;
    font-size: 14px;
    color: #3F3F3F;
}

.font-weight-light {
    font-weight: 400!important;
}

.btnIrRemate {
    -moz-appearance:none;
    -webkit-appearance:none;
    background-color: #bdc0c5;
    color: black;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
}


.btn-default {
    background-color: #f5f5f5 !important;
}

.fondoMarcarLote {
    background-color: #2F2E2E;
}
.textoMarcarLote {
    color: #fefefe;
    font-size: 13px;
}

.subrayado {
    text-decoration: underline;
}
.ocultar{
    display: none;
}
.inpBaseOferta {
    border: 1px solid #a7a7a7 !important;
    font-size: 24px;
    text-align: center;
    color: #111111;
    border-radius: 0;
}

.muecaOfertado {
    position: absolute;
    top: 5px;
    left: 5px;
}
@media (min-width: 767px) {
    .muecaOfertado {
        width: 96px !important;
        height: 65px;
    }
}
@media (max-width: 767px) {
    .muecaOfertado {
        width: 120px !important;
        height: 81px;
    }
}

/*---- LOTES -----*/
.card-lotes {
    min-height: 270px;
}
.tituloLote {
    background-color: #363636;
    color: white;
    text-transform: uppercase;
    padding: 5px 0 0 10px;
    font-size: 30px;
}

.btnOfertaGenColorado {
    background-color: #003456;
    border-color: #003456;
    color: #fff;
    padding: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    width: 100%;
    font-size: 16px;
}

.btnOfertaGenColorado:hover {
    color: #FC1622;
}
@media (max-width: 991px) {
    .btnOfertaGenColorado {
        letter-spacing: 0;
        font-size: 16px;
    }
}
.tablaOferta {
    width: 100%;
    font-size: 16px;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
}
.instructivoTitulo {
    border-bottom: 2px solid #cccccc;
    padding: 10px 0 10px 0;
    letter-spacing: 1px;
}
@media (max-width: 576px) {
    .tablaOferta {
        font-size: 13px;
    }
    .tablaOferta td{
        padding: 5px 0 5px 0;
    }
    .instructivoTitulo {
        font-size: 12px;
        font-weight: 600;
    }
}

/*---- SLIDER -----*/
.alto650 {
    height: 650px;
}
.carousel-caption {
    top: 30%;
}
.letraTablaOferta{

}
@media (max-width: 576px) {
    #carouselGenColorado {
        margin-top: 70px;
    }
    .carousel-caption {
        top: 29%;
    }

}
