* { margin: 0; padding: 0; }

a { color: inherit; text-decoration: none; }

a img { border: 0; }

li { list-style: none; }

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

.clearfix { display: inline-block; }

.clear:before, .clear:after { content: "."; display: block; height: 0; overflow: hidden; }

.clear:after { clear: both; }

.clear { zoom: 1; }

.mobile-only { display: none; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; font-size: 16px; }

.left { float: left; }

.right { float: right; }

.full-width { width: 100%; }

.wrapper { width: 1080px; }

.center-block { margin-left: auto; margin-right: auto; display: block; }

/* CHECKBOX E RADIO */
.j-custom-checkbox, .j-custom-radio { float: left; width: 24px; height: 24px; overflow: hidden; cursor: pointer; margin-right: 8px; background: no-repeat 0 0; -moz-background-size: 100% auto; -o-background-size: 100% auto; -webkit-background-size: 100% auto; background-size: 100% auto; }

.j-custom-radio { width: 24px; height: 24px; }

.j-custom-checkbox input, .j-custom-radio input { width: 4em; height: 4em; cursor: pointer; opacity: 0; -khtml-opacity: 0; -moz-opacity: 0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); -ms-filter: alpha(opacity=0); }

.j-custom-radio { background-image: url(../images/radios.png); }

.j-custom-checkbox { background-image: url(../images/checkboxes.png); }

.error .j-custom-radio, .error .j-custom-checkbox { background-position: 0 50%; }

.j-custom-radio.focus, .j-custom-checkbox.focus { background-position: 0 100%; cursor: default; }

.j-custom-radio.checked, .j-custom-checkbox.checked { background-position: 0 25%; cursor: default; }

.j-custom-radio.checked.focus, .j-custom-checkbox.checked.focus { background-position: 0 75%; cursor: default; }

/* CSS Styles that are needed by jScrollPane for it to operate correctly.  Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane may not operate correctly without them. */
.jspContainer { overflow: hidden; position: relative; }

.jspPane { position: absolute; }

.jspVerticalBar { position: absolute; top: 0; right: 5px; width: 7px; height: 100%; z-index: 11; }

.jspHorizontalBar { position: absolute; bottom: 0; left: 0; width: 100%; height: 16px; }

.jspCap { display: none; }

.jspHorizontalBar .jspCap { float: left; }

