/*### estilos de la pagina ###*/

.active,
.accordion:hover {
    background-color: unset;
}

.nav-tabs {
    font-family: Roboto-Bold;
    font-size: 16px;
    padding-left: 0;
    background-color: #003399;
}

.nav-tabs li .active,
.nav-tabs li .active img {
    opacity: 1 !important;
    color: #fff !important;
    font-size: 15px;
}

.nav-tabs li {
    text-align: center !important;
    padding-top: 11px;
    padding-bottom: 11px;
}

.nav-tabs li a {
    opacity: 0.34;
    color: #fff;
    font-size: 15px;
}

.icono-info {
    height: 17px;
}

.border-left-tab {
    border-right: 1px solid #00236a;
}

.padding-tab {
    padding: 30px 25px;
}

.texto-bosch {
    font-family: Montserrat-Bold !important;
    font-size: 25px;
    font-weight: 700;
    color: #003566 !important;
}

.text-bosch-2 {
    font-size: 13px;
    font-weight: bold;
    color: #003399 !important;
}

.text-bosch-3 {
    font-size: 12px !important;
    color: #000000;
    line-height: 17px;
    font-weight: 400;
}

.tab-pane {
    /* margin-right: 0px;
    margin-left: 0px;*/
}

@media (max-width: 575px) {
    .min-width-xs-tab {
        min-width: 204px !important;
        max-width: 204px !important;
    }

    .min-width-xs-tab-1 {
        max-width: 75px !important;
    }

    .min-width-xs-tab-2.min-width-xs-tab-2 {
        min-width: 219px !important;
        max-width: 219px !important;
    }

    .nav {
        /* flex-wrap: unset;*/
    }

    #right-panel {
        position: inherit !important;
        width: 100% !important;
    }

    #map {
        width: 100% !important;
    }

    .padding-tab {
        padding: 0px !important;
    }
}

@media (max-width: 600px) and (min-width: 100px) {
    .container-xs {
        position: relative !important;
        min-height: 1px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .list {
        /*width: auto !important;*/
    }

    #right-panel {
        position: inherit !important;
        width: 100% !important;
    }

    #map {
        width: 100% !important;
    }

    .padding-tab {
        padding: 0px !important;
    }

    .texto-bosch {
        margin-top: 25%;
        font-size: 22px !important;
        padding-left: 7%;
    }
}

@media (max-width: 600px) and (min-width: 322px) {
    .card {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .texto-bosch {
        margin-top: 25%;
        font-size: 22px !important;
        padding-left: 7%;
    }
}


/*### para el desplazamiento del menu ###*/


/*inicio scroll*/

.wrappers {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 46px;
    background-color: #003399;
}

.list {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
}

.list li {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 7px;
    padding-top: 11px;
    white-space: no-wrap;
    vertical-align: middle;
    /*background-color:#fff;*/
    background-color: #039;
    height: 46px !important;
    border: 1px solid #039 !important;
    color: #fff !important;
}

.scroller-right {
    float: right;
}

.scroller-left {
    float: left;
}


/*fin scroll*/


/*### popover para mostrar mas informacion ###*/

.popover-body div {
    font-size: 13px;
}

.popover-header {
    border-bottom: 0px;
}


/*### estilos del mapa y panel de resultados ###*/

.map-tittle {
    font-family: Montserrat-Medium !important;
    font-size: 13px;
    letter-spacing: 0px;
    color: #003399;
    font-weight: 500;
    margin-bottom: 0px;
    margin-right: 22px;
}

.gm-style .gm-style-iw-c {
    padding: 10px 15px !important;
    border-radius: 2px !important;
}

.gm-style .gm-style-iw-d {
    overflow: unset !important;
}

.gm-style .gm-ui-hover-effect img {
    background-color: white;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    display: initial !important;
    margin: 2px !important;
    width: 13px !important;
}

.gm-ui-hover-effect {
    top: 9px !important;
    right: 8px !important;
    width: 19px !important;
    height: 19px !important;
    background-color: black !important;
    border-radius: 15px !important;
    opacity: 0.8 !important;
}

.gm-ui-hover-effect span {
    background: white !important;
    margin: 3px !important;
}

#right-panel {
    font-family: 'Roboto', 'sans-serif';
    line-height: 30px;
    padding-left: 10px;
}

