/* 
* Hoja de estilo para el widget PU 
* Creado por MuuStack para Campo Abierto
* Marzo 2022 | Vs 1.0
* http://muustack.com
*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ======================================================
CLASES DEL WIDGET FRENTE
========================================================= */

#widgetPu{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: #000000;
    max-width: 450px;
}

#mensaje{
    font-weight: 900 !important;
    
}

#widgetPu h4 {
    text-transform: lowercase;
}

.bGrn {
    height: 8px !important;
}

.ff-1{
    font-family: 'Nunito', sans-serif;
}

.fw-100{
    font-weight: 100!important;
}

.fw-200{
    font-weight: 200!important;
}

.fw-300{
    font-weight: 300!important;
}

.fw-400{
    font-weight: 400!important;
}

.fw-500{
    font-weight: 500!important;
}

.fw-600{
    font-weight: 600!important;
}

.fw-700{
    font-weight: 700!important;
}

.fw-800{
    font-weight: 800!important;
}

.fw-900{
    font-weight: 900!important;
}

.br-15{
    border-radius: 15px;
}

.br-30{
    border-radius: 30px;
}


.bGrn{
    background-color: #295135;
    width: 80px;
    height: 10px;
}

.bgN{
    background-color: #fd8204;
}

.bgG{
    background-color: #295135;
}

.bg-gr{
    background-color: #262626;
}

.fc-1{
    color: #000000;
}

.fc-2{
    color: #295135;
}

#accesosRemateLotes a{
    text-decoration: none;
}

#accesosRemateLotes p{
    line-height: 15px!important;
    margin-top: 10px;
}

#cta_card{
    margin-top: -10px;
}

#cta_card .btn-secondary,
#cta_tble .btn-secondary{
    color: #ffffff;
    background-color: #fd8204;
    border-color: #fd8204;
}

#cta_card .btn-secondary:focus, 
#cta_tble .btn-secondary:hover{
    color: #fff;
    background-color: #fd7c04;
    border-color: #fd7c04;
    box-shadow: 0 0 0 0.2rem rgb(253 130 4 / 70%);
}

.logoPU{
    max-width: 189px;
    margin: 0px 0px -10px 0px;
}

/* ======================================================
CLASES LOTES LISTADO
========================================================= */
#tableInfoLotes a.bL{
    cursor: pointer;
    color:#295135;
    text-decoration: none;
    font-weight: 700;
}

#tableInfoLotes a.bL:hover{
    cursor: pointer;
    color:#fd7c04;
    text-decoration: none;
    font-weight: 700;
}

.modal-header {
    background-color: #295135;
    color: #ffffff;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
}

.close:hover {
    color: #fd7c04;
    text-decoration: none;
}

.bb-1{
    border-bottom: 1px solid #2951352b;
}