.jspTrack { background: #d9d9d9; position: relative; }

.jspDrag { background: #3159ae; position: relative; top: 0; left: 0; cursor: pointer; }

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { float: left; height: 100%; }

.jspArrow { background: #50506d; text-indent: -20000px; display: block; cursor: pointer; padding: 0; margin: 0; }

.jspArrow.jspDisabled { cursor: default; background: #80808d; }

.jspVerticalBar .jspArrow { height: 16px; }

.jspHorizontalBar .jspArrow { width: 16px; float: left; height: 100%; }

.jspVerticalBar .jspArrow:focus { outline: none; }

.jspCorner { background: #eeeef4; float: left; height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner { margin: 0 -3px 0 0; }

.select2-container { box-sizing: border-box; display: inline-block; margin: 0; position: relative; vertical-align: middle; }

.select2-container .select2-selection--single { box-sizing: border-box; cursor: pointer; display: block; height: 28px; user-select: none; -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered { display: block; padding-left: 8px; padding-right: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear { position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { padding-right: 8px; padding-left: 20px; }

.select2-container .select2-selection--multiple { box-sizing: border-box; cursor: pointer; display: block; min-height: 32px; user-select: none; -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered { display: inline-block; overflow: hidden; padding-left: 8px; text-overflow: ellipsis; white-space: nowrap; }

.select2-container .select2-search--inline { float: left; }

.select2-container .select2-search--inline .select2-search__field { box-sizing: border-box; border: none; font-size: 100%; margin-top: 5px; padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }

.select2-dropdown { background-color: white; border: 1px solid #aaa; border-radius: 4px; box-sizing: border-box; display: block; position: absolute; left: -100000px; width: 100%; z-index: 1051; }

.select2-results { display: block; }

.select2-results__options { list-style: none; margin: 0; padding: 0; }

.select2-results__option { padding: 6px; user-select: none; -webkit-user-select: none; }

.select2-results__option[aria-selected] { cursor: pointer; }

.select2-container--open .select2-dropdown { left: 0; }

.select2-container--open .select2-dropdown--above { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; }

.select2-search--dropdown { display: block; padding: 4px; }

.select2-search--dropdown .select2-search__field { padding: 4px; width: 100%; box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide { display: none; }

.select2-close-mask { border: 0; margin: 0; padding: 0; display: block; position: fixed; left: 0; top: 0; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 99; background-color: #fff; filter: alpha(opacity=0); }

.select2-hidden-accessible { border: 0 !important; clip: rect(0 0 0 0) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; }

.select2-container--default .select2-selection--single { background-color: #fff; border: 1px solid #aaa; border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder { color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow { height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { left: 1px; right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single { background-color: #eee; cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple { background-color: white; border: 1px solid #aaa; border-radius: 4px; cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered { box-sizing: border-box; list-style: none; margin: 0; padding: 0 5px; width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li { list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder { color: #999; margin-top: 5px; float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-top: 5px; margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #999; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple { border: solid black 1px; outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple { background-color: #eee; cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove { display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { border-top-left-radius: 0; border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field { background: transparent; border: none; outline: 0; box-shadow: none; -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] { padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] { color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] { background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option { padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group { padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option { margin-left: -1em; padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -2em; padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -3em; padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -4em; padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -5em; padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #5897fb; color: white; }

.select2-container--default .select2-results__group { cursor: default; display: block; padding: 6px; }

.select2-container--classic .select2-selection--single { background-color: #f7f7f7; border: 1px solid #aaa; border-radius: 4px; outline: 0; background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%); background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%); background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus { border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder { color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow { background-color: #ddd; border: none; border-left: 1px solid #aaa; border-top-right-radius: 4px; border-bottom-right-radius: 4px; height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%); background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%); background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { border: none; border-right: 1px solid #aaa; border-radius: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; left: 1px; right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single { border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { background: transparent; border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%); background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%); background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%); background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%); background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple { background-color: white; border: 1px solid #aaa; border-radius: 4px; cursor: text; outline: 0; }

.select2-container--classic .select2-selection--multiple:focus { border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered { list-style: none; margin: 0; padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear { display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { color: #888; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple { border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field { outline: 0; box-shadow: none; }

.select2-container--classic .select2-dropdown { background-color: white; border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above { border-bottom: none; }

.select2-container--classic .select2-dropdown--below { border-top: none; }

.select2-container--classic .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] { padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] { color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] { background-color: #3875d7; color: white; }

.select2-container--classic .select2-results__group { cursor: default; display: block; padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown { border-color: #5897fb; }

.sprite { background-image: url("../images/sprite.png"); background-repeat: no-repeat; display: inline-block; }

.anchor-language { background-position: 0 0; width: 11px; height: 7px; }

#header-map .anchor-language { background-position: -30px -30px; }

.anchor-geolocation { background-position: 0 -10px; width: 24px; height: 26px; }

.icon-pen { background-position: -30px 0; width: 25px; height: 26px; }

.icon-pen-map { background-position: 0 -300px; width: 25px; height: 25px; }

.icon-close-filter-map { background-position: -30px -300px; width: 23px; height: 23px; }

.icon-pin-localization { background-position: 0 -50px; width: 17px; height: 21px; }

.icon-clock { background-position: -30px -50px; width: 20px; height: 21px; }

.icon-arrow-list-agencies { background-position: 0 -80px; width: 17px; height: 29px; }

.icon-back-tablet { background-position: -20px -80px; width: 15px; height: 27px; }

.close-promo { background-position: 0 -120px; width: 23px; height: 23px; }

.arrow-blue { background-position: -30px -120px; width: 16px; height: 28px; }

.icon-email { background-position: 0 -160px; width: 16px; height: 11px; }

.icon-phone { background-position: 0 -190px; width: 18px; height: 18px; }

.icon-share-agency { background-position: -20px -160px; width: 17px; height: 17px; }

.icon-see-route { background-position: -30px -190px; width: 27px; height: 20px; }

.checkbox { background-position: 0 -220px; width: 24px; height: 24px; }

.checkbox-active { background-position: 0 -250px; width: 24px; height: 24px; }

.icon-close-filter { background-position: -30px -220px; width: 13px; height: 16px; }

.bottom-infobox { width: 30px; height: 15px; background-position: -6px -280px; position: absolute; bottom: -15px; left: 50%; margin-left: -21px; }

.icon-geo-location { background-position: -30px -250px; width: 15px; height: 16px; display: inline-block; }

body { background-color: #f5f5f5; }

#top-header .block-search-map { height: 62px; }

#search-attendance { position: relative; width: 100%; }
#search-attendance .error-field-maps-search, #search-attendance .error-field-maps-navigator { top: 10px; }
#search-attendance .content-wrapper { display: block; width: 100%; max-width: 992px; padding: 0 32px; margin: 0 auto; }
#search-attendance form { position: relative; display: block; margin-top: 10px; padding: 0 36px 0 40px; }
#search-attendance .icon-pen-map { left: 0; top: 9px; }
#search-attendance .icon-close-filter-map { right: 0; top: 9px; }
#search-attendance .field-search-map { padding: 0; margin: 4px 0 0 0; width: 100%; border-bottom: 0; }

.loading-content-attendance { width: 100%; height: 216px; background: url(../images/attendanceloading.gif) center center no-repeat; }

#image-attendance-type { width: 100%; overflow: hidden; height: auto; /*background-image: url('../images/attendance-desktop.jpg');*/ background-image: url("../images/attendance-desktop-full.jpg"); background-position: center right; background-size: cover; /*height: 552px;*/ height: 408px; background-repeat: no-repeat; color: #FFF; font-weight: bold; line-height: 1; position: relative; z-index: 3; }

.attendance-banner-f-tiny { /*margin-top: 172px;*/ margin-top: 107px; font-size: 31px; display: block; }

.attendance-banner-f-medium { position: relative; top: -3px; font-size: 50px; display: block; }

.attendance-banner-f-large { font-size: 118px; display: block; text-indent: -6px; }

#image-attendance-type .attendance-header-image { width: 100%; display: none; }

#image-attendance-type .desktop-image { /*display: block;*/ }

#image-attendance-type .container-text-image { width: 928px; margin: 0 auto; }

#wrapper-attendance-type, .wrapper-services, .wrapper-attendance { position: relative; width: 928px; margin: 0 auto; overflow: hidden; font-size: 16px; line-height: 24px; color: #333333; font-weight: normal; font-family: Arial, sans-serif; }

.wrapper-services { width: 100%; max-width: 962px; padding: 0 16px; }

.container-type-block { overflow: hidden; width: 928px; }

.container-type-block:after { content: ''; display: table; clear: both; }

#banner-torcida { display: block; width: 100%; height: 408px; }
#banner-torcida .container { display: block; width: 100%; height: 408px; background: url(../images/banner-services.jpg) no-repeat center top; -webkit-background-size: auto 100%; -moz-background-size: auto 100%; -o-background-size: auto 100%; background-size: auto 100%; }
#banner-torcida .content { display: block; width: 100%; height: 100%; max-width: 960px; padding: 0 16px; margin: 0 auto; }
#banner-torcida h2 { width: 100%; max-width: 410px; font-size: 45px; line-height: 48px; color: #225198; letter-spacing: -0.05em; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

@media only screen and (min-width: 1536px) { #banner-torcida { background: url(../images/banner-services-sides.jpg) no-repeat center top; -webkit-background-size: auto 100%; -moz-background-size: auto 100%; -o-background-size: auto 100%; background-size: auto 100%; } }
.block-type-a, .block-type-b, .block-type-c { width: 288px; height: 339px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #fff; -webkit-box-shadow: inset 0 -2px #d9d9d9; -moz-box-shadow: inset 0 -2px #d9d9d9; box-shadow: inset 0 -2px #d9d9d9; float: left; margin-bottom: 32px; }

.block-type-c:last-child { margin-bottom: 0; }

.block-type-b { width: 288px; height: 451px; }

.block-type-b:nth-child(4), .block-type-b:nth-child(5), .block-type-b:nth-child(6) { height: 475px; }

.block-type-c { width: 100%; height: auto; padding: 33px 33px 53px; }
.block-type-c .icon { display: block; float: left; background: #3870bd url(../images/bottons-sprite.png) no-repeat; -webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; width: 93px; height: 93px; -webkit-border-radius: 51%; -moz-border-radius: 51%; border-radius: 51%; }
.block-type-c .icon.icon-cambio { background-position: 0 100%; }
.block-type-c .content { float: left; width: 100%; margin-left: -93px; padding-left: 120px; }
.block-type-c h3 { line-height: 30px; font-size: 32px; }
.block-type-c h3 img { margin: -2px 0 -2px 18px; display: inline; width: 106px; height: auto; }
.block-type-c p { margin: 12px 0 6px; }
.block-type-c a { color: #3159ae; font-size: 10px; text-transform: uppercase; text-decoration: underline; font-weight: bold; }

#states-list { display: block; margin: 0 -16px 40px; }
#states-list h2 { padding-left: 16px; padding-right: 16px; }
#states-list a { display: block; position: relative; float: left; width: 288px; height: 138px; margin: 0 16px 32px; border-bottom: #d9d9d9 2px solid; background-repeat: no-repeat; background-position: center top; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
#states-list a h3 { display: block; width: 100%; height: 100%; background: -moz-linear-gradient(left, rgba(46, 107, 183, 0.9) 0%, rgba(46, 107, 183, 0) 100%); background: -webkit-linear-gradient(left, rgba(46, 107, 183, 0.9) 0%, rgba(46, 107, 183, 0) 100%); background: linear-gradient(to right, rgba(46, 107, 183, 0.9) 0%, rgba(46, 107, 183, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62e6bb7', endColorstr='#002e6bb7',GradientType=1 ); -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
#states-list a.rj { width: 608px; height: 308px; background-image: url(../images/state-rj.jpg); }
#states-list a.sp { background-image: url(../images/state-sp.jpg); }
#states-list a.df { background-image: url(../images/state-df.jpg); }
#states-list a.ba { background-image: url(../images/state-ba.jpg); }
#states-list a.mg { background-image: url(../images/state-mg.jpg); }
#states-list a.mt { background-image: url(../images/state-mt.jpg); }
#states-list a.ms { background-image: url(../images/state-ms.jpg); }
#states-list a.am { background-image: url(../images/state-am.jpg); }
#states-list a.pr { background-image: url(../images/state-pr.jpg); }
#states-list strong { position: absolute; bottom: 28px; left: 32px; right: 32px; line-height: 30px; color: #fff; font-size: 32px; }

.block-type-a.helper-desk, .block-type-b.helper-desk { /*margin: 0 32px;*/ margin-left: 32px; margin-right: 32px; }

.attendance-title, .service-title { font-size: 48px; font-weight: bold; }

.attendance-title { line-height: 80px; margin-top: 18px; padding-top: 16px; letter-spacing: -0.05em; }

.service-title { margin: 46px 0 19px; line-height: 55px; letter-spacing: -0.03em; }

.service-title.local { margin-top: 24px; }

.attendance-subtitle { font-size: 16px; line-height: 21px; font-weight: bold; letter-spacing: 0; margin-bottom: 57px; }

.block-type-a .attendance-block-title, .block-type-b .attendance-block-title { font-size: 30px; line-height: 36px; margin-bottom: 19px; font-weight: bold; }

.block-type-a .attendance-link, .block-type-b .attendance-link { font-size: 10px; line-height: 45px; letter-spacing: 0; color: #3159ae; text-decoration: underline; }

.sub-container-block { margin: 50px 30px; }

.medium-only { display: none; }

.site-footer { width: 100%; background-color: #fff; }

@media only screen and (max-device-width: 1280px) { #image-attendance-type { width: 100%; overflow: hidden; height: auto; background-image: url("../images/attendance-desktop.jpg"); /*background-image: url('../images/attendance-desktop-full.jpg');*/ background-position: center center; background-size: cover; height: 552px; background-repeat: no-repeat; color: #FFF; font-weight: bold; line-height: 1; } }
@media only screen and (max-device-width: 949px) { #image-attendance-type .container-text-image { width: 592px; margin: 0 auto; }
  #image-attendance-type { width: 100%; overflow: hidden; height: auto; background-image: url(../images/attendance-tablet.jpg); background-position: center center; background-size: cover; /*height: 252px;*/ height: 204px; background-repeat: no-repeat; color: #FFF; font-weight: bold; line-height: 1; }
  .attendance-banner-f-tiny { /*margin-top: 100px;
font-size: 23px;*/ margin-top: 84px; font-size: 16px; display: block; }
  .attendance-banner-f-medium { position: relative; top: -3px; /*font-size: 30px;*/ font-size: 21px; display: block; }
  .attendance-banner-f-large { /*font-size: 60px;*/ font-size: 58px; display: block; text-indent: -2px; }
  .block-type-a.helper-desk, .block-type-b.helper-desk { margin-left: 0; margin-right: 0; }
  #wrapper-attendance-type, .wrapper-attendance { width: 592px; margin: 0 auto; overflow: hidden; font-size: 12px; line-height: 14px; }
  .container-type-block { overflow: hidden; width: 592px; }
  .block-type-a.helper-desk, .block-type-b.helper-desk { margin-right: 0; margin-left: 0; }
  .block-type-a:nth-child(odd), .block-type-b:nth-child(odd) { margin-right: 16px; }
  .block-type-a, .block-type-b, .block-type-b:nth-child(4) { width: 288px; /*height: 520px;*/ height: 260px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 -4px #d9d9d9; -moz-box-shadow: inset 0 -4px #d9d9d9; box-shadow: inset 0 -4px #d9d9d9; margin-bottom: 16px; }
  .block-type-a { height: 190px; }
  .block-type-a:nth-child(5), .block-type-a:nth-child(6) { height: 213px; }
  .block-type-b:nth-child(3), .block-type-b:nth-child(4) { /*height: 464px;*/ height: 232px; }
  .block-type-b:nth-child(5), .block-type-b:nth-child(6) { /*height: 548px;*/ height: 274px; }
  .attendance-title { /*font-size: 40px;
line-height: 57px;*/ font-size: 25px; line-height: 40px; font-weight: bold; letter-spacing: 0; margin-top: 21px; padding-top: 16px; }
  .attendance-subtitle { /*font-size: 17px;
line-height: 25px;*/ font-size: 12px; line-height: 16px; font-weight: bold; letter-spacing: 0; margin-bottom: 43px; }
  .attendance-block-title { font-size: 23px; /*line-height: 1;*/ line-height: 23px; font-weight: bold; margin-bottom: 8px; }
  .block-type-a .attendance-block-title, .block-type-b .attendance-block-title { font-size: 23px; line-height: 23px; font-weight: bold; margin-bottom: 8px; }
  .block-type-a .attendance-link, .block-type-b .attendance-link { font-size: 10px; line-height: 27px; letter-spacing: 0; color: #3159ae; }
  .sub-container-block { /*margin: 50px 27px 50px 30px;*/ margin: 41px 27px 43px 30px; }
  .large-only { display: none; }
  .medium-only { display: inline; } }
@media only screen and (max-width: 768px) { #search-attendance .content-wrapper { max-width: 100%; padding: 0 16px; } }
@media only screen and (max-device-width: 767px) { #image-attendance-type .container-text-image { width: 288px; margin: 0 auto; }
  #image-attendance-type { width: 100%; overflow: hidden; height: auto; /*background-image: url(../../images/attendance-mobile.jpg);*/ background-image: url(../images/attendance-mobile.jpg); background-position: center center; background-size: cover; height: 252px; background-repeat: no-repeat; color: #FFF; font-weight: bold; line-height: 1; }
  .attendance-banner-f-tiny { margin-top: 125px; font-size: 20px; display: block; }
  .attendance-banner-f-medium { position: relative; top: -3px; font-size: 24px; display: block; }
  .attendance-banner-f-large { font-size: 50px; display: block; text-indent: -2px; }
  .block-type-a.helper-desk, .block-type-b.helper-desk { margin-right: 0; margin-left: 0; }
  #wrapper-attendance-type, .wrapper-attendance { width: 90%; margin: 0 auto; overflow: hidden; }
  .container-type-block { overflow: hidden; width: 100%; }
  .block-type-a, .block-type-b, .block-type-b:nth-child(4) { width: 100%; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 -4px #d9d9d9; -moz-box-shadow: inset 0 -4px #d9d9d9; box-shadow: inset 0 -4px #d9d9d9; margin-right: 0px !important; height: auto !important; margin-bottom: 16px; }
  .attendance-title { font-size: 26px; line-height: 40px; font-weight: bold; letter-spacing: 0; }
  .attendance-subtitle { font-size: 12px; line-height: 16px; font-weight: bold; letter-spacing: 0; margin-bottom: 25px; }
  .sub-container-block { margin: 50px 30px; }
  .medium-only { display: none; } }
@media only screen and (max-device-width: 640px) { /*#image-attendance-type{ 	width: 100%; 	overflow: hidden; 	height: auto; 	background-image: url(../../images/attendance-mobile.jpg); 	background-position: center center; 	background-size: cover; 	height: 411px; 	background-repeat: no-repeat; }*/
  #image-attendance-type .container-text-image { width: 288px; margin: 0 auto; }
  #image-attendance-type { width: 100%; overflow: hidden; height: auto; /*background-image: url(../../images/attendance-mobile.jpg);*/ background-image: url(../images/attendance-mobile.jpg); background-position: center center; background-size: cover; height: 411px; background-repeat: no-repeat; color: #FFF; font-weight: bold; line-height: 1; }
  .attendance-banner-f-tiny { margin-top: 280px; font-size: 20px; display: block; }
  .attendance-banner-f-medium { position: relative; top: -3px; font-size: 24px; display: block; }
  .attendance-banner-f-large { font-size: 50px; display: block; text-indent: -2px; } }
@media only screen and (max-device-width: 600px) { #image-attendance-type { width: 100%; overflow: hidden; height: auto; /*background-image: url(../../images/attendance-mobile.jpg);*/ background-image: url(../images/attendance-mobile.jpg); background-position: center center; background-size: cover; height: 286px; background-repeat: no-repeat; }
  .attendance-banner-f-tiny { margin-top: 160px; font-size: 20px; display: block; } }
@media only screen and (max-device-width: 400px) { #image-attendance-type { width: 100%; overflow: hidden; height: auto; /*background-image: url(../../images/attendance-mobile.jpg);*/ background-image: url(../images/attendance-mobile.jpg); background-position: center center; background-size: cover; height: 206px; background-repeat: no-repeat; }
  .attendance-banner-f-tiny { margin-top: 80px; /*font-size: 20px;*/ font-size: 15px; display: block; }
  .attendance-banner-f-large { font-size: 58px; }
  .attendance-banner-f-medium { font-size: 22px; }
  h2.attendance-title { margin-top: 16px; padding-top: 16px; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 760px) { #footer-attendance { padding-top: 50px; padding-bottom: 20px; background-color: transparent; }
  #footer-attendance .footer-desktop { display: none; }
  #footer-attendance .footer-mobile { display: block; }
  #footer-attendance .footer-mobile img { margin-left: auto; margin-right: auto; margin-bottom: 35px; display: block; }
  #footer-attendance .footer-mobile p { width: 100%; text-align: center; padding-bottom: 20px; color: #676767; } }
*, *:before, *:after { -moz-box-sizing: border-box; box-sizing: border-box; }

html { width: 100%; height: 100%; overflow-y: scroll; overflow-x: hidden; }

body { position: relative; width: 100%; min-height: 100%; margin: 0; overflow: hidden; font-family: Arial, Helvetica, sans-serif; padding: 39px 0 37px; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

#home-background { background: #034ea2 url("../images/bg-home.jpg") center center fixed; background-size: cover; position: relative; }

header, main, footer { position: relative; z-index: 2; }

header { z-index: 3; }

.main-home { width: 100%; height: 100%; min-height: 515px; position: relative; }

.background-loader { background: url("../images/background-loader.png"); position: fixed; top: 0; bottom: 0; width: 100%; height: 100%; z-index: 21; display: none; }

.background-loader img { width: 38px; height: 38px; }

.img-loader { position: absolute; margin-top: -19px; margin-left: -19px; top: 50%; left: 50%; }

.fixed-header { display: block; position: fixed; left: 0; right: 0; top: 0; height: 39px; z-index: 10; }

#header-home .menu-lang { position: fixed; right: 20px; top: 20px; float: none; margin: 0; }

body.cambiosaque #header-home { display: none; }

.menu-lang { float: right; position: relative; width: 50px; margin: 12px 0 0 15px; z-index: 20; }
.menu-lang label { display: block; position: relative; width: 44px; height: 17px; cursor: pointer; }
.menu-lang label strong { display: block; width: 23px; height: 17px; line-height: 14px; text-align: center; font-weight: normal; color: #215297; text-transform: uppercase; font-size: 9px; border: 1px solid #215297; }
.menu-lang label:before, .menu-lang label:after { content: ''; display: block; position: absolute; top: 8px; width: 8px; height: 2px; background: #215297; -moz-transition: all 300ms; -o-transition: all 300ms; -webkit-transition: all 300ms; transition: all 300ms; }
.menu-lang label:before { right: 5px; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); }
.menu-lang label:after { -moz-transform: rotate(135deg); -webkit-transform: rotate(135deg); -o-transform: rotate(135deg); -ms-transform: rotate(135deg); right: 0; }
.menu-lang .drop-down { display: block; width: 26px; height: 0px; background: #215297; position: absolute; left: -1px; top: -1px; overflow: hidden; z-index: 20; -moz-transition: all 300ms; -o-transition: all 300ms; -webkit-transition: all 300ms; transition: all 300ms; }
.menu-lang .drop-down a { display: block; width: 100%; height: 20px; text-align: center; font-size: 9px; color: #fff; line-height: 20px; }
.menu-lang .drop-down a:hover { text-decoration: underline; }
.menu-lang.opened label:before { -moz-transform: rotate(135deg); -webkit-transform: rotate(135deg); -o-transform: rotate(135deg); -ms-transform: rotate(135deg); }
.menu-lang.opened label:after { -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); }
.menu-lang.opened .drop-down { height: 40px; }
.menu-lang.white label strong { color: #fff; border: 1px solid #fff; background: rgba(0, 0, 0, 0.2); }
.menu-lang.white label:before, .menu-lang.white label:after { background: #fff; }
.menu-lang.white .drop-down { background: #023f83; }

img.logo-bb { display: block; height: auto; }

.center-home-screen { position: absolute; width: 645px; padding: 10px 0 37px; top: 48%; left: 50%; margin-left: -322px; margin-top: -250px; color: #fff; }
.center-home-screen .logo-bb { width: 56px; }
.center-home-screen .block-field-search { width: 625px; margin-left: auto; margin-right: auto; }

.submit-map { display: none; }

.title-home-screen { width: 100%; padding-top: 44px; padding-bottom: 38px; font-size: 48px; font-weight: bold; text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2); text-align: center; letter-spacing: -2.5px; }

.yellow-header { width: 100%; position: absolute; top: 0; left: 0; background-color: #f8d117; height: 39px; color: #23569c; z-index: 14; }
.yellow-header .content-wrapper { display: block; padding: 0 32px; width: 100%; max-width: 994px; margin: 0 auto; }
.yellow-header img { width: 23px; height: 23px; border: 1px solid #215297; margin-left: 0; margin-top: 8px; }
.yellow-header .language-select { margin: 8px 0 0 15px; }
.yellow-header .selected-language { border: 1px solid #215297; color: #215297; background: none; }
.yellow-header .anchor-language { background-position: -30px -30px; }

.block-field-search { position: relative; }

.block-types-search { height: 32px; overflow: hidden; position: relative; z-index: 2; }

.status { display: none; }

.block-form-search { padding: 35px 0 6px 0; background-color: #fff; border-radius: 0px 5px 5px 6px; -moz-border-radius: 0px 5px 5px 6px; -webkit-border-radius: 0px 5px 5px 6px; -webkit-box-shadow: inset 0px -4px 0px 0px rgba(228, 192, 19, 0.004); -moz-box-shadow: inset 0px -4px 0px 0px rgba(228, 192, 19, 0.004); box-shadow: inset 0px -4px 0px 0px rgba(228, 192, 19, 0.004); position: relative; margin-top: -6px; z-index: 2; }

.error-field-search, .error-field-maps-search, .error-field-desactivate, .error-field-maps-navigator { position: absolute; text-align: center; font-weight: bold; font-size: 12px; width: 100%; color: #ba2e17; top: 10px; display: none; }

.error-field-search { text-align: left; padding-left: 20px; }

.error-field-maps-search, .error-field-maps-navigator { left: 0px; top: 4px; }

#form-search { width: 94.75%; position: relative; margin-left: auto; margin-right: auto; margin-bottom: 7px; }

.input-field { border: 1px, solid, #c8cdd8; background-color: #f2f2f2; height: 60px; width: 100%; border-radius: 4px; line-height: 60px; text-indent: 27px; -webkit-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.2); box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.2); color: #666666; font-size: 16px; }

#form-search .input-field { border: 1px solid #c8cdd8; }

.block-field-search .geolocation { position: absolute; top: 0; left: 0; z-index: 2; }

.input-field::-webkit-input-placeholder { color: #666666; font-size: 16px; }

.input-field:-moz-placeholder { color: #666666; font-size: 16px; }

.input-field::-moz-placeholder { color: #666666; font-size: 16px; }

.input-field:-ms-input-placeholder { color: #666666; font-size: 16px; }

.anchor-search { position: absolute; right: -2px; top: 0; width: 84px; height: 60px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; background-color: #f8d117; -webkit-box-shadow: inset 0px -4px 0px 0px rgba(228, 192, 19, 0.4); -moz-box-shadow: inset 0px -4px 0px 0px rgba(228, 192, 19, 0.4); box-shadow: inset 0px -4px 0px 0px rgba(228, 192, 19, 0.4); }

.anchor-search .icon-pen { position: absolute; top: 19px; right: 30px; }

.block-field-search .anchor-geolocation { position: absolute; top: 18px; left: 21px; }

#field-searchLocal { border-radius: 0 6px 0 0; -moz-border-radius: 0 6px 0 0; -webkit-border-radius: 0 6px 0 0; width: 173px; }

#field-searchAgency { border-radius: 6px 0 0 0; -moz-border-radius: 6px 0 0 0; -webkit-border-radius: 6px 0 0 0; width: 127px; }

.text-my-location { color: #7e8ba4; font-weight: bold; font-size: 12px; position: relative; width: 94.75%; margin-left: auto; margin-right: auto; margin-top: 7px; }

.my-location span { display: none; }

.my-location .info-my-location { display: block; }

.link-remove-location { margin: 1px 0 0 3px; text-decoration: underline; }

.link-remove-location span { display: none; }

.link-remove-location .info-link-add { display: block; }

.text-my-location .my-location { margin: 1px 0 0 7px; }

.link-remove-location:hover { text-decoration: underline; }

#searchAgency { display: none; }

.anchor-type-search { text-decoration: none; text-align: center; font-size: 12px; float: left; height: 29px; line-height: 29px; font-weight: bold; background-color: #299ae9; color: #fff; top: 3px; position: relative; }

.type-search-active { background-color: #fff; color: #7e8ba4; position: relative; z-index: 2; cursor: default; }

.type-search-inactive { -webkit-box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.4); -moz-box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.4); -ms-box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.4); -o-box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.4); box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.4); }

.type-search-inactive:hover { line-height: 32px; height: 32px; position: relative; top: 0; }

.anchor-service-points { font-size: 12px; margin-top: 20px; display: inline-block; text-decoration: underline; }

.sup-footer { position: absolute; left: 50%; top: 50%; display: block; width: 625px; height: 70px; margin: 120px 0 0 -312px; color: #225198; z-index: 20; }
.sup-footer .intro-home-screen { color: #fff; width: 625px; text-align: center; margin-bottom: 43px; }
.sup-footer .intro-home-screen p { font-size: 14px; word-spacing: 0; text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2); }
.sup-footer .banner-rede-rio { -moz-box-sizing: border-box; box-sizing: border-box; display: block; width: 100%; height: 84px; padding: 0 30px 0 0; color: #225198; background: url(../images/banner-rio.jpg) no-repeat; -webkit-background-size: 625px auto; -moz-background-size: 625px auto; -o-background-size: 625px auto; background-size: 625px auto; }
.sup-footer .banner-rede-rio .content { display: block; width: 278px; float: right; }
.sup-footer .banner-rede-rio h3 { margin: 10px 0 0 0; font-size: 18px; }
.sup-footer .banner-rede-rio p { display: block; position: relative; padding-right: 30px; margin-top: 6px; font-size: 14px; line-height: 18px; text-decoration: underline; letter-spacing: -0.02em; }
.sup-footer .banner-rede-rio p .icon { display: block; position: absolute; right: 0; bottom: 0; width: 21px; height: 21px; background: #215197; -webkit-border-radius: 51%; -moz-border-radius: 51%; border-radius: 51%; }
.sup-footer .banner-rede-rio p .icon:before, .sup-footer .banner-rede-rio p .icon:after { content: ''; display: block; position: absolute; left: 8px; width: 6px; height: 2px; background: #eac820; }
.sup-footer .banner-rede-rio p .icon:before { top: 8px; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); }
.sup-footer .banner-rede-rio p .icon:after { top: 11px; transform: rotate(135deg); -moz-transform: rotate(135deg); -webkit-transform: rotate(135deg); -o-transform: rotate(135deg); -ms-transform: rotate(135deg); }

.site-footer { display: block; position: absolute; left: 0; right: 0; bottom: 0; height: 37px; z-index: 8; background-color: #fff; }
.site-footer .logo-bb { display: none; }
.site-footer .wrapper { width: 100%; max-width: 960px; padding: 0 16px; margin: 0 auto; }
.site-footer .copyright-footer { float: left; font-size: 12px; font-weight: bold; display: block; padding: 12px 0 0 0; }
.site-footer .contact-footer { float: right; margin-top: 12px; }
.site-footer .contact-footer li { position: relative; display: block; float: left; padding-right: 9px; font-size: 11px; color: #333; word-spacing: 0; letter-spacing: -0.03em; }
.site-footer .contact-footer li:after { content: ''; display: block; position: absolute; right: 4px; top: 50%; margin-top: -6px; width: 1px; height: 10px; background: #333333; visibility: visible; }
.site-footer .contact-footer li strong { position: relative; float: left; padding-right: 11px; font-weight: normal; }
.site-footer .contact-footer li strong:after { content: ''; display: block; position: absolute; right: 3px; top: 50%; margin-top: -1px; width: 4px; height: 1px; background: #333333; }
.site-footer .contact-footer li:last-child { padding-right: 0; }
.site-footer .contact-footer li:last-child:after { display: none; }
.site-footer .contact-footer li:last-child strong { padding-right: 0; }
.site-footer .contact-footer li:last-child strong:after { display: none; }

.pac-container { border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; border-bottom: 1px solid #7e8ba4; border-left: 1px solid #7e8ba4; border-right: 1px solid #7e8ba4; -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1); }

.pac-item-query, span.pac-matched { font-size: 16px; }

.pac-item { font-size: 16px; padding: 14px 0 14px 40px; border: 1px solid #e5e5e5; cursor: pointer; }

.pac-item:hover { background-color: #e6e6e6; }

.pac-container:after { padding: 20px; margin-right: 20px; }

.main-map { z-index: 6; }

.map-section { display: none; }

#header-map { display: none; }
#header-map .content-wrapper { max-width: 100%; }

.desc-title-header { margin: 8px 0 0 17px; font-weight: 700; font-size: 20px; }

.link-go-portal { display: block; position: relative; margin: 12px 0 0 25px; border-left: 1px solid #c5a81f; padding: 0 24px; font-size: 13px; word-spacing: 1px; }
.link-go-portal strong { text-decoration: underline; }
.link-go-portal:before, .link-go-portal:after { content: ''; display: block; position: absolute; right: 5px; width: 8px; height: 2.5px; background: #2e5b94; }
.link-go-portal:before { top: 4px; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); }
.link-go-portal:after { top: 8px; -moz-transform: rotate(135deg); -webkit-transform: rotate(135deg); -o-transform: rotate(135deg); -ms-transform: rotate(135deg); }

.result-agencies { width: 428px; height: 100%; padding-top: 39px; position: fixed; left: 0; top: 0; z-index: 2; background-color: #f6f6f6; }

body.cambiosaque .result-agencies { padding-top: 98px; }

.link-back-home-mobile { display: none; }

.result-agencies::after { content: ""; position: absolute; height: 100%; width: 20px; background: url("../images/bg-side-menu.png") repeat-y; position: absolute; z-index: 10; right: -11px; top: 0; }

.header-filters { position: relative; height: 30px; line-height: 29px; color: #fff; background-color: #528bea; z-index: 3; display: none; -webkit-transition: height .25s linear; -moz-transition: height .25s linear; -ms-transition: height .25s linear; -o-transition: height .25s linear; transition: height .25s linear; z-index: 11; }

.header-filters .icon-close-filter { display: none; }

.filter-active { height: 60px; background-color: #3159ae; }
.filter-active .combobox-filter { display: none; }
.filter-active .link-filter-tablet .icon-back-tablet { margin: 0 0 0 0; float: left; }
.filter-active .total-results { margin: 0 0 0 23px; float: left; }
.filter-active .icon-close-filter { display: block; position: absolute; right: 33px; top: 20px; }

.link-filter-tablet { display: block; position: relative; float: left; border-right: 1px solid #fff; height: 35px; margin-top: 0; }

.filter-active-mobile { display: none; }

.total-results { margin-left: 23px; font-size: 12px; }

.total-results span { float: left; }

.total-results .number-results { font-weight: bold; font-size: 14px; margin-right: 3px; }

.combobox-filter { position: relative; margin-right: 18px; font-size: 14px; font-weight: bold; padding-right: 22px; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); line-height: 28px; }

.combobox-filter .anchor-language { position: absolute; right: 0; top: 11px; }

.block-agencies-list { position: relative; margin-top: 15px; height: 85%; overflow: auto; }

.no-results-filter, .error-results-filter { position: absolute; top: 25px; width: 370px; left: 30px; display: none; }

.no-results-filter h3, .error-results-filter h3 { font-size: 24px; margin-bottom: 40px; font-weight: normal; line-height: 31px; }

.list-allowed-search { font-size: 16px; }

.list-allowed-search li { margin-bottom: 20px; }

.list-agencies { width: 400px; margin-left: auto; margin-right: auto; margin-bottom: 20px; }

.item-list-agency { position: relative; width: 100%; padding-top: 23px; padding-bottom: 30px; border-bottom: 2px solid #e6e6e6; z-index: 3; visibility: hidden; }

.item-list-agency .icon-arrow-list-agencies { position: absolute; right: 0; top: 50%; margin-top: -15px; }

.hide-list-results { display: none; }

.block-pin-agency { height: 50px; width: 60px; }

.circle-number-item { color: #fff; font-size: 12px; font-weight: bold; width: 24px; height: 24px; background-color: #3159ae; line-height: 24px; display: block; margin-left: auto; margin-right: auto; text-align: center; border-radius: 20px; }

.pin-atm { background-color: #ffd300; color: #000; }

.pin-style { background-color: #203664; }

.circle-atm-service { background-color: #203664; }

.description-agency-list { width: 290px; }

.link-filter-tablet { display: none; }

.description-agency-list .agency-name { font-size: 16px; margin-top: 3px; margin-bottom: 5px; color: #333; }

.description-agency-list .section-agency { font-size: 24px; font-weight: normal; padding-bottom: 18px; color: #333; }

.value-distance { font-size: 14px; color: #666; font-weight: bold; margin-top: 2px; }

.tablet-distance { display: none; }

.distance-agencie .icon-pin-localization { margin-right: 10px; }

.list-worklog { color: #666; font-size: 14px; margin-top: 2px; line-height: 17px; }

.work-time .icon-clock { margin-right: 10px; }

.list-worklog li { margin-bottom: 10px; }

.blocklist-services { margin-left: 65px; font-size: 12px; color: #3159ae; }

.list-services span { padding-right: 3px; }

.list-services-modal, .agency-address-modal, .email-modal-agency, .contact-modal-agency, .matrix-modal-agency, .cnpj-agency-modal { position: absolute; visibility: hidden; }

.link-more-services { font-weight: bold; display: inline-block; padding-left: 3px; }

.promo-alert { position: relative; width: 100%; }

.promo-alert .close-promo { position: absolute; right: 5px; top: 15px; z-index: 3; }

.promo-alert img { width: 100%; }

.main-block-agency { width: 100%; height: 100%; position: relative; }

.detail-agency { position: relative; display: none; }

.container-detail-agency { padding: 0 22px 0 31px; position: relative; height: 100%; }

.detail-agency h2 { font-size: 16px; }

.detail-agency h3 { font-size: 24px; font-weight: normal; padding-top: 6px; }

.detail-agency-services { font-size: 16px; margin-top: 15px; }

.detail-agency-services h4 { color: #676767; padding-bottom: 7px; }

.title-general-agency, .title-postal-branche { display: none; }

.intro-detail-agency { font-size: 14px; color: #666666; margin-top: 19px; }

.intro-detail-agency li { float: left; }

.intro-detail-agency li strong { display: block; }

.position-agency { width: 110px; padding-top: 5px; }

.position-agency .value-position-agency { float: left; margin: 2px 0 0 6px; }

.time-work-agency { width: 100px; }

.time-work-agency .icon-clock { margin-top: 5px; margin-right: 5px; }

.detail-agency .time-work-agency .worklog-divider { display: none; }

.list-agency-services { font-size: 16px; color: #3159ae; line-height: 31px; }

.detail-back-to-results { width: 100%; height: 50px; border-bottom: 1px solid #e2e2e2; }

.link-all-services { font-size: 12px; color: #3159ae; font-weight: bold; display: block; text-decoration: underline; margin-top: 11px; }

.back-to-results { width: 100%; display: block; border-bottom: 1px solid #e2e2e2; color: #3d62b2; font-size: 16px; font-weight: bold; padding: 0; height: 60px; margin-bottom: 23px; }

.back-to-results .arrow-blue { float: left; margin: 16px 0 0 33px; }

.text-to-results { display: block; border-left: 1px solid #e2e2e2; height: 34px; margin-left: 20px; line-height: 35px; padding-left: 20px; float: left; margin-top: 12px; }

.detail-agency-contact { margin-top: 20px; border: 1px solid #e7e7e7; display: block; padding: 20px; font-size: 16px; color: #676767; border-radius: 10px; -webkit-box-shadow: 0px 4px 0px 0px #e6e6e6; -moz-box-shadow: 0px 4px 0px 0px #e6e6e6; box-shadow: 0px 4px 0px 0px #e6e6e6; }

.detail-agency-contact p { line-height: 22px; }

.detail-agency-contact h4 { padding-bottom: 5px; }

.detail-matrix { color: #676767; font-size: 14px; margin-top: 25px; line-height: 25px; }

.detail-matrix h4 { font-size: 16px; }

.list-detail-contact { margin-top: 12px; font-size: 14px; }

.list-detail-contact li { padding-bottom: 10px; display: block; width: 100%; float: left; }

.list-detail-contact .sprite { margin: 3px 15px 0 0; }

.links-routes-agency { margin-top: 16px; width: 100%; position: relative; background-color: #3159ae; border-radius: 4px; -webkit-box-shadow: 0 4px 0 0 #27478b; -moz-box-shadow: 0 4px 0 0 #27478b; -ms-box-shadow: 0 4px 0 0 #27478b; -o-box-shadow: 0 4px 0 0 #27478b; }

.links-routes-agency a { position: relative; font-size: 16px; color: #fff; font-weight: bold; display: block; padding: 16px 0 15px 45px; }

.share-link-agency { border-bottom: 2px solid #2c509c; }

.links-route-agency .icon-share-agency { margin-right: 30px; }

.links-route-agency .icon-see-route { margin-right: 20px; }

.text-link-share { margin-left: 45px; }

.text-link-route { margin-left: 40px; margin-top: 3px; }

.block-filters { width: 100%; height: 100%; padding-top: 20px; padding-bottom: 20px; background: #528bea; color: #fff; position: relative; z-index: 11; display: none; }

.content-filters { padding: 20px 0; display: block; height: 90%; overflow: auto; }

.division-filters { padding-left: 32px; }

.division-filters h4 { font-size: 20px; padding-bottom: 15px; }

.bgr-bottom-filter { display: block; width: 285px; height: 3px; background: url("../images/bg-filters.png") repeat-x; margin: 18px 0 25px 0; }

.description-filter { margin: 4px 0 0 15px; width: 330px; }

.link-filter { display: block; padding-bottom: 17px; }

.link-filter .description-filter { font-size: 14px; font-weight: bold; }

.footer-mobile { display: none; }

.block-map-canvas { position: relative; }

.block-checkbox-map { position: absolute; left: 10px; top: 10px; z-index: 6; width: 225px; background: #fff; padding: 10px; border-radius: 4px; box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5); }
.block-checkbox-map .activeMap { position: relative; float: left; width: 15px; height: 15px; margin-right: 8px; border-radius: 4px; box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); }

#active-map-mobile { display: none; }

#active-map-desktop { display: block; }

.activeMap.activeCheck::before { position: absolute; top: 4px; left: 4px; content: ""; background: #bbb; width: 7px; height: 6px; border-radius: 7px; }

#activeMapCheck { display: none; }

.text-check { float: left; margin: 2px 0 0 0; font-size: 12px; }

.block-check-map:checked { background: red; }

#map-canvas { position: absolute; z-index: 5; top: 0; }

#map-canvas-mobile { display: none; }

.block-search-map, .block-search-cambiosaque { position: absolute; z-index: 12; background: #fff; height: 59px; }

.block-search-cambiosaque { left: 0; right: 0; padding: 20px 0 0 33px; display: block; display: none; }
.block-search-cambiosaque fieldset { border: 0; padding: 0; margin: 0 0 0 80px; }
.block-search-cambiosaque fieldset legend { float: left; padding-left: 32px; margin-right: 16px; font-size: 20px; color: #333333; font-weight: bold; line-height: 24px; height: 24px; border-left: 1px solid #c8d1d8; }
.block-search-cambiosaque fieldset .filter-item { float: left; margin-right: 40px; }
.block-search-cambiosaque fieldset .filter-item:last-child { margin-right: 0; }
.block-search-cambiosaque fieldset .filter-item select { width: 100%; }
.block-search-cambiosaque fieldset .filter-item label, .block-search-cambiosaque fieldset .filter-item span.checkbox { float: left; margin-right: 8px; }
.block-search-cambiosaque fieldset .filter-item span.checkbox { cursor: pointer; }
.block-search-cambiosaque fieldset .filter-item span.checkbox input { display: none; }
.block-search-cambiosaque fieldset .filter-item label { color: #6e6e6e; font-size: 9px; line-height: 9px; margin: 0; }
.block-search-cambiosaque fieldset .filter-item label strong { font-weight: normal; display: block; margin-bottom: 3px; line-height: 12px; color: #333333; font-size: 14px; }
.block-search-cambiosaque fieldset.estado .filter-item { margin-top: -6px; margin-bottom: -6px; width: 220px; }
.block-search-cambiosaque fieldset:first-child { margin-left: 0; }
.block-search-cambiosaque fieldset:first-child legend { padding-left: 0; border-left: 0; }

.block-search-map form { padding: 0 32px 0 60px; }
.block-search-map form .field-search-map { display: block; width: 100%; height: 40px; margin: 9px 0 0 0; padding-right: 35px; border: 0; border-bottom: 1px solid #e5e5e5; line-height: 39px; font-size: 16px; color: #b2b2b2; font-weight: bold; outline: none; position: relative; }
.block-search-map form .icon-pen-map { position: absolute; left: 20px; top: 9px; z-index: 1; }
.block-search-map form .icon-close-filter-map { position: absolute; right: 30px; top: 10px; }

.submit-form-map { position: absolute; display: none; }

.block-search-local, .block-search-branche { display: none; position: relative; }

.block-search-local .bottom-line, .block-search-branche .bottom-line { border-bottom: 1px solid #e5e5e5; position: absolute; content: " "; height: 1px; top: 49px; left: 60px; z-index: 1; }

.field-search-map::-webkit-input-placeholder { color: #b2b2b2; font-size: 16px; }

.field-search-map:-moz-placeholder { color: #b2b2b2; font-size: 16px; }

.field-search-map::-moz-placeholder { color: #b2b2b2; font-size: 16px; }

.field-search-map:-ms-input-placeholder { color: #b2b2b2; font-size: 16px; }

.label-map { font-weight: bold; color: #fff; font-size: 24px; margin-left: -14px !important; margin-top: -42px !important; }

.label-map-two { font-weight: bold; color: #fff; font-size: 24px; margin-left: -20px !important; margin-top: -42px !important; }

.label-map-three { font-weight: bold; color: #fff; font-size: 16px; margin-left: -21px !important; margin-top: -38px !important; }

.label-atm { color: #203664; }

.infoBox img { display: none !important; }

.info-agencie { padding: 20px 0; width: 261px; text-align: center; border-radius: 5px; -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2); background-color: #fff; font-weight: bold; color: #333; font-size: 14px; position: relative; }

.infobox-prefix { font-size: 18px; }

.divisor-infobox { display: inline-block; padding: 0 10px; }

.select2-container { width: 100%; }
.select2-container .select2-selection { padding-left: 14px; height: 32px !important; line-height: 32px !important; border: 1px solid #d6d6d6 !important; background: #fff !important; background-image: none; font-size: 180%; color: #a8a8a8 !important; letter-spacing: -0.01em; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.select2-container .select2-selection .select2-selection__rendered { padding: 0 38px 0 0; margin-right: 0 0 0 0; font-size: 14px; color: #a8a8a8; line-height: 32px; text-align: left; }
.select2-container .select2-selection .select2-selection__arrow { width: 38px; height: 32px; border: 0; }
.select2-container .select2-selection .select2-selection__arrow b { border: 0; background: none; position: absolute; left: 50%; top: 50%; margin: -5px 0 0 -8px; width: 12px; height: 6px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.select2-container .select2-selection .select2-selection__arrow b:before, .select2-container .select2-selection .select2-selection__arrow b:after { content: ''; display: block; width: 8px; height: 3px; background: #23569c; position: absolute; top: 4px; -moz-transition: all 400ms; -o-transition: all 400ms; -webkit-transition: all 400ms; transition: all 400ms; }
.select2-container .select2-selection .select2-selection__arrow b:before { left: 0; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); }
.select2-container .select2-selection .select2-selection__arrow b:after { right: 0; -moz-transform: rotate(135deg); -webkit-transform: rotate(135deg); -o-transform: rotate(135deg); -ms-transform: rotate(135deg); }
.select2-container.select2-container--open .select2-selection .select2-selection__arrow b:before { -moz-transform: rotate(135deg); -webkit-transform: rotate(135deg); -o-transform: rotate(135deg); -ms-transform: rotate(135deg); }
.select2-container.select2-container--open .select2-selection .select2-selection__arrow b:after { -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); }
.select2-container.select2-container--focus .select2-choice, .select2-container.select2-container--focus .select2-choices { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.select2-dropdown { border: 0; background: #fff !important; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; margin-top: 0 !important; }
.select2-dropdown .select2-results { border: 1px solid #d6d6d6; border-top: 0; margin: 0; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
.select2-dropdown .select2-results .select2-results__option { border-color: #f5f5f5; border-style: solid; border-width: 0; border-top-width: 1px; border-bottom-width: 1px; color: #a8a8a8; height: 32px; line-height: 32px; text-align: center; margin-top: -1px; font-size: 14px; font-weight: normal; text-align: left; letter-spacing: -0.01em; padding: 3px 14px 4px !important; }
.select2-dropdown .select2-results .select2-results__option:hover, .select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted { color: #23569c; background: none; }
.select2-dropdown .select2-results .select2-results__option.select2-results__option[aria-selected="true"] { display: none; color: #ffec00; background: none !important; }
.select2-dropdown .select2-results:first-child .select2-results__option { margin-top: 0; }
.select2-dropdown .select2-results:last-child .select2-results__option { border-bottom-width: 0; }
.select2-dropdown.select2-dropdown--above { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; margin-top: 1px !important; }
.select2-dropdown.select2-dropdown--above .select2-results { border-bottom: 0; border-top: 1px solid #d6d6d6; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }
.select2-dropdown.select2-dropdown--above .select2-results .select2-result:first-child .select2-results__option { border-top-width: 0; }
.select2-dropdown.select2-dropdown--above .select2-results .select2-result:last-child .select2-results__option { border-bottom-width: 1px; }

.linha-field.error .select2-dropdown .select2-results, .linha-field.error .select2-dropdown.select2-dropdown--above .select2-results { border-color: #ff0000 !important; }
.linha-field.error .select2-container .select2-dropdown .select2-results { border-color: #ff0000 !important; }
.linha-field.error .select2-container .select2-selection { border-color: #ff0000 !important; }
.linha-field.error .select2-container.select2-dropdown-open .select2-choice { border: 1px solid #ff0000; }

@media only screen and (max-width: 1100px) { .site-footer .copyright-footer { font-size: 11px; }
  .site-footer .contact-footer { margin-top: 13px; }
  .site-footer .contact-footer li { font-size: 8px; word-spacing: 1px; } }
@media only screen and (max-width: 960px) { body { padding-top: 48px; }
  .fixed-header, .yellow-header { height: 48px; }
  .yellow-header .content-wrapper { padding: 0 16px; max-width: 100%; }
  .yellow-header img { width: 30px; height: 30px; margin-top: 9px; }
  .yellow-header .desc-title-header { line-height: 32px; }
  .yellow-header .link-go-portal { margin: 16px 0 0 0; }
  .yellow-header .menu-lang { margin: 15px 25px 0 0; }
  .result-agencies { padding-top: 48px; width: 320px; }
  body.cambiosaque .result-agencies { padding-top: 96px; }
  .header-filters { height: 50px; padding-top: 7px; }
  .link-filter-tablet { display: block; float: left; height: 35px; padding: 5px 20px 5px 16px; border-right: 1px solid #93adda; line-height: 1px; }
  .total-results { height: 35px; line-height: 35px; }
  .combobox-filter { margin-top: 4px; }
  .division-filters { padding-left: 16px; }
  .division-filters h4 { font-size: 16px; }
  .description-filter { width: 250px; }
  .block-search-cambiosaque, #block-search { -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.29); -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.29); box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.29); }
  .block-agencies-list .no-results-filter, .block-agencies-list .error-results-filter { width: 100%; left: auto; padding-left: 14px; padding-right: 14px; }
  .list-agencies { width: 308px; margin-left: 0; margin-right: 0; }
  .list-agencies .block-pin-agency { width: 50px; }
  .list-agencies .item-list-agency { padding-bottom: 5px; }
  .list-agencies .description-agency-list { padding-right: 35px; width: 258px; }
  .list-agencies .description-agency-list .agency-name { font-size: 12px; margin-bottom: 5px; margin-top: 3px; }
  .list-agencies .description-agency-list .section-agency { font-size: 16px; padding-bottom: 18px; }
  .list-agencies .description-agency-list .list-worklog { font-size: 12px; margin-top: -2px; }
  .list-agencies .description-agency-list .list-worklog li { margin-bottom: 0; }
  .list-agencies .description-agency-list .list-worklog .interval-date-agency { display: block; line-height: 12px; }
  .list-agencies .description-agency-list .list-worklog .worklog-divider { display: none; }
  .list-agencies .blocklist-services { margin-left: 50px; }
  .list-agencies .icon-arrow-list-agencies { right: 8px; }
  #states-list { width: 640px; margin: 0 auto; }
  #states-list h2 { font-size: 40px; }
  #banner-torcida { height: 306px; }
  #banner-torcida .container { height: 306px; }
  #banner-torcida .content { max-width: 810px; }
  #banner-torcida h2 { max-width: 320px; font-size: 36px; line-height: 38px; }
  .j-custom-checkbox, .j-custom-radio { width: 19px; height: 19px; margin-right: 6px; }
  .block-search-cambiosaque { padding: 15px 0 0 16px; height: 48px; }
  .block-search-cambiosaque fieldset { margin: 0 0 0 46px; }
  .block-search-cambiosaque fieldset legend { padding-left: 17px; margin-right: 9px; font-size: 16px; line-height: 19px; height: 19px; }
  .block-search-cambiosaque fieldset .filter-item { margin-right: 14px; }
  .block-search-cambiosaque fieldset .filter-item label { font-size: 8px; line-height: 8px; }
  .block-search-cambiosaque fieldset .filter-item label strong { margin-bottom: 0; line-height: 12px; font-size: 12px; }
  .block-search-cambiosaque fieldset.estado .filter-item { margin-top: -4px; width: 165px; }
  .select2-container .select2-selection { padding-left: 10px; height: 24px !important; line-height: 24px !important; font-size: 12px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
  .select2-container .select2-selection .select2-selection__rendered { padding: 0 28px 0 0; font-size: 12px; line-height: 24px; }
  .select2-container .select2-selection .select2-selection__arrow { width: 28px; height: 24px; }
  .select2-container .select2-selection .select2-selection__arrow b { margin: -4px 0 0 -4px; width: 10px; height: 7px; -moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px; }
  .select2-container .select2-selection .select2-selection__arrow b:before, .select2-container .select2-selection .select2-selection__arrow b:after { width: 7px; height: 3px; top: 2px; }
  .select2-dropdown { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
  .select2-dropdown .select2-results { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
  .select2-dropdown .select2-results .select2-results__option { height: 28px; line-height: 19px; margin-top: -1px; font-size: 12px; padding: 5px 10px 4px !important; }
  .select2-dropdown.select2-dropdown--above { margin-top: 1px !important; }
  .select2-dropdown.select2-dropdown--above .select2-results { border-bottom: 0; border-top: 1px solid #d6d6d6; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }
  .select2-dropdown.select2-dropdown--above .select2-results .select2-result:first-child .select2-results__option { border-top-width: 0; }
  .select2-dropdown.select2-dropdown--above .select2-results .select2-result:last-child .select2-results__option { border-bottom-width: 1px; } }
@media only screen and (max-width: 760px) { body { padding-top: 48px; }
  #home-background { background-image: url(../images/bg-home-tablet.jpg); }
  .input-field::-webkit-input-placeholder { font-size: 12px; }
  .input-field:-moz-placeholder { font-size: 12px; }
  .input-field::-moz-placeholder { font-size: 12px; }
  .input-field:-ms-input-placeholder { font-size: 12px; }
  .center-home-screen { top: 37%; width: 496px; height: 405px; margin: -202px 0 0 -248px; }
  .center-home-screen .logo-bb { width: 82px; }
  .sup-footer { position: absolute; left: 0; right: 0; bottom: 0; top: auto; width: 100%; height: auto; margin: 0; }
  .sup-footer .intro-home-screen { width: 100%; margin-bottom: 31px; }
  .sup-footer .intro-home-screen p { padding-left: 16px; padding-right: 16px; font-size: 12px; color: #c1d1f2; }
  .sup-footer .intro-home-screen a { margin-top: 30px; font-size: 10px; }
  .sup-footer .banner-rede-rio { height: 104px; padding: 0 36px 0 0; -webkit-background-size: auto 100%; -moz-background-size: auto 100%; -o-background-size: auto 100%; background-size: auto 100%; background-position: right top; }
  .sup-footer .banner-rede-rio .content { width: 342px; }
  .sup-footer .banner-rede-rio h3 { margin: 14px 0 0 0; font-size: 22px; }
  .sup-footer .banner-rede-rio p { padding-right: 42px; margin-top: 2px; font-size: 17px; line-height: 22px; }
  .sup-footer .banner-rede-rio p .icon { width: 27px; height: 27px; }
  .sup-footer .banner-rede-rio p .icon:before, .sup-footer .banner-rede-rio p .icon:after { left: 10px; width: 8px; height: 3px; }
  .sup-footer .banner-rede-rio p .icon:before { top: 10px; }
  .sup-footer .banner-rede-rio p .icon:after { top: 14px; }
  .error-field-search { padding-left: 0; text-indent: 20px; }
  .error-field-maps-search, .error-field-maps-navigator { top: 42px; }
  .wrapper { width: 90%; }
  .title-home-screen { margin: 0 auto; max-width: 320px; letter-spacing: 0; font-size: 40px; }
  .center-home-screen .block-field-search { width: 100%; }
  .intro-home-screen { width: 90%; padding-bottom: 0; margin-bottom: 0; }
  .link-go-portal { margin: 13px 20px 0 0; border-left: 0; }
  .anchor-search { width: 64px; height: 53px; }
  .anchor-search .icon-pen { top: 16px; right: 19px; }
  .input-field { height: 53px; line-height: 55px; font-size: 12px; }
  .main-block-agency { height: auto !important; }
  #search-map-bar { position: fixed; width: 100%; top: 48px; z-index: 15; }
  #search-map-bar form { padding: 0 32px 0 106px; }
  #search-map-bar form .icon-pen-map { left: 66px; }
  .block-search-cambiosaque { position: fixed; left: 0; right: 0; height: 156px; padding-right: 16px; }
  .block-search-cambiosaque form { display: block; }
  .block-search-cambiosaque fieldset { display: block; margin-left: 0; }
  .block-search-cambiosaque fieldset legend { float: none; display: block; padding-left: 0; border-left: 0; margin-bottom: 8px; }
  .block-search-cambiosaque fieldset .filter-item { float: none; margin: 0 10px 0 0; }
  .block-search-cambiosaque fieldset.estado { margin-top: 5px; }
  .block-search-cambiosaque fieldset.estado .filter-item { margin-top: 0; width: 100%; }
  .link-back-home-mobile { display: block; position: absolute; left: 13px; top: 4px; border-right: 1px solid #ccc; padding-right: 21px; padding-top: 3px; }
  .block-search-map .icon-pen-map { left: 70px; top: 17px; }
  .block-agencies-list { position: relative; margin-top: 328px; height: auto !important; overflow: visible !important; }
  .background-map { background: #fff !important; }
  .header-filters { height: 39px; line-height: 39px; padding-top: 0; position: fixed; width: 100%; top: 107px; }
  .header-filters .link-filter-tablet { display: none; }
  .header-filters .total-results { height: 39px; line-height: 39px; }
  .header-filters .combobox-filter { margin-top: 0; height: 39px; line-height: 39px; }
  .header-filters .combobox-filter .anchor-language { top: 16px; }
  .back-to-results { position: fixed; margin-top: 0 !important; background: #fff; z-index: 5; box-shadow: 2px 1px 8px 0px rgba(0, 0, 0, 0.2); }
  .result-agencies { width: 320px; position: relative; width: 100%; min-height: 100%; margin-top: 0; padding-top: 59px; background-color: #fff; }
  body.cambiosaque .result-agencies { padding-top: 157px; }
  .result-agencies::after { content: ""; position: absolute; height: 100%; width: 0; background: none; position: absolute; right: -11px; top: 0; }
  .block-pin-agency { width: 15%; }
  .description-agency-list { width: 75%; }
  .no-results-filter { position: relative; width: 90%; margin: -24px 0 0 0; padding-bottom: 40px; left: 0; padding-left: 5%; padding-right: 5%; padding-top: 15px; background: #fff; z-index: 10; box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.4); }
  .list-agencies { width: 100%; background: #fff; box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.4); margin-bottom: 0; padding-bottom: 0; position: relative; z-index: 5; }
  .item-list-agency { padding-top: 20px !important; padding-bottom: 20px !important; }
  .item-list-agency .icon-arrow-list-agencies { right: 15px; }
  .combobox-filter .anchor-language { top: 21px; }
  .background-map #footer-home { padding-top: 32px; position: relative; }
  body.home { padding-bottom: 0; }
  body.home #footer-home { display: none; }
  .background-map .footer-desktop { display: none; }
  .background-map .footer-mobile { display: block; }
  .background-map .footer-mobile img { margin-left: auto; margin-right: auto; margin-bottom: 35px; width: 30px; height: auto; display: block; }
  .background-map .footer-mobile p { width: 100%; text-align: center; padding-bottom: 20px; color: #676767; }
  .background-map .footer-mobile p strong { display: block; }
  .block-filters { z-index: 15; }
  .header-filters.filter-active { line-height: 16px; }
  .combobox-filter .anchor-language { top: 22px; }
  .filter-active-mobile { z-index: 300; display: block; }
  .filter-active-mobile .total-results, .filter-active-mobile .link-filter-tablet { margin-top: 12px; }
  #map-canvas-mobile { position: fixed !important; width: 100%; height: 290px; top: 146px; margin-bottom: 90px; z-index: 3; }
  .block-map-canvas { position: fixed; top: 146px; width: 100%; height: 275px; z-index: 5; }
  #active-map-mobile { display: block; position: absolute; top: 23px; }
  #active-map-desktop { display: none; }
  .block-form-search { border-radius: 0px 0px 5px 6px; -moz-border-radius: 0px 0px 5px 6px; -webkit-border-radius: 0px 0px 5px 6px; }
  .text-my-location { font-size: 10px; margin-top: 10px; }
  .text-my-location .icon-geo-location { margin: -2px 0; }
  .block-search-map .icon-close-filter-map { right: 10px; top: 19px; }
  .description-filter { width: 240px; }
  #field-searchAgency { width: 40%; }
  #field-searchLocal { width: 60%; }
  .block-detail-agency { margin-top: 0; box-shadow: 0px 0px 0px 0px; padding-top: 4px; position: relative; }
  .container-detail-agency { padding: 20px 16px; margin-top: 325px; background: #fff; box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.4); position: relative; z-index: 6; }
  body.cambiosaque .block-map-canvas, body.cambiosaque #map-canvas-mobile { top: 242px; }
  body.cambiosaque .header-filters { top: 203px; }
  body.cambiosaque #active-map-mobile { display: none; }
  #banner-torcida { height: 204px; }
  #banner-torcida .container { width: 100%; height: 204px; }
  #banner-torcida .content { max-width: 624px; }
  #banner-torcida h2 { width: 100%; max-width: 245px; font-size: 28px; line-height: 28px; }
  .wrapper-services { max-width: 624px; }
  .service-title { font-size: 28px; line-height: 32px; margin: 36px 0 19px; }
  .block-type-c { padding: 28px 28px 36px; }
  .block-type-c .icon { width: 83px; height: 83px; }
  .block-type-c .content { margin-left: -83px; padding-left: 110px; }
  .block-type-c h3 { font-size: 28px; line-height: 26px; }
  .block-type-c h3 img { display: inline; width: 93px; margin: -2px 0 -2px 11px; }
  .block-type-c p { font-size: 12px; line-height: 14px; margin: 12px 0 6px; }
  #states-list { width: 608px; margin: 0 auto 40px; }
  #states-list h2 { font-size: 28px; }
  #states-list a { height: 122px; width: 288px; margin: 0 8px 16px; -moz-background-size: 100% auto; -o-background-size: 100% auto; -webkit-background-size: 100% auto; background-size: 100% auto; }
  #states-list a.rj { width: 592px; height: 122px; background-image: url(../images/state-rj-tablet.jpg); }
  #states-list strong { bottom: 24px; left: 28px; right: 28px; line-height: 27px; font-size: 28px; }
  #footer-home { display: none; } }
@media only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1) { #header-attendance .anchor-language { background-position: -30px -30px; top: 5px; }
  .list-worklog { width: auto; }
  .work-time { float: left; width: auto; margin-left: 5px; }
  .description-agency-list .agency-name { font-size: 14px; }
  .description-agency-list .section-agency { font-size: 18px; }
  .list-worklog { margin-top: 2px; }
  .list-worklog li { margin-bottom: 3px; font-size: 13px; }
  .distance-agencie .icon-pin-localization, .work-time .icon-clock { margin-right: 5px !important; }
  .desktop-distance { display: none; }
  .tablet-distance { display: block; font-size: 16px; }
  .simple-list-work { float: left; margin-left: 15px; }
  .simple-list-work .worklog-divider { display: none; }
  .simple-list-work .list-worklog strong { display: block; }
  .block-form-search { margin-top: -6px; }
  /*	 .combobox-filter { 	line-height: 52px; 	margin-right: 18px; } */
  .filter-active .icon-close-filter { right: 18px; top: 20px; }
  .filter-active .combobox-filter .anchor-language { display: none; } }
/*
@media only screen and ( min-width: 768px ) and (max-width: 1080px) and (-webkit-min-device-pixel-ratio: 1) {
	
	html {
		width: 100%;
		height: 100%;
	}


	.center-home-screen .block-field-search {
		width: 100%;
		height: auto;
	}

	.pac-container {
		border-bottom-right-radius:4px;
		border-bottom-left-radius: 4px;
		border-bottom:1px solid #7e8ba4;
		border-left:1px solid #7e8ba4;
		border-right:1px solid #7e8ba4;
		-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow:    0px 2px 0px 0px rgba(0, 0, 0, 0.1);
		box-shadow:         0px 2px 0px 0px rgba(0, 0, 0, 0.1);
	}

	.no-results-filter {
		width: 290px;
	}

	.list-agencies {
		width: 100%;
	}

	.block-pin-agency {
		width: 50px;
	}

	.description-agency-list {
		width: 250px;
	}

	.blocklist-services {
		margin-left: 50px;
	}

	.item-list-agency .icon-arrow-list-agencies	{
		right: 10px;
	}

	.header-filter {
		height: 50px;
		line-height: 50px;
	}

	.combobox-filter {
		line-height: 52px;
		margin-right: 18px;
	}

	.link-filter-tablet {
		display: block;
		position: relative;
		float: left;
		border-right:1px solid #fff;
		height: 35px;
		margin-top: 8px;
	}

	.link-filter-tablet .icon-back-tablet {
		margin:5px 15px 0 15px;
	}

	.site-footer .wrapper {
		width: 100%;
	}

	.copyright-footer {
		margin-left: 13px;
		padding:9px 0 0;
		font-size: 10px;
	}

	.contact-footer {
		margin-top: 3px;
		margin-left: 0;
		margin-right: 15px;
		float: right;
	}


	.contact-footer li {
		font-size: 7px;
	}
	
	.header-filters {
		height: 50px;
		line-height: 50px;
	}
	.header-filters.filter-active {
		line-height: 16px;
	}
	.combobox-filter .anchor-language {
		top: 22px;
	}
	.filter-active .total-results {
		margin-top: 18px;
	}
	.description-filter {
		width: 225px;
	}

}
*/
@media only screen and (max-width: 760px) { body, body.home.cambiosaque { padding-bottom: 380px; }
  body.home { padding-bottom: 0; }
  #home-background { background-image: url(../images/bg-home-mobile.jpg); }
  #map-canvas { display: none; }
  #map-canvas-mobile { display: block; }
  .block-filters { padding-top: 0; padding-bottom: 0; }
  .site-footer { border-top: 1px solid #e8e8e8; height: 380px; }
  .site-footer .logo-bb { display: block; width: 30px; margin: 32px auto; }
  .site-footer .copyright-footer { display: none; }
  .site-footer .contact-footer { float: none; display: block; margin: 0 auto; text-align: center; }
  .site-footer .contact-footer li { float: none; display: block; padding: 0; margin-bottom: 20px; font-size: 12px; color: #676767; letter-spacing: 0; }
  .site-footer .contact-footer li:after { display: none; }
  .site-footer .contact-footer li strong { float: none; display: block; margin-bottom: 2px; font-weight: bold; padding: 0; }
  .site-footer .contact-footer li strong:after { display: none; } }
@media only screen and (max-width: 640px) { #banner-torcida { background: none; }
  #banner-torcida .container { background: url(../images/banner-services-phone.jpg) no-repeat center top; }
  #banner-torcida .content { max-width: 460px; }
  #banner-torcida h2 { max-width: 210px; font-size: 24px; line-height: 24px; }
  .yellow-header .link-go-portal { padding-left: 14px; }
  .yellow-header .menu-lang { margin: 15px 0 0 0; }
  .sup-footer .intro-home-screen { width: 100%; margin-bottom: 50px; }
  .sup-footer .intro-home-screen p { font-size: 12px; line-height: 17px; }
  .sup-footer .intro-home-screen a { margin-top: 8px; font-size: 10px; }
  .sup-footer .banner-rede-rio { height: 67px; padding: 0; background: url("../images/banner-rio-phone.jpg") no-repeat center top; }
  .sup-footer .banner-rede-rio .content { float: none; width: 288px; padding: 0 0 0 137px; margin: 0 auto; display: block; }
  .sup-footer .banner-rede-rio h3 { margin-top: 10px; font-size: 12px; }
  .sup-footer .banner-rede-rio p { padding-right: 0; margin-top: 2px; font-size: 8px; line-height: 12px; }
  .sup-footer .banner-rede-rio p strong { font-size: 9px; letter-spacing: 0.001em; }
  .sup-footer .banner-rede-rio p .icon { position: relative; right: auto; bottom: auto; display: inline-block; width: 9px; height: 9px; margin: 0 0 -2px 4px; background: url(../images/sprite.png) no-repeat 0 -330px; }
  .sup-footer .banner-rede-rio p .icon:before, .sup-footer .banner-rede-rio p .icon:after { display: none; } }
@media only screen and (max-width: 498px) { main.main-home { min-height: 550px; }
  #banner-torcida .content { max-width: 325px; }
  #banner-torcida h2 { max-width: 112px; }
  .center-home-screen { height: 302px; top: 45%; left: 0; right: 0; width: auto; margin-left: 0; padding-left: 16px; padding-right: 16px; }
  .center-home-screen .logo-bb { width: 56px; }
  #form-search { width: 100%; padding-left: 16px; padding-right: 16px; -moz-box-sizing: border-box; box-sizing: border-box; }
  #form-search .anchor-search { right: 14px; }
  .yellow-header .desc-title-header { display: none; }
  .title-home-screen { font-size: 32px; padding-top: 18px; line-height: 33px; padding-bottom: 20px; }
  .block-form-search { margin-top: -6px; }
  .block-type-c { position: relative; padding: 17px 27px 27px; }
  .block-type-c .icon { float: none; width: 64px; height: 64px; }
  .block-type-c .content { display: block; float: none; margin-left: 0; padding-left: 0; }
  .block-type-c h3 { margin-top: 13px; }
  .block-type-c h3 img { margin: 0; position: absolute; right: 27px; top: 35px; }
  #states-list { width: 288px; padding: 0; margin: 0 auto; }
  #states-list h2 { padding: 0 50px 0 0; }
  #states-list a { float: none; width: 288px; height: 138px; margin: 0 0 16px 0; }
  #states-list a.rj { width: 288px; height: 178px; background-image: url(../images/state-rj-phone.jpg); } }
@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) { .sprite { background-image: url("../images/sprite@2x.png"); background-size: 57px 339px; }
  .icon-pen { background-position: -20px 0; }
  .anchor-language { background-position: -8px -5px; }
  #header-attendance .anchor-language { background-position: -8px -5px !important; }
  .icon-geo-location { background-position: -5px -14px; }
  .icon-back-tablet { background-position: -28px -74px; }
  #header-map .anchor-language { background-position: -19px -28px; }
  .icon-pen-map { background-position: 0px -256px; }
  .icon-pin-localization { background-position: -5px -45px; }
  .icon-clock { background-position: -26px -45px; }
  .icon-close-filter-map { background-position: -29px -170px; }
  .icon-arrow-list-agencies { background-position: -6px -73px; }
  .checkbox { background-position: 0px -170px; }
  .checkbox-active { background-position: 0 -205px; }
  .icon-close-filter { background-position: -35px -204px; }
  .arrow-blue { background-position: -30px -107px; }
  .icon-see-route { background-position: -22px -143px; }
  .icon-phone { background-position: -5px -125px; }
  .bottom-infobox { background-position: -14px -240px; }
  .icon-email { background-position: -5px -105px; width: 17px; } }