#right-panel select,
#right-panel input {
    font-size: 15px;
}

#right-panel input {
    border: 1px solid #cccccc;
    padding: 5px 14px;
}

#right-panel select {
    width: 100%;
}

#right-panel i {
    font-size: 12px;
}

#right-panel {
    /*font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    right: 5px;
    top: 60%;
    margin-top: -195px;
    height: 330px;
    width: 200px;
    padding: 5px;
    z-index: 5;
    border: 1px solid #999;
    background: #fff;*/
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
    height: 595px;
    width: 32%;
    padding: 0;
    /*5px;*/
    z-index: 5;
    border: 0px solid #999;
    background: #fff;
    float: left;
}

#right-panel h2 {
    font-size: 22px;
    margin: 0 0 5px 0;
}

#right-panel ul {
    /*list-style-type: none;
    padding: 0;
    margin: 0;
    height: 271px;
    width: 200px;
    overflow-y: scroll;*/
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 470px;
    width: 100%;
    overflow-y: auto;
}

#right-panel li {
    background-color: #fff;
    padding: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}


/*
#right-panel li:nth-child(odd) {
    background-color: #fcfcfc;
}*/

#right-panel #more {
    width: 100%;
    margin: 5px 0 0 0;
}

.panel-title,
.panel-title-2 {
    font-size: 13px;
    letter-spacing: 0px;
    /*line-height: 68px;*/
    color: #003399;
    font-family: Montserrat-Medium !important;
    font-weight: 500;
}

.panel-title span {
    font-family: Montserrat-Medium !important;
}

.panel-title-2 span {
    font-family: Montserrat-Medium !important;
    white-space: normal;
}

.panel-text {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #010101;
    font-family: "Open Sans";
    font-weight: 400;
    white-space: normal;
}

.span-icon {
    /*background-image: url("{{ asset('frontEnd/dist/img/marker_red.png') }}");*/
    background-color: transparent;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 26px 30px;
    position: relative;
    padding: 12px;
    color: white;
    font-weight: bold;
}

.panel-title-left {
    float: left;
    width: 38px;
}

.panel-title-right {
    float: left;
    /*width: 240px;*/
    width: 83%;
}

.txt-map,
.help-header-map,
.help-body-map {
    width: 100%;
}

.help-header-map {
    padding: 12px 20px;
    border-bottom: 1px solid #cccccc;
}

.help-header-map span {
    font-size: 14px;
    line-height: 3px;
    color: #010101;
    font-family: "Open Sans" !important;
    font-weight: 700;
}

.help-body-map {
    width: 100%;
    padding: 13px 7px;
    position: relative;
}

.help-header-map {
    cursor: pointer;
}

.help-header-map-span::after {
    font: normal normal normal 22px/1 FontAwesome;
    content: "\f107";
    color: #000;
    line-height: 1.99em;
    height: 100%;
    font-weight: 600;
    /* content: "\f104"; */
    position: absolute;
    display: block;
    right: 20px;
    top: 7px;
    /* width: 2em; */
    /* text-align: right; */
    background-color: transparent;
    transition: background-color .15s ease-in-out;
    cursor: pointer;
}

.help-header-map-span-active::after {
    content: "\f106" !important;
    top: 6px;
}

.help-body-map-help {
    display: none;
    padding: 24px 18px;
}

.help-body-map-help p {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #010101;
    font-family: "Open Sans";
    font-weight: 400;
}


div.contenedor-mapa {
    border: 1px solid #cccccc;
    display: flex;
    flex-direction: column;
}

.contenedor-mapa #right-panel {
    order: 2;
}

.contenedor-mapa #map {
    min-height: 460px !important;
    order: 1;
}

@media (min-width: 600px) {
    div.contenedor-mapa {
        flex-direction: row !important;
    }

    div.contenedor-mapa #right-panel {
        order: 1 !important;
    }

    div.mapa-centros {
        width: 68% !important;
        height: 595px !important;
        position: relative !important;
        overflow: hidden !important;
        order: 2 !important;
    }
}