@charset "UTF-8";
/* CSS Document */

.bi_gr_logo {
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.bigr_title_wrapper {
    display: flex;
    align-items: center;
    height: 100px;
}

.bigr_title_wrapper h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 6px;
    display: block;
}

.recaudador.card {
    display: inline-block;
    position: relative;
    width: 18%;
    background: #fff;
    border-radius: 12px;
    text-align: center;
    vertical-align: top;
    /* -webkit-box-shadow: -1px 8px 10px -7px rgb(0 0 0 / 20%);
    box-shadow: -1px 8px 10px -7px rgb(0 0 0 / 20%); */
    margin: 0.5%;
    padding: 20px;
    box-sizing: border-box;
    border: solid 1px #e1e1e1;
    height: 210px;
}

.recaudador.card:before {
    display: none;
}

.bigr_pay {
    font-weight: 600;
}

.bigr_pay .iconos {
    width: 12px;
    height: auto;
    vertical-align: middle;
}

.recaudador h5 {
    font-size: 12px;
    margin: 6px 0 6px;
    line-height: 18px;
    min-height: 36px;
    color: #444;
    text-transform: uppercase;
}

.recaudador .bi_gr_name_type {
    font-size: 12px;
    color: #a1a1a1;
    line-height: 12px;
}

.recaudador a {
    text-decoration: none;
    color: #ea8e29;
    font-size: 12px;
}

.bi_gr_services_label {
	font-weight: 600;
	color: #000;
}

.bi_gr_brand_icon {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 90%;
    margin: auto;
}


.bi_gr_wrapper {
    width: 100%;
    padding: 106px 0 0;
}

.bi_gr_filters {
    text-align: center;
    padding: 14px 25px;
    width: 100%;
    position: relative;
    z-index: 20;
    background: #fff;
    display: flex;
    justify-content: flex-start;
}

.bi_gr_box_filter {
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    width: 300px;
    min-width: 200px;
}

.bi_gr_services_box {
    position: absolute;
    display: none;
}

.bi_gr_prov {
    margin-left: 25px;
}

#modulo-recaudadores {
    float: right;
    width: 100%;
    vertical-align: top;
    position: relative;
    z-index: 12;
    padding: 10px 0 60px;
}

#modulo-recaudadores .pagination {
    margin: 30px 0 10px;
}

#mapa{
    float: left;
    width: 72%;
    height: calc(100vh - 106px);
    vertical-align: top;
    position: relative;
    z-index: 10;
}

#map-canvas {
    height: calc(100vh - 106px);
}

.back,
.off,
#locales-info .servicio.off {
    display: none;
}

.servicio {
    padding: 30px 40px;
    display: flow-root;
    margin: 10px 20px;
    border-bottom: dotted 1px #ccc;
}



.servicio img.iconos {
    width: 20px;
    height: auto;
    margin: 0 4px 0 0;
    vertical-align: top;
    float: left;
}

.bi_gr_pinfo {
    float: left;
    vertical-align: top;
    width: calc(100% - 20px);
}

.outside{
    left: -14px;
}

.servicio .bi_gr_info_row {
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    display: flow-root;
    line-height: 16px;
    margin-bottom: 6px;
}

.agencias_bi_service_icon {
    width: 14px;
    vertical-align: middle;
    transition: all 0.5s;
}

.view-map,
.view-services {
    font-weight: 600;
    color: #000;
    font-size: 13px;
	display: block;
    margin-top: 16px;
	margin-bottom: 10px;
	line-height: 16px;
	cursor: pointer;
}

.view-services {
    margin-top: 8px;
}

.view-services img.iconos.outside,
.view-map img.iconos.outside {
	vertical-align: middle;
}

.bi_recaudadores,
ul.bi_recaudadores {
    padding: 0;
    margin: 0;
    text-align: center;
}

.bi_recaudadores .page-numbers {
    font-weight: 400;
    margin: 0px 10px;
}

.bi_recaudadores .pagination .current {
    background-color: #999999;
}

ul.bi_recaudadores li.servicio:before {
    display: none;
}

.closeplace{
    padding: 15px 0 0 15px;
}

