@font-face {
    font-family: Novecento;
    src: url(../fonts/Novecentowide-Normal.otf);
    font-weight: normal;
}

@font-face {
    font-family: Novecento;
    src: url(../fonts/Novecentowide-Bold.otf);
    font-weight: bold;
}

@font-face {
    font-family: Novecento;
    src: url(../fonts/Novecentowide-DemiBold.otf);
    font-weight: 700;
}

@font-face {
    font-family: Novecento;
    src: url(../fonts/Novecentowide-Light.otf);
    font-weight: 300;
}

@font-face {
    font-family: Novecento;
    src: url(../fonts/Novecentowide-Medium.otf);
    font-weight: 600;
}


@font-face {
    font-family: Vista;
    src: url(../fonts/VistaSanReg.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Vista;
    src: url(../fonts/VistaSanRegIta.ttf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: Vista;
    src: url(../fonts/VistaSanRegIta.ttf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: Vista;
    src: url(../fonts/VistaSanLig.ttf);
    font-weight: 300;

}

@font-face {
    font-family: Vista;
    src: url(../fonts/VistaSanLigIta.ttf);
    font-weight: 300;
    font-style: italic;

}

@font-face {
    font-family: Vista;
    src: url(../fonts/VistaSanBol.ttf);
    font-weight: bold;


}

@font-face {
    font-family: Vista;
    src: url(../fonts/VistaSanBolIta.ttf);
    font-weight: bold;
    font-style: italic;

}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Novecento, Helvetica, Arial, sans-serif;
    font-weight: bold;
}






div.container,
p,
a {
    font-family: Vista;
}


.navbar,
.navbar.navbar-default {
    background: white;
    border-bottom: solid #0092DD;
}

.navbar .btn {
    margin: 0px;
}

.navbar .navbar-brand {
    top: -5px;
}

ul.nav.navbar-nav.navbar-right a {
    color: #0092DD;
    font-weight: 400;
}



#mapcanvas {
    margin-top: 60px !important;
    display: block;
    position: absolute;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 50px;
    /* adjust top margin to your header height */
}



.navbar-brand img {
    max-width: 124px;
}

.bienvenida {
    text-align: center;
}

.bienvenida .logo {
    width: 300px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}


.btn:not(.btn-raised),
.btn:not(.btn-raised).btn-default,
.input-group-btn .btn:not(.btn-raised),
.input-group-btn .btn:not(.btn-raised).btn-default {
    background: #0092DD;
    color: white;
}

.btn:not(.btn-raised):not(.btn-link):focus,
.btn:not(.btn-raised):not(.btn-link):hover,
.input-group-btn .btn:not(.btn-raised):not(.btn-link):focus,
.input-group-btn .btn:not(.btn-raised):not(.btn-link):hover {
    background: #58585A;
}

a.btn.btn-white {
    background: white;
    color: #797979;
}

a.btn.btn-white:hover {
    color: white;
}

.cta-principal h3 {
    text-align: center;
}

#mapcanvas2 {
    height: 500px;
}

#mapcanvas2 .leaflet-right {
    right: 2px;
    width: 179px;
}

#mapcanvas2 .info.leaflet-control h4 {
    color: #DA9636;
}

#mapcanvas2 .info.leaflet-control {
    color: #575756;
    background: #CCE1E4;
    padding: 10px;
}



#mapcanvas2.leaflet-container {
    background: transparent;

}

#mapcanvas2 .leaflet-popup-content {
    color: #0092DD;
}

#mapcanvas2 .leaflet-popup-content-wrapper {
    border-radius: 0px;
    padding: 20px;
}

#mapcanvas2 span.numero-grande {
    font-family: Novecento;
    font-weight: 900;
    font-size: 20px;
}

.datos {
    margin-top: 60px;
}


#mapcanvas2 a.leaflet-control-zoom-in,
#mapcanvas2 a.leaflet-control-zoom-out {
    background-color: transparent;
    border-color: transparent;
    color: white;
}

#mapcanvas2 a.leaflet-control-zoom-in:hover,
#mapcanvas2 a.leaflet-control-zoom-out:hover {
    background-color: transparent;
    border-color: transparent;
    color: white;
}

#mapcanvas .info.leaflet-control {
    background: rgba(0, 146, 221, 0.9);
    padding: 20px;
    margin-right: 0px;
    width: 40%;
    top: -20px;
    height: 100vh;
    overflow-y: scroll;
    color: white;
}

#mapcanvas .info.leaflet-control h5 {
    color: #575756;
    margin-top: 3px;
    padding-bottom: 6px;
    border-bottom: solid 2px #575756;
}

#mapcanvas .info.leaflet-control h4 {
    color: white;
    margin-bottom: 0px;
}

.search-tooltip a.search-tip {

    border-radius: 0px;
    padding: 10px;
    color: #0092DD;
    background: #E7F4F3;
}


.leaflet-control-search .search-input {
    height: 29px;
    border: none;
    border-bottom: solid 1px;
    border-radius: 0px;
}


tr.jsgrid-alt-row,
tr.jsgrid-row {
    font-size: 10px;
}


.jsgrid-header-sortable {
    font-size: 10px;
    text-align: center;
}


.jsgrid-grid-body {
    overflow-y: auto;

}

