#page-mais-vezes-parceiros .hidden {
  display: none;
}

#page-mais-vezes-parceiros .flex-visible {
  display: flex;
}

#page-mais-vezes-parceiros .pac-logo:after {
  content: none !important;
}

#page-mais-vezes-parceiros .pac-container {
  font-family: SantanderText;
}

.button-select-categoria div{
  display: flex;
  align-items: center;
}

.button-select-categoria div p {
  margin: 0;
}

.button-select-categoria div img,
.dropdown-mobile-cat div img {
  margin-right: 8px;
}

section#sec-titulo {
  padding-top: 33px;
}

#page-mais-vezes-parceiros,
#sec-titulo {
  background-color: #f7f7f7;
}

#page-mais-vezes-parceiros .navig-wrapper {
  background-color: #fff;
  border-bottom: 2px solid #f0f0f0;
}

#sec-titulo .title-row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 16px;
  text-align: left;
  height: 144px;
  background-image: url(../../assets/mais-vezes-v2/principal/bg-mobile.jpg);
}

#sec-titulo .title-row h1 {
  color: #FBFBFB;
  font-size: 14px;
  font-family: SantanderMicroText;
  letter-spacing: 0;
  margin: 0;
}

#sec-titulo .title-row {
  height: 177px;
}

.title-row span {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  max-width: 320px;
  display: block;
  margin-top: 10px;
}

#sec-titulo .title-row .arrow-spacer {
  margin: 0 4px;
}

#sec-titulo h1 {
  margin: 0 0 40px 0;
  font-size: 24px;
  text-align: left;
  max-width: 312px;
  font-family: SantanderHeadline;
  color: #cc0000;
}

/* ------------------------------------------- */

#sec-busca .input-wrapper,
#sec-filtro .input-wrapper-mob {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border: 1px solid #767676;
  border-radius: 4px;
  padding: 0 16px;
  margin: 8px 0 24px 0;
  background-color: #fff;
}

#sec-busca .input-wrapper input,
#sec-filtro .input-wrapper-mob input {
  height: 48px;
  width: 100%;
  font-family: SantanderText;
  font-size: 18px;
  letter-spacing: 0;
}

#sec-busca .input-wrapper .head-ic,
#sec-filtro .input-wrapper-mob .head-ic {
  margin-right: 16px;
}

#sec-busca .input-wrapper .trail-ic,
#sec-filtro .input-wrapper-mob .trail-ic {
  margin-left: 16px;
  cursor: pointer;
}

#sec-busca .input-wrapper .head-ic-focus,
#sec-filtro .input-wrapper-mob .head-ic-focus {
  cursor: pointer;
  margin-right: 14px;
}

#sec-busca .mobile-filter-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px;
}

#sec-busca .mobile-filter-wrapper .mobile-filter-action {
  display: flex;
  flex-direction: row;
  width: 45%;
  align-items: center;
  justify-content: space-between;
}

#sec-busca .mobile-filter-wrapper .mobile-filter-action p {
  margin: 0;
  color: #cc0000;
  font-family: SantanderText;
  font-size: 18px;
}

/* ------------------------------------------- */

/* hide when mobile */
#sec-categorias .web-categorias-wrapper {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#sec-categorias .web-categorias-wrapper .lista-categorias {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

#sec-categorias .web-categorias-wrapper .lista-categorias p {
  margin: 0 24px 0 0;
  color: #222222;
  font-family: SantanderText;
  font-size: 17px;
  letter-spacing: 0;
  text-decoration: underline;
  cursor: pointer;
}

#sec-categorias .web-categorias-wrapper .select-categorias-wrapper {
  position: relative;
}

#sec-categorias
  .web-categorias-wrapper
  .select-categorias-wrapper
  .button-select-categoria {
  background: none;
  border: none;
  color: #222222;
  font-family: SantanderText;
  font-size: 18px;
  letter-spacing: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px 11px;
  min-width: 97px;
  min-height: 49px;
  border: 1px solid #444444;
  border-radius: 4px;
  background-color: #fff;
  width: 423px;
}

#sec-categorias
  .web-categorias-wrapper
  .select-categorias-wrapper
  .button-select-categoria
  > p {
  margin: 0 8px 0 0;
  font-weight: 600;
}

#sec-categorias
  .web-categorias-wrapper
  .select-categorias-wrapper
  .button-select-categoria
  > img {
  width: 16px;
  height: 16px;
  fill: #cc0000;
}