ul.bi_recaudadores li.servicio {
    font-family: 'Montserrat', sans-serif;
    list-style: none;
    display: block;
    margin: 0;
    color: #000;
    /*cursor: pointer;*/
}

ul.bi_recaudadores li.servicio strong {
    font-weight: 600;
}

.bi_gr_services_box {
    background: #fff;
    padding: 20px 0px;
	box-shadow: 6px 9px 10px rgb(0,0,0,0.2);
	border-radius: 0 0 6px 6px;
}

.bi_gr_tipo_bt  {
	background: #ff9e18;
	display: inline-block;
	padding: 4px 18px;
	border-radius: 6px;
	margin-right: 20px;
	color: #fff;
	font-weight: 600;
}

.bi_gr_filter_icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: auto;
	margin: 0 2px 4px 0;
}



.bi_gr_box_filter select.bi_gr_ciudad {
    width: 220px;
	min-height: 34px;
	padding: 4px 10px;
	border-radius: 6px !important;
	border: solid 1px #e1e1e1 !important;
    font-size: 13px;
}

.bi_gr_box_filter input.bi_gr_input {
    width: 100%;
	border-radius: 6px !important;
	min-height: 34px;
	padding: 4px 10px;
	border: solid 1px #e1e1e1 !important;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
}

.bi_gr_wrapper {
	background: #fff;
}

.bi_gr_wrapper .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.bi_gr_services_label {
	cursor: pointer;
}

.bi_gr_services_box li {
	text-align: left;
}

.bi_gr_services_list li {
	padding: 0 0 10px 0;
	padding-left: 40px !important;
	border-bottom: dotted 1px #ccc;
}

.bi_gr_services_list li input {
	margin-right: 10px;
}

.bi_gr_services_list li:before {
	display: inline-block !important;
	width: 30px !important;
	height: 30px !important;
	margin-right: 10px !important;
	background: none !important;
	background-position: center !important;
	background-size: contain !important;
	background-color: none !important;
	background-repeat: no-repeat !important;
	border-radius: 0 !important;
	top: -4px !important;
	left: 0px !important;
}

.bi_gr_services_list {
	padding: 0 30px;;
	margin: 0;
    text-align: left;
}

.bi_gr_services_list li:before {
    display: none;
}

.bi_gr_carousel_services .owl-dots {
    display: none;
}

.bi_gr_carousel_services .owl-carousel .owl-next .owl-prev {
    background: #ccc !important;
}

.bi_gr_carousel_services .material-icons {
    color: #ff9e18;
}

li.consulta_saldos:before {
	background-image: url("../images/atm_saldos.svg") !important;
}

li.retiros:before {
	background-image: url("../images/atm_retiros.svg") !important;
}

li.avances_efectivo:before {
	background-image: url("../images/atm_avances.svg") !important;
}

li.pago_servicios:before {
	background-image: url("../images/atm_servicios.svg") !important;
}

li.pagos_tc_efectivo:before {
	background-image: url("../images/atm_pagos_tc.svg") !important;
}

li.recarga_minutos:before {
	background-image: url("../images/atm_recarga.svg") !important;
}

li.depositos_efectivo:before {
	background-image: url("../images/atm_deposito.svg") !important;
}

li.depositos_cheque:before {
	background-image: url("../images/atm_cheque.svg") !important;
}

li.bi_gr_service_close_li {
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: none !important;
}

.bi_gr_service_close {
	background: #333;
	color: #fff;
	font-size: 18px;
	line-height: 15px;
	text-align: center;
	font-weight: 700;
	border-radius: 100%;
	padding: 6px;
	display: block;
	margin: auto;
	text-decoration: none;
	width: 30px;
	height: 30px;
}

.bi_gr_loading {
    position: absolute;
    z-index: 300;
    height: calc(100% - 30px);
    top: 0;
    bottom: 30px;
    right: 0;
	left: 0;
    background: rgba(255,255,255,0.9);
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
	width: 100%;
	display: none;
}

.bi_gr_loader {
    width: 100px;
    height: auto;
    display: block;
    margin: 20px auto;
}

.bi_gr_tipo_off {
	background: #efefef;
	color: #888;
}

