@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Light.ttf");
}
.colorTextoCorporativo{
    color: rgba(175,202,5,1);
}

.fondo-login{
    background: rgb(114,125,47);
    background: linear-gradient(0deg, rgba(114,125,47,0.9990371148459384) 0%, rgba(175,202,5,1) 55%, rgba(175,202,5,1) 100%);
}
.marginBottom-15{
    margin-bottom: 15px;
}
.sizeTabTitle{
    font-size: 20px;
    color: #656d9a!important;
}

.navegator-puntos{
    height: 55px;
    background-color: white;
}

.navegator-title{
    font-size: 15px;
    padding-top: 15px;
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    /*background-color: rgba(175,202,5,1)!important;
    color: white;*/
    color: #7286a2;
    background-color: unset!important;
    font-weight: bold;
}


.nav-tabs .nav-link:not(.active) {
    color: white;
}


.titleFont{
    font-family: "Montserrat";
}
#listadoPuntos{
    width: 100%;
    background-color: white;
}

#tablePuntos, tr, td{
    border:none!important;
}
#filtros{
    margin-left: 0px!important;
    width: 100%!important;
    background-color: white!important;
}

.hrPuntos{
    border-top: 5px solid rgba(0,0,0,.1)!important;
}
#myTabContent{
    background-color: white!important;
}
.hidden_row td{
    display:none;
    /* height: 0px; */
}

.hidden_row_expositor td{
    display: none;
}

.separationTrTable{
    border-top: 4px solid rgba(0,0,0,.1)!important;
    margin-top: -15px;
}

.tablePuntoResult thead{
    background-color: unset!important;
}

.sizeNavItem{
    width: 50%;
}

a.colorTextoCorporativo:hover{
    color: rgba(114,125,47,0.9990371148459384);
}
#map{
    height: 100%;
}
#border{
    position: relative;
    width: 100%;
    height: 167px;
    margin: 20px 0;
    background: white;
    border-radius: 65% / 57%;
    color: white;
    text-align: center;
    text-indent: .1em;
    margin-top: 120px;
}
#border:before{
    content: '';
    position: absolute;
    /*top: 10%;*/
    bottom: 10%;
    right: -5%;
    left: -5%;
    background: inherit;
    border-radius: 5% / 50%;
}
.page-content{
    padding: 0 0px 61px 0px!important;
}

.strongPuntoPoblacion{
    font-weight: bold!important;
}

.disabledZonas{
    color: #f2f2f2;
}