#sec-categorias
  .web-categorias-wrapper
  .select-categorias-wrapper
  .web-categorias-modal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px -2px rgba(34, 34, 34, 0.4);
  position: absolute;
  left: 15px;
  top: 49px;
  z-index: 4;
  width: 424px;
}

#sec-categorias
  .web-categorias-wrapper
  .select-categorias-wrapper
  .web-categorias-modal
  > p {
  margin: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  cursor: pointer;
  padding: 0 32px 0 16px;
  background-color: #fff;
  color: #222222;
  font-family: SantanderText;
  font-size: 18px;
}

#sec-categorias
  .web-categorias-wrapper
  .select-categorias-wrapper
  .web-categorias-modal
  > p img{
    margin-right: 10px;
    width: 24px;
    height: 24px;
  }

#sec-categorias
  .web-categorias-wrapper
  .select-categorias-wrapper
  .web-categorias-modal
  > p:hover {
  transition: all 350ms linear;
  background-color: #f7f7f7;
}

#sec-categorias .mobile-categorias-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px -2px rgba(34, 34, 34, 0.4);
  z-index: 10;
}

#sec-categorias .mobile-categorias-wrapper p {
  color: #222222;
  font-family: SantanderText;
  font-size: 18px;
  letter-spacing: 0;
  padding: 16px;
  width: 100%;
  text-align: left;
  margin: 0;
  display: flex;
}

#sec-categorias .mobile-categorias-wrapper p img{
  margin-right: 10px;
}

#sec-categorias .mobile-categorias-wrapper p:hover {
  transition: all 350ms linear;
  background-color: #f7f7f7;
}

/* ------------------------------------------- */

#page-mais-vezes-parceiros .header-spacer {
  height: 2px;
  width: 100%;
  background-color: #f0f0f0;
  position: fixed;
  top: 60px;
  left: 0;
}

#sec-filtro,
#sec-mobile-sort {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #fff;
  padding: 24px;
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  z-index: 8;
  overflow: auto;
  width: 100%;
}

#sec-filtro .web-sort-wrapper {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#sec-filtro .onde-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
}

#sec-filtro .onde-wrapper h2,
.filtrar-por {
  color: #444444;
  font-family: SantanderText;
  font-size: 16px;
  letter-spacing: 0;
  margin: 56px 0 0 0;
}

#sec-filtro .radius-wrapper h2,
#sec-filtro .location-wrapper h2,
#sec-filtro .web-sort-wrapper h2 {
  color: #444444;
  font-family: SantanderText;
  font-size: 16px;
  letter-spacing: 0;
  margin: 40px 0 8px 0;
}

#sec-filtro .location-wrapper h2 {
  margin: 20px 0 0;
}

#sec-filtro .radius-wrapper .radius-select-wrapper {
  position: relative;
}

#sec-filtro .radius-wrapper .radius-select-wrapper .modal-select-radius {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px -2px rgba(34, 34, 34, 0.4);
  position: absolute;
  left: 40px;
  top: 38px;
  z-index: 9;
  max-height: 245px;
  overflow: auto;
  width: 200px;
}

#sec-filtro .radius-wrapper .radius-select-wrapper .modal-select-radius > p {
  margin: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  cursor: pointer;
  padding: 0 32px 0 16px;
  background-color: #fff;
  color: #222222;
  font-family: SantanderText;
  font-size: 18px;
}

#sec-filtro
  .radius-wrapper
  .radius-select-wrapper
  .modal-select-radius
  > p:hover {
  transition: all 350ms linear;
  background-color: #f7f7f7;
}

#sec-filtro .radius-wrapper,
#sec-filtro .location-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#sec-filtro .location-wrapper {
  display: none;
}

#tab-busca {
  width: 100%;
}
#tab-busca div {
  display: flex;
  width: 100%;
  margin-top: 18px;
}

#tab-busca div div {
  font-family: 'SantanderText';
  font-size: 18px;
  align-items: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  cursor: pointer;
  border-bottom: 1px solid #222;
  padding: 10px 0;
}

#tab-busca div div:hover {
  background-color: #fde5e5;
  transition: background-color 350ms linear;
  color: #cc0000;
  border-bottom: 2px solid;
}

#tab-busca div div.ativo {
  color: #cc0000;
  border-bottom: 2px solid;
}