.atm_info {
	margin: 0;
	padding: 0;
    padding-bottom: 6px;
    margin-bottom: 18px;
	display: none;
}

.atm_info_box:before {
	display: none !important;
}

.atm_info_box {
    width: 25%;
    height: 68px;
    display: inline-block;
    vertical-align: top;
    float: left;
    list-style: none !important;
}

.atm_ico {
    width: 36px;
    display: block;
    margin: 0 auto 12px;
}

.atm_info_title {
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    text-align: center;
    border-bottom: none;
    margin: 0;
    padding: 0 6px;
}

.atm_img {
    height: 42px;
}

.horarios span {
  color: #646464;
  text-decoration: none;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  display: block;
  text-transform: lowercase;
}

.bi_close, .bi_open {
    display: inline-block !important;
    background: #F00;
    color: #fff !important;
    padding: 0px 12px !important;
    text-align: center;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 22px;
}

.bi_open {
    background: #ff9e18;
}

.bi_gr_city {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.iw-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.iw-content, .iw-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-align: left;
    color: #000;
    line-height: 18px;
}

.iw-content {
    padding: 0 14px;
}

.iw-content b {
    display: block;
    font-weight: 600;
}

.iw-content .iconos {
    width: 14px;
    height: auto;
    margin-right: 6px;
}

.gm-style .gm-style-iw-c {
    padding: 0;
}

.gps.waze {
    width: 20px;
    height: auto;
}

.bi_gr_checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

.bi_gr_checkbox > input {
    height: 14px;
    width: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #efefef;
    border: solid 1px #efefef !important;
    cursor: pointer;
  }

.bi_gr_checkbox > input:checked {
    background-color: #ff9e18;
    border: solid 1px #ff9e18 !important;
}

.bi_gr_checkbox > input:checked + span::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #333;
    position: absolute;
    left: 0.7rem;
    top: 0.2rem;
}

.bi_gr_checkbox > input:active {
    border: 1px solid #ff9e18;
}

.bi_gr_tipo_icon {
    width: 38px;
    height: auto;
    vertical-align: middle;
    margin: -4px 0 -4px 8px;
}

.bi_gr_tipo_label {
    line-height: 26px;
}

.bi_gr_search_box {
    width: 100%;
    display: flex;
}