.jsgrid-grid-header {
    overflow-y: auto;
}

h1.center {
    text-align: center;
    margin: 30px 0px;
}

.form-control.input-sm {
    height: 35px;
}


.dataTables_wrapper thead {
    background: #0092DD;
    color: white;
}

tfoot {
    display: table-header-group;
    background: #0092DD;
}


thead .form-group {
    margin-top: 0px !important;
    margin-left: 0px !important;

}

table.DTFC_Cloned thead tr {
    background: transparent;
}


.sidebar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
}

#sidebar .sidebar-left.collapsed~.sidebar-map .leaflet-left {
    left: 5px;
    margin-top: 40px;
}

#sidebar .sidebar-left~.sidebar-map {
    margin-left: 0px;
}

#sidebar {
    left: 12px;
    border: transparent;
}

#sidebar .sidebar-tabs {
    background: transparent;
}

#sidebar .sidebar.leaflet-touch {
    border: 2px solid rgba(0, 0, 0, 0);
    z-index: 1;
    border-radius: 0px;
}

#sidebar .sidebar-tabs>li,
.sidebar-tabs>ul>li {
    width: 90%;
    border: solid rgb(177, 177, 177) 2px;
    background: white;
    border-radius: 5px;
}

#sidebar .sidebar-left .sidebar-close {
    top: 10px;
}

#sidebar .sidebar-left .sidebar-content {
    /*  left: 0px !important;*/
    /* right: 0; */
}

.sidebar-left.collapsed~.sidebar-map .leaflet-left {
    left: 5px;
    margin-top: 50px;


}

div#sidebar.collapsed {
    height: 50px;
}


.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:hover {
    /* background-color: #0091DC; */
    color: #0091DC;
}

.cerrar-info {
    position: absolute;
    right: -15px;
    top: -15px;
    font-size: 12px;
    color: #D32F2F;
}


[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin-left: 0px !important;
}

.leaflet-control-search.leaflet-control {
    background: white;
    box-shadow: none;
    border: solid rgb(186, 180, 173) 2px;
}

.leaflet-control-search .search-button {
    background-position: 5px 4px !important;
    height: 30px;
    width: 30px;
}

.info.leaflet-control .fa {
    font-size: 26px;
    padding: 10px;
}

.info.leaflet-control p {

    font-family: Novecento;
    font-weight: 900;
    font-size: 14px;
    color: #575756;
}

.info.leaflet-control b {
    font-family: Novecento;
    font-size: 14px;
}

.info-icon {
    margin-right: 10px;
    text-align: center;
    display: block;
    color: #575756;
}


.info.leaflet-control .col-md-6 {
    text-align: center;

}

.cuadro {
    background: #ddd !important;
    padding: 12px;
    color: #333;
}


.row.info-portada {
    padding: 30px 0px;
}

footer {
    background: #35383B;
    overflow: hidden;
    color: white;

    padding: 10px 5px;
}

td.dataTables_empty {
    text-align: left !important;
    padding-left: 35px !important;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

ul.nav.navbar-nav.navbar-right li:hover {
    background: #DD4395;
    color: white !important;

}

ul.nav.navbar-nav.navbar-right li a:hover {

    color: white !important;
}

ul.nav.navbar-nav.navbar-right li.active {

    background: #DD4395;
}

ul.nav.navbar-nav.navbar-right li.active a {

    color: white !important;
}

.container.interna {
    margin-top: 45px;
}


.panel {
    -webkit-animation-duration: 1.5s;
    -webkit-animation-delay: 0.1s;
    /* -webkit-animation-iteration-count: infinite;*/
    -moz-animation-duration: 1.5s;
    -moz-animation-delay: 0.1s;

    animation-duration: 1.5s;
    animation-delay: 0.1s;

}


thead th {
    font-family: Novecento;
    font-size: 10px;
}


#tabla-asentamientos_wrapper td {
    text-transform: capitalize;
}


p {
    font-size: 16px;
}

button.navbar-toggle.collapsed {
    color: #0294DF;
}

.redes .fa {
    margin: 0px 6px;
    font-size: 23px;
    /* height: 30px; */
    /* width: 30px; */
    /* border-radius: 100%; */
    /* border: solid 1px; */
    overflow: hidden;
    /* padding: 8px; */
}

a.facebook {
    color: white;
}

a.twitter {
    color: white;
}

.sidebar-left~.sidebar-map {
    margin-left: 0px;
}


.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: #616161;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
    color: white;
    border-radius: 0px;
}


.info.leaflet-control .col-md-6 div {
    border-bottom: solid 1px;
    height: 120px;
    overflow: hidden;
    margin-bottom: 10px;
}


.card .contenido {
    margin: 10px 20px;
}



@media (max-width: 1080px) {
    #mapcanvas .info.leaflet-control {
        width: 100%;
    }

    #mapcanvas {
        margin-top: 53px !important;
    }

}

@media (max-width: 600px) {

    .leaflet-control-container .leaflet-top.leaflet-right {
        width: 80%;
    }

    #mapcanvas .info.leaflet-control {
        width: 100%;
    }

    .sidebar-left~.sidebar-map {
        margin-left: 0px;
    }

    #mapcanvas {
        margin-top: 53px !important
    }
}