#sec-filtro .input-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border: 1px solid #767676;
  border-radius: 4px;
  margin: 8px 0 0 0;
  background-color: #fff;
}

#sec-filtro .input-wrapper input {
  height: 48px;
  width: 100%;
  font-family: SantanderText;
  font-size: 18px;
  letter-spacing: 0;
  padding: 0 48px;
}

#sec-filtro .input-wrapper .head-ic,
#sec-filtro .input-wrapper .head-ic-focus {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 16px;
}

#sec-filtro .input-wrapper .trail-ic {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
  cursor: pointer;
}

#sec-filtro .mobile-header-wrapper,
#sec-mobile-sort .mobile-header-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 54px;
}

#sec-filtro .mobile-header-wrapper > p,
#sec-mobile-sort .mobile-header-wrapper > p {
  color: #222222;
  font-family: SantanderHeadline;
  font-size: 24px;
  letter-spacing: 0;
  margin: 0;
}

#sec-filtro .mobile-header-wrapper > button,
#sec-mobile-sort .mobile-header-wrapper > button {
  background: none;
  border: 0;
  padding: 0;
}

#sec-filtro .button-ver-lojas {
  background: none;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: 8px;
}

#sec-filtro .button-ver-lojas p {
  color: #cc0000;
  font-family: SantanderMicroText;
  font-size: 14px;
  letter-spacing: -0.12px;
  margin: 0 0 0 8px;
  text-decoration: underline;
  text-align: left;
}

#sec-filtro .radius-wrapper .button-ver-lojas {
  display: flex;
}

#sec-filtro .location-wrapper .button-select-location-wrapper {
  position: relative;
}

#sec-filtro .radius-wrapper .button-select-radius,
#sec-filtro .location-wrapper .button-select-location,
#sec-filtro .web-sort-wrapper .button-sort {
  background: none;
  border: none;
  color: #cc0000;
  font-family: SantanderText;
  font-size: 18px;
  letter-spacing: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  min-width: 97px;
}

#sec-filtro .location-wrapper .button-select-location {
  min-width: 83px;
  padding: 10px 16px;
  height: 48px;
  position: relative;
}

#sec-filtro .radius-wrapper .button-select-radius:hover,
#sec-filtro .radius-wrapper .button-select-radius:active,
#sec-filtro .location-wrapper .button-select-location:hover,
#sec-filtro .location-wrapper .button-select-location:active,
#sec-filtro .web-sort-wrapper .button-sort:hover,
#sec-filtro .web-sort-wrapper .button-sort:active {
  border-radius: 4px;
  background-color: #fde5e5;
  transition: background-color 350ms linear;
}

#sec-filtro .radius-wrapper .button-select-radius > p,
#sec-filtro .location-wrapper .button-select-location > p,
#sec-filtro .web-sort-wrapper .button-sort > p {
  margin: 0 8px 0 0;
}

#sec-filtro .radius-wrapper .button-select-radius > img,
#sec-filtro .location-wrapper .button-select-location > img,
#sec-filtro .web-sort-wrapper .button-sort > img {
  width: 16px;
  height: 16px;
  fill: #cc0000;
}

#sec-filtro .location-wrapper .location-selected-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

#sec-filtro .location-wrapper .location-selected-item {
  box-sizing: border-box;
  border: 1px solid #444444;
  border-radius: 4px;
  background-color: #444444;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 4px 8px;
  margin: 15px 8px 8px 0;
}

#sec-filtro .location-wrapper .location-selected-item > img {
  cursor: pointer;
}

#sec-filtro .location-wrapper .location-selected-item > p {
  margin: 0 9px 0 0;
  color: #fff;
  font-family: SantanderMicroText;
  font-size: 14px;
  letter-spacing: 0;
}

#sec-filtro .location-wrapper .location-pannels-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 8px;
}

#sec-filtro .location-wrapper .location-pannels-wrapper .modal-uf-location {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px -2px rgba(34, 34, 34, 0.4);
  position: absolute;
  left: 11px;
  top: 38px;
  z-index: 9;
  max-height: 245px;
  overflow: auto;
  width: 200px;
}

#sec-filtro .location-wrapper .location-pannels-wrapper .modal-uf-location > p {
  margin: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  cursor: pointer;
  padding: 0 32px 0 16px;
  background-color: #fff;
  color: #222222;
  font-family: SantanderText;
  font-size: 18px;
}