.bi_gr_lupa {
    background: url( "../images/search.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 30px;
    top: 7px;
}

.bi_gr_goto {
    background: #4d4d4d;
    padding: 8px 10px;
    color: #fff;
    text-align: center;
    font-weight: 600
}

.bi_gr_goto a {
    color: #fff;
}

.gps.waze {
    background: #74c8e4;
    display: inline-block;
    padding: 6px;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

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

#iw-container {
    padding: 12px 0 0;
}

.iw-title {
    padding: 0 14px;
}

.iw-agencia-services {
    padding: 10px 14px 0;
    border-top: dotted 1px #ccc;
}

.iw-agencia-services h3 {
    font-size: 12px;
    color: #f18900;
    margin-top: 0;
}

.iw-status {
    padding: 6px 14px 10px;
    border-bottom: dotted 1px #ccc;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}

.iw-status .bi_close, .iw-status .bi_open {
    margin-bottom: 0;
}

.local.active {
    background: #ededed;
    /*border-left: solid 3px #ff9e18*/
}

.bi_recaudadores h2 {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    padding: 40px;
}

.bi_recaudadores .bt-caja-naranja {
    margin: 30px auto !important;
    clear: both;
    display: block;
    max-width: fit-content;
}

.bi_gr_btn_search {
    color: #ea8e29;
    font-size: 13px;
    background: transparent;
    border: 1px solid #ea8e29;
    padding: 10px 30px;
    margin-left: 15px;
    font-family: "Raleway", sans-serif;
}

.bi_gr_btn_search:hover, .bi_gr_btn_search:focus {
    cursor: pointer;
    border: 1px solid #ea8e29;
    opacity: 1;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e1e1e1 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px !important;
    padding-right: 60px !important;
    text-overflow: clip;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
    font-size: 13px;
}

.select2-container--open .select2-dropdown--below {
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
}

.select2-container .select2-selection--single {
    min-height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -10px !important;
    margin-top: 0px !important;
    border-color: #ff9e18 transparent transparent transparent !important;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px 4px 4px 10px !important;
    border-radius: 5px !important;
    background: #f2f2f2;
    border: 0px !important;
}

.select2-search--dropdown .select2-search__field::placeholder {
    font-size: 12px;
    padding-left: 10px;
}

.bi_gr_services {
    padding: 5px 30px;
}

.bi_gr_services .item{
    height: 108px;
    background: #f7f7f7;
    color: #444;    
    padding: 20px 8px;
    margin: 5px;    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 8px;
    text-align: center;
    font-size: 13px;
    line-height: 0.9rem;
}

.bi_gr_carousel_services a {    
    text-decoration: none;
}

.bi_gr_carousel_services a:hover, .bi_gr_carousel_services a:focus {
    opacity: 1;
}

.bi_gr_carousel_services .item:hover, .bi_gr_carousel_services .item:focus {
    background: #ffecd4;
    cursor: pointer;
}

.bi_gr_carousel_services .bi_gr_item_tipo img {
    margin: 10px auto!important;
    height: 20px;
}

.recaudador .bigr_title_wrapper {
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.recaudador .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
}

.recaudador .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.recaudador .overlay.show {
    display: flex;
    opacity: 1;
}

.recaudador .overlay-content {
    padding: 20px;
    color: #000;
    text-align: left;
    cursor: pointer;
}

.recaudador .overlay-content ol {
    margin-bottom: 10px;
}

.recaudador .overlay-content ol li {
    font-size: 12px;
    line-height: 1rem;
    margin: 5px auto;
    text-align: left;
}

.recaudador .overlay-content p {
    margin: 20px 0;
}

.recaudador .toggle_overlay span {
    color: #ea8e29;
}

.recaudador .overlay-content .text-center {
    text-align: center;
}

.recaudador .overlay-content .btn {
    background-color: #262626;
    color: white;
    border-radius: 5px;
    padding: 8px 15px;
}

.search-icon-provincia {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #ea8e29;
}

.bi_gr_btn_order {
    cursor: pointer;
    margin-left: 20px;
    padding: 6px;
    border-radius: 4px;
    border: 0px;
}

@media screen and (max-width: 580px) {
    .bi_grandes_recaudadores .vc_column_container {
        padding-left: 8px;
        padding-right: 10px;
    }

    .bi_gr_box_filter {
        margin-bottom: 20px;
    }

    .bi_gr_filters, .bi_gr_tipo {
        display: block;
        width: 100%;
    }

    .bi_gr_btn_order {
        padding: 0.5em;
    }

    .select2-container  {
        width: 100% !important;
    }

    .bi_gr_btn_search, .bi_gr_prov {
        margin-left: 0px;
    }

    .bi_gr_btn_search {
        width: 100%;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-right: 175px !important;
    }

    .bi_gr_services {
        padding: 5px 0px;
    }

    .bi_gr_carousel_services .owl-nav .owl-prev {
        top: 40% !important;
        left: -18px !important;
    }

    .bi_gr_carousel_services .owl-nav .owl-next {
        top: 40% !important;
        right: -18px !important;
    }

    .recaudador h5 {
        font-size: 12px !important;
    }

    .recaudador .overlay-content ol {
        padding: 0px 0px 0px 20px;
        margin-bottom: 10px;
    }

    .recaudador .overlay-content ol li {
        font-size: 10px;
        margin: 0px;
    }

    .recaudador a {
        font-size: 11px;
    }

    .bi_gr_box_filter {
        display: flex;
    }

    .bi_gr_services .item {
        font-size: 12px;
        padding: 5px 5px 10px 5px;
        height: 85px;
    }

    .owl-nav [class*=owl-], .owl-theme .owl-nav [class*=owl-] {
        font-size: 22px;
    }

    .owl-carousel .owl-item {
        margin-right: 5px;
    }

    .recaudador .overlay-content {
        padding: 5px 10px 10px 15px;
    }

    .recaudador.card {
        height: 200px;
    }
}