#sec-filtro
  .location-wrapper
  .location-pannels-wrapper
  .modal-uf-location
  > p:hover {
  transition: all 350ms linear;
  background-color: #f7f7f7;
}

#sec-filtro .apply-wrapper,
#sec-mobile-sort .apply-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#sec-filtro .apply-wrapper > button,
#sec-mobile-sort .apply-wrapper > button {
  height: 48px;
  width: 183px;
  font-family: SantanderText;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: none;
  border: 0;
  background-color: #cc0000;
  margin: 56px auto 32px auto;
}

#sec-filtro .apply-wrapper > button:hover,
#sec-mobile-sort .apply-wrapper > button:hover {
  transition: all 350ms linear;
  background-color: #f14c4c;
}

/* ------------------------------------------- */
#sec-container-lojas {
  background-color: #f7f7f7;
  position: relative;
}

#sec-lojas {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 64px;
  align-items: flex-start;
}

#sec-lojas .sem-lojas {
  color: #444444;
  font-family: SantanderText;
  font-size: 16px;
  letter-spacing: 0;
  margin: 0;
}

#sec-lojas .lojas-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#sec-lojas .loja-item-wrapper,
#sec-modal .loja-item-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 24px;
  background-color: #fff;
  /* max-height: 208px; */
}

#sec-modal .loja-item-wrapper {
  border: 0;
  margin-top: 24px;
}

.loja-info .flagdist {
  background-color: #CC0000;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: bold;
  padding: 3px 11px;  
  max-height: 22px;
  margin-bottom: 5px;
}

#sec-lojas .loja-info,
#sec-modal .loja-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 16px;
  /* min-height: 161px; */
}

#sec-lojas .loja-info h4,
#sec-modal .loja-info h4 {
  color: #222222;
  font-family: SantanderText;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
}

#sec-modal .loja-info h4 {
  margin: 0;
}

#sec-lojas .loja-info p,
#sec-modal .loja-info p {
  color: #767676;
  font-family: SantanderText;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0;
  line-height: 24px;
}

#sec-lojas .web-loja-ver-mapa {
  display: none;
}

#sec-lojas .loja-actions-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  align-self: center;
}

#sec-lojas .loja-actions-wrapper .mobile-button-ver-mapa,
#sec-lojas .loja-actions-wrapper .button-loja-wpp {
  background: #f0f0f0;
  border: 0;
  height: 100%;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 56px;
}

#sec-lojas .loja-actions-wrapper .spacer {
  height: 100%;
  width: 2px;
  background-color: #fff;
}

#sec-lojas .loja-actions-wrapper img {
  margin-right: 6px;
}

#sec-lojas .loja-actions-wrapper a {
  text-decoration: underline;
  color: #cc0000;
  font-family: SantanderMicroText;
  font-size: 14px;
  letter-spacing: -0.12px;
}

#sec-lojas .button-mostrar-mais {
  color: #cc0000;
  background: #fff;
  border: 1px solid #cc0000;
  border-radius: 4px;
  padding: 0 18px;
  box-sizing: border-box;
  height: 48px;
  width: 168px;
  margin: 24px 0 0 0;
  font-family: SantanderText;
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
}

#sec-lojas .button-mostrar-mais:hover {
  border-radius: 4px;
  background-color: #fde5e5;
  transition: background-color 350ms linear;
}

/* ------------------------------------------- */
#page-mais-vezes-parceiros footer {
  margin-top: 0;
}

#sec-mobile-sort .sort-radio-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 56px;
}

#sec-mobile-sort .sort-radio-wrapper .radio-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
  position: relative;
  padding-left: 40px;
}

#sec-mobile-sort .sort-radio-wrapper .radio-item label {
  margin: 0;
  color: #222222;
  font-family: SantanderHeadline;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: normal;
}

#sec-mobile-sort .sort-radio-wrapper .radio-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 24px;
  width: 24px;
  z-index: 10;
  top: 50%;
  left: 0;
  margin: 0;
  transform: translate(0, -50%);
}

#sec-mobile-sort .sort-radio-wrapper .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  transform: translate(0, -50%);
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #cc0000;
}

#sec-mobile-sort .sort-radio-wrapper input:checked ~ .checkmark:after {
  display: block;
}

#sec-mobile-sort .sort-radio-wrapper .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

#sec-mobile-sort .sort-radio-wrapper input:checked ~ .checkmark:after {
  display: block;
}

#sec-mobile-sort .sort-radio-wrapper .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

#sec-mobile-sort .sort-radio-wrapper .checkmark:after {
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #cc0000;
}

/* ------------------------------------------- */

#sec-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

#sec-modal.no-bg {
  background-color: transparent;
  align-items: flex-end;
}

#sec-modal .modal-ver-mapa-wrapper {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 90%;
  min-height: 348px;
  border-radius: 4px;
}

#sec-modal .modal-ver-mapa-wrapper .button-close {
  position: absolute;
  top: 8px;
  right: 8px;
}

#sec-modal .modal-ver-mapa-wrapper .button-close.web {
  display: none;
}

#sec-modal .button-loja-wpp {
  display: none;
}

#sec-modal .modal-ver-mapa-wrapper > a > img {
  min-height: 204px;
}

#page-mais-vezes-parceiros .modal-dismiss {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

#sec-modal .modal-todas-lojas-wrapper {
  background-color: #fff;
  position: relative;
}

#sec-modal .modal-todas-lojas-wrapper .button-close.web {
  display: none;
}

#sec-modal .modal-todas-lojas-wrapper .button-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1000;
  cursor: pointer;
}

#sec-modal #mapa-completo {
  width: 300px;
  height: 300px;
  border-radius: 4px;
}

#sec-modal .info-mapa-completo-mobile {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 95%;
  border: 1px solid #cccccc !important;
  border-radius: 4px;
}

#page-mais-vezes-parceiros .marker-loja-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  background-color: #fff;
}

#page-mais-vezes-parceiros .marker-loja-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 16px;
  margin-bottom: 32px;
}

#page-mais-vezes-parceiros .marker-loja-info h4 {
  color: #9f3567;
  font-family: SantanderText;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0;
  margin-top: 30px;
  color: #222222;
}

#page-mais-vezes-parceiros .marker-loja-info p {
  color: #767676;
  font-family: SantanderText;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0;
}

#page-mais-vezes-parceiros .marker-loja-item-wrapper .marker-loja-wpp {
  background: #f0f0f0;
  border: 0;
  height: 100%;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
  padding: 10px;
}

#page-mais-vezes-parceiros .marker-loja-wpp img {
  margin-right: 6px;
}

#page-mais-vezes-parceiros .marker-loja-wpp a {
  text-decoration: underline;
  color: #cc0000;
  font-family: SantanderMicroText;
  font-size: 14px;
  letter-spacing: -0.12px;
  font-weight: 400;
}

#page-mais-vezes-parceiros #mapa-completo .gm-style-iw-c,
#page-mais-vezes-parceiros #mapa-completo .gm-style-iw-d {
  padding: 0 !important;
  overflow: hidden !important;
}

#page-mais-vezes-parceiros #mapa-completo .gm-style .gm-style-iw-t::after {
  display: none !important;
}

#page-mais-vezes-parceiros #mapa-completo .gm-style-iw.gm-style-iw-c {
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}

/* -----------NOVO FILTRO---------------- */
#sec-filtro .selected-category {
  display: none;
  align-self: stretch;
  width: 100%;
  box-sizing: border-box;
  padding: 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 36px;
  min-height: 74px;
}

#sec-filtro .selected-category > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#sec-filtro .selected-category > div > p {
  margin: 0;
  color: #444444;
  font-family: SantanderHeadline;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
}

#sec-filtro .selected-category > div > img {
  cursor: pointer;
}

#sec-categorias .title-category {
  display: none;
  color: #444444;
  font-family: SantanderText;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 16px;
}

#sec-busca .dropdown-mobile-cat {
  margin: 0;
  padding: 8px 16px;
  width: 100%;
  display: flex;
  align-self: stretch;
  box-sizing: border-box;
  border: 1px solid #767676;
  border-radius: 4px;
  margin: 24px 0;
  min-height: 48px;
  cursor: pointer;
}

#sec-busca .dropdown-mobile-cat > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#sec-busca .dropdown-mobile-cat > div > p {
  color: #444444;
  font-family: SantanderText;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0;
  flex: 1;
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  box-sizing: border-box;
  padding-right: 8px;
}

#sec-busca .dropdown-mobile-cat > div > img {
  height: 24px;
  width: 24px;
}

#sec-busca .dropdown-mobile-cat > div > .rotate {
  transform: rotate(180deg);
  transition: 0.1s linear;
}

#sec-filtro .filter-count h3 {
  color: #cc0000;
  font-family: SantanderText;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: underline;
  cursor: pointer;
  text-align: left;
  margin: 0;
}

#sec-categorias .mobile-categorias-wrapper {
  bottom: 22px;
  position: relative;
}

#sec-categorias {
  width: 100%;
}

#page-mais-vezes-parceiros .focus-input-outline {
  border-color: #5ab8ca;
  box-shadow: 0 2px 8px -2px rgba(34, 34, 34, 0.4);
}

/* -----------BREAKPOINTS---------------- */
@media (max-width: 992px){
  #sec-lojas .loja-info h4, #sec-modal .loja-info h4 {
    line-height: 24px;
  }
  #sec-lojas .loja-info p, #sec-modal .loja-info p {
    line-height: 16px;
  }
  #sec-lojas .loja-actions-wrapper {
    min-height: 56px;
  }
  #sec-lojas .loja-item-wrapper, 
  #sec-modal .loja-item-wrapper {
    max-height: 224px;
  }
  #sec-lojas .loja-info, #sec-modal .loja-info {
    min-height: 150px;
  }
}
@media (min-width: 576px) {
  #sec-busca .mobile-filter-wrapper {
    width: 70%;
    margin: 0 auto 24px auto;
  }

  #sec-modal #mapa-completo {
    width: 500px;
    height: 400px;
  }
}
@media (min-width: 768px) {
}
@media (max-width: 600px) {
  .title-row .container {
    margin: 0!important;
  }
}
@media (min-width: 992px) {
  #sec-categorias .title-category,
  #sec-filtro .selected-category {
    display: flex;
  }

  #sec-filtro .onde-wrapper h2, .filtrar-por {
    margin-top: 32px;
  }

  #sec-busca .mobile-filter-wrapper {
    margin-bottom: 24px;
  }

  #sec-container-lojas {
    margin-top: 35px;
  }

  .title-row span {
    line-height: 48px;
    font-size: 40px;
    max-width: none;
    font-weight: normal;
  }

  #sec-titulo .title-row h1 {
    padding-bottom: 10px;
  }

  section#sec-titulo {
    padding-top: 60px;
  }

  #sec-filtro .mobile-header-wrapper.hidden-desktop {
    display: none !important;
  }

  #page-mais-vezes-parceiros .marker-loja-item-wrapper {
    width: 312px;
  }

  #page-mais-vezes-parceiros,
  #sec-busca {
    background-color: #f7f7f7;
  }

  #sec-titulo h1 {
    max-width: 100%;
    font-size: 40px;
    margin-bottom: 48px;
  }

  #sec-busca .input-wrapper {
    margin-top: 0;
  }

  #sec-container-lojas {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }

  #sec-lojas {
    flex: 1;
    margin-left: 24px;
  }

  #sec-lojas .loja-info {
    flex: 1;
    padding: 0 24px;
  }

  #sec-lojas .loja-info h4 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 10px;
  }

  #sec-lojas .loja-info p {
    font-size: 16px;
  }

  #sec-lojas .loja-actions-wrapper {
    width: 198px;
  }

  #sec-lojas .loja-actions-wrapper .button-loja-wpp {
    box-sizing: border-box;
    height: 50px;
    width: 100%;
    border: 1px solid #cc0000;
    border-radius: 4px;
    background-color: #ffffff;
  }

  #sec-lojas .loja-actions-wrapper .button-loja-wpp:hover {
    border-radius: 4px;
    background-color: #fde5e5;
    transition: background-color 350ms linear;
  }

  #sec-lojas .loja-item-wrapper:first-child {
    margin-top: 0;
  }

  #sec-lojas .loja-item-wrapper {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 24px;
    min-height: 214px;
    padding-top: 24px;
  }

  .loja-info .flagdist {
    margin: 0;
  }

  #sec-lojas .loja-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #sec-lojas .loja-row p {
    margin-right: 8px;
  }

  #sec-lojas .button-mostrar-mais {
    width: 206px;
    margin: 80px auto 0 108px;
  }

  #sec-lojas .loja-row .web-loja-ver-mapa {
    display: flex;
    color: #cc0000;
    font-family: SantanderMicroText;
    font-size: 14px;
    letter-spacing: 0;
    text-decoration: underline;
    cursor: pointer;
  }

  #page-mais-vezes-parceiros {
    overflow: auto;
  }

  #sec-filtro {
    position: relative;
    top: unset;
    left: unset;
    z-index: unset;
    min-height: unset;
    width: 312px;
    height: auto;
    overflow: visible;
  }

  #sec-filtro .radius-wrapper .button-ver-lojas,
  #sec-filtro .web-sort-wrapper {
    display: flex;
    position: relative;
  }

  #sec-filtro .web-sort-wrapper .web-sort-modal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 8px -2px rgba(34, 34, 34, 0.4);
    position: absolute;
    left: 14px;
    top: 110px;
    z-index: 9;
    max-height: 245px;
    overflow: auto;
    width: 170px;
  }

  #sec-filtro .web-sort-wrapper .web-sort-modal > p {
    margin: 0;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    cursor: pointer;
    padding: 0 32px 0 16px;
    background-color: #fff;
    color: #222222;
    font-family: SantanderText;
    font-size: 18px;
  }

  #sec-filtro .web-sort-wrapper .web-sort-modal > p:hover {
    transition: all 350ms linear;
    background-color: #f7f7f7;
  }

  #sec-categorias {
    margin-bottom: 20px;
    padding-top: 30px;
  }

  #sec-categorias .web-categorias-wrapper {
    display: flex;
  }

  #sec-modal .modal-ver-mapa-wrapper {
    flex-direction: row;
    align-items: flex-start;
    max-width: 871px;
  }

  #sec-modal .button-loja-wpp {
    display: flex;
    box-sizing: border-box;
    height: 50px;
    width: 198px;
    border: 1px solid #cc0000;
    border-radius: 4px;
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
    margin-left: 24px;
  }

  #sec-modal .button-loja-wpp:hover {
    border-radius: 4px;
    background-color: #fde5e5;
    transition: background-color 350ms linear;
  }

  #sec-modal .button-loja-wpp > img {
    margin-right: 8px;
  }

  #sec-modal .button-loja-wpp > a {
    color: #cc0000;
    font-family: SantanderMicroText;
    font-size: 14px;
    letter-spacing: -0.12px;
    text-align: center;
    text-decoration: underline;
  }

  #sec-modal .loja-info {
    padding: 0 24px;
  }

  #sec-modal .loja-info h4 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 16px;
  }

  #sec-modal .loja-info p {
    font-size: 16px;
  }

  #sec-modal .loja-item-wrapper {
    margin-top: 106px;
  }

  #sec-modal .modal-ver-mapa-wrapper .button-close {
    display: none;
  }

  #sec-modal .modal-ver-mapa-wrapper .button-close.web {
    display: block;
    top: 16px;
    right: 16px;
    cursor: pointer;
  }

  #sec-modal .modal-ver-mapa-wrapper > a > img {
    min-height: 445px;
    min-width: 534px;
  }

  #sec-modal #mapa-completo {
    width: 800px;
    height: 600px;
  }

  #sec-modal .modal-todas-lojas-wrapper .button-close {
    top: 16px;
    right: 16px;
  }

  /* hidden classes in desktop view */
  #page-mais-vezes-parceiros .header-spacer,
  #sec-busca .mobile-filter-wrapper,
  #sec-filtro .mobile-header-wrapper button,
  #sec-filtro .apply-wrapper,
  #sec-lojas .loja-actions-wrapper .spacer,
  #sec-lojas .loja-item-wrapper .mobile-button-ver-mapa,
  #sec-categorias .mobile-categorias-wrapper,
  #sec-mobile-sort,
  #sec-busca .dropdown-mobile-cat {
    display: none;
  }

  #sec-filtro .mobile-header-wrapper {
    margin-bottom: 0;
    min-height: 24px;
  }
  #sec-filtro .mobile-header-wrapper p,
  #tab-busca p {
    color: #444444;
    font-family: SantanderText;
    font-size: 16px;
    letter-spacing: 0;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  #sec-categorias .web-categorias-wrapper .lista-categorias p {
    margin: 0 27px 0 0;
  }
  #sec-categorias
    .web-categorias-wrapper
    .select-categorias-wrapper
    .web-categorias-modal {
    left: 0px;
  }
}
