*,
*::before,
*::after {
    box-sizing:border-box
}
header {
    z-index: 9999;
}
a {
    text-decoration:none
}
figure {
    margin:0
}
.wrapper {
    padding:0 10px;
    width:100%
}
#map {
    height:80vh;
    width: 100%;
}
#mapDir {
    height: 50vh;
    width: 100%;
}

.localsite {
    background-color:#47225f;
    color:#fff;
    text-align:center;
    padding-top:14px;
    background-image:url(../img/plecas/bg-morado-oscuro.svg);
    background-repeat:no-repeat;
    padding-top:130px;
    background-position-y:85px
}
.localsite__items {
  padding-bottom:20px
}
.localsite2 {
  background-color:#47245E;
  color:#fff;
  padding-bottom:30px;
  margin-top:-1px
}
.localsite__facade__img {
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  border-radius:6px;
  height:180px;
  max-width:365px;
  margin:auto
}
.localsite__facade__icon {
  width:100px
}
.localsite__map__top {
  display:none
}
.localsite__title {
  font-family:'AmorSansProBold';
  font-size:30px;
  margin:10px 0 5px
}
.localsite__title a {
  color:#fff
}
.localsite__address {
  display:inline-block;
  font-size:18px;
  margin:5px 0 5px 42px;
  padding-top:5px;
  position:relative
}
.localsite__address::after {
  content:"";
  background-image:url(../img/icons/icon-punto-yastas-location.svg);
  background-size:cover;
  bottom:0;
  left:-42px;
  height:47px;
  margin:auto;
  position:absolute;
  top:0;
  width:42px
}
.location__schedule {
  margin:0 0 20px 0;
  text-align:center
}
.location__schedule.desk {
  display:none
}

.windowMap__content {
  max-width:280px;
  text-align:left
}
.windowMap__name {
  color:#64257E;
  font-family:'AmorSansProBold';
  font-size:16px;
  margin:0
}
.windowMap__address {
  color:#727070;
  font-size:14px;
  margin:6px 0
}
.windowMap__services {
  font-size:13px;
  padding-left:10px;
  color:#64257E
}
.windowMap__content .directory__branch__btn {
  color: #fff !important;
  background-color:#EC631E
}
.windowMap__content .directory__branch__btns {
  margin:8px 0 0 0
}
.directory__branch__btns {
  display: flex;
  justify-content: space-around;
  gap: 5px;
  flex-direction: column;
  margin-top: 20px;
}

.directory__branch__btn {
    display:flex;
    align-items:center;
    justify-content: center;
    gap: 8px;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    background-color:var(--main-color);
    font-family: InterSemiBold;
    font-size:15px;
    color:#fff;
    margin-bottom:10px;
    width:100%;
    max-width:350px;
    padding:12px 0;
    cursor: pointer;
}
.directory__branch__btn:hover {
    color: #fff;
    background-color: var(--third-color);
}
.directory__branch__btn__icon {
    height:20px;
    width:20px;
}

.directory__web__branch__btn {
    display:flex;
    align-items:center;
    justify-content: center;
    gap: 8px;
    width:100%;
    border-radius: 30px;
    border: 2px solid var(--main-color);
    text-decoration: none;
    text-align: center;
    font-family: InterSemiBold;
    font-size:14px;
    color: var(--main-color);
    max-width:350px;
    padding:10px 0;
    cursor: pointer;
}
.directory__web__branch__btn:hover {
    color: #fff;
    background-color: var(--main-color);
}
.directory__web__branch__btn__icon {
    height:20px;
    width:20px;
}
.directory__web__branch__btn:hover .directory__web__branch__btn__icon {
    filter: brightness(0) invert(1);
    height:20px;
    width:20px;
}

.directory__list__noresults {
    display: none;
    text-align: center;
}

.generic__purple__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width:45%;
    border-radius: 30px;
    border: 2px solid var(--main-color);
    background-color: var(--main-color);
    color: var(--secondary-color);
    text-decoration: none;
    font-size:15px;
    margin: auto;
    margin-bottom:10px;
    min-height: 46px;
    padding:10px 0;
    font-size: 16px;
    font-family: InterSemiBold;
    cursor: pointer;
    width: 100%;
    max-width:296px;
}
.generic__purple__btn:hover {
    color: #fff;
    background-color: var(--main-color);
}
.generic__purple__btn__icon {
    height:20px;
    width:20px;
}

.generic__purple__btn2 {
display: block;
width: 290px;
margin: auto;
margin-top: 10px;
margin-bottom: 0;
border: 2px solid var(--main-color);
border-radius: 30px;
padding: 9px 0;
text-decoration: none;
text-align: center;
font-size: 18px;
font-family: InterSemiBold;
color: var(--main-color);
}

/* Generic Green */
.generic__green__btn {
    background-color:#91B522;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width:40%;
    border-radius: 30px;
    border: 0px solid #91B522;
    text-decoration: none;
    text-align: center;
    font-family: InterSemiBold;
    font-size:15px;
    color: var(--secondary-color);
    margin: auto;
    margin-bottom:10px;
    min-height: 46px;
    padding:10px 0;
    font-size: 16px;
    font-family: InterSemiBold;
    cursor: pointer;
    width: 100%;
    max-width:296px;
}
.generic__green__btn:hover {
    color: #fff;
    background-color: var(--main-color);
}
.generic__green__btn__icon {
    height:20px;
    width:20px;
}

.directory__mini__ping{
  display: inline-block;
  width: 19px;
  height: 27px;
}

.localsite__btn {
  align-items:center;
  background-color:#91B522;
  border-radius:6px;
  font-family:'AmorSansProBold';
  font-size:22px;
  color:#fff;
  display:flex;
  justify-content:center;
  margin:0 auto 20px;
  padding:8px 0;
  width:100%
}
.localsite__btn__icon {
  margin-right:10px;
  height:22px;
  width:22px
}
.localsite__description {
  display:none
}
#localsite__mapa,
#localsite__mapa2 {
  border-radius:6px;
  height:250px
}
.localsite__mapa__iframe iframe {
  border:0;
  border-radius:6px;
  height:250px;
  width:100%
}

.page-directory .services {
  background-color:#fff;
  padding:30px 0 60px
}
.page-directory .services__top {
  padding:0
}
.page-directory .service__description,
.page-directory .service__logo__title {
  color:#64257E
}

.localsite2__pleca__bottom {
  display:block
}
.bx-wrapper {
  -moz-box-shadow:none!important;
  -webkit-box-shadow:none!important;
  box-shadow:none!important;
  border:none!important;
  background:transparent!important
}
.bx-wrapper .bx-controls-direction a {
  z-index:1
}
.bx-wrapper .bx-pager {
  display:none
}
.bx-wrapper {
  margin-bottom:0px!important
}

.slider__logo__CB {
  height:60px;
  margin:0 auto 20px
}
.slider__logo__HSBC {
  height:40px;
  margin:0 auto 20px
}
.slider__logo__BB {
  height:50px;
  margin:0 auto 20px
}
.slider2 img {
  height:43px;
  margin:0 auto 20px
}
.slider3 img,
.slider4 img {
  height:40px;
  margin:0 auto 30px
}
.slider5 img {
  height:26px;
  margin:0 auto 30px
}
.contact__top__pleca {
  position:relative;
  padding-top:30px
}
.contact__top__pleca__img {
  bottom:-1px;
  display:block;
  position:absolute
}
.contact {
  background-color:#50215f;
  color:#fff;
  padding-top:30px;
  padding-bottom:30px;
  text-align:center
}
.about__text {
  padding:15px 0
}
.about h3,
.contact__textbold {
  font-family:'AmorSansProBold';
  font-size:24px;
  margin-top:0
}
.about p {
  font-size:20px
}
.contact__description {
  font-size:20px
}
.contact__contact {
  border-bottom:1px solid rgba(255,255,255,.22);
  border-top:1px solid rgba(255,255,255,.22);
  padding:20px 0
}
.contact__contact__text {
  align-items:center;
  color:#fff;
  display:flex;
  font-family:'AmorSansProBold';
  font-size:26px;
  justify-content:center
}
.contact__contact__icon {
  padding-right:10px
}
.contact__fb {
  align-items:center;
  display:flex;
  font-family:'AmorSansProBold';
  font-size:26px;
  justify-content:center
}
.contact__fb__btn {
  padding-left:24px
}
.contact__fb__btn__icon {
  display:block;
  width:50px
}
.contact__banner {
  background-color:#fff;
  border-radius:3px;
  max-width:700px;
  width:100%
}
.middleman {
  background-color:#95C11F;
  color:#fff;
  padding:35px 0;
  text-align:center;
  margin-top:-2px
}
.middleman__title {
  font-family:'AmorSansProBold';
  font-size:30px;
  margin-bottom:0
}
.middleman__description {
  font-size:26px
}
.middleman__cta {
  color:#552564;
  font-family:'AmorSansProBold';
  font-size:25px;
  text-decoration:underline;
}


.localsite__btn__mobile {
  display:none
}
.fixed__icons {
  bottom:0;
  border-top:2px solid #fff;
  display:flex;
  position:fixed;
  right:0;
  width:100%;
  z-index:999
}
.fixed__icons a:nth-child(1) {
  border-right:1.5px solid #fff
}
.fixed__icons a:nth-child(2) {
  border-left:1.5px solid #fff
}
.fixed__cta {
  align-items:center;
  background-color:#EC631E;
  color:#fff;
  display:flex;
  justify-content:center;
  padding:8px 10px;
  text-align:center;
  width:100%
}
.fixed__cta__icon-mobile {
  margin-right:6px;
  width:30px
}
.fixed__cta__icon-desk {
  box-shadow:2px 2px 5px 0 rgb(71 34 95 / 60%);
  border-radius:50%;
  display:none;
  height:50px;
  width:50px
}
.fixed__cta__text {
  font-family:'AmorSansProBold';
  font-size:20px
}
#quiz__open {
  padding-bottom:20px
}
[data-status="closed"] .up,
[data-status="open"] .down {
  display:none
}
[data-status="open"] .up,
[data-status="closed"] .down {
  display:block
}
.quiz__select__text {
  font-size:20px
}
#quiz {
  display:none
}
.quiz {
  background-color:#fff;
  border-radius:6px;
  color:#333;
  margin:0 0 40px;
  padding:14px 15px;
  text-align:left
}
.quiz__question {
  display:block;
  font-size:18px;
  font-family:'AmorSansProBold';
  padding:6px 0 16px
}
.quiz__service {
  display:flex;
  justify-content:flex-start;
  padding-bottom:16px
}
.quiz__service__item:not(:last-child) {
  margin-right:20px
}
#suggest .quiz__service__item {
  width:95px
}
.quiz__service__item {
  border:2px solid #64257E;
  border-radius:6px;
  cursor:pointer;
  height:80px;
  padding:14px 0;
  text-align:center;
  width:80px
}
.quiz__service__item.selected {
  background-color:#64257E;
  color:#fff
}
.quiz__service__item.selected .disabled,
.quiz__service__item .activated {
  display:none
}
.quiz__service__item .disabled,
.quiz__service__item.selected .activated {
  display:block
}
.quiz__service__icon {
  display:block;
  margin:auto;
  padding-bottom:6px
}
.quiz__service__text {
  font-size:14px;
  font-family:'AmorSansProBold'
}
.quiz__fieldset {
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start
}
.quiz__radio {
  align-items:center;
  display:flex;
  cursor:pointer;
  padding-bottom:18px
}
.quiz__radio:not(:last-child) {
  padding-right:20px
}
.quiz__radio__button {
  border-radius:50%;
  border:solid 2px#64257E;
  margin-right:10px;
  height:14px;
  position:relative;
  width:14px
}
.selected .quiz__radio__button::before {
  background-color:#64257E;
  border-radius:50%;
  bottom:0;
  content:'';
  height:8px;
  margin:auto;
  left:0;
  position:absolute;
  right:0;
  top:0;
  width:8px
}
.quiz__textarea {
  font-family:'AmorSansPro';
  font-size:14px;
  border:1px solid #CCC;
  border-radius:6px;
  display:block;
  height:90px;
  margin-bottom:15px;
  padding:14px;
  width:100%
}
.quiz__textarea::placeholder {
  color:#CCC;
  font-family:'AmorSansPro';
  font-size:14px
}
.quiz__textarea:focus,
.quiz__textarea:focus {
  outline:none
}
.quiz__error {
  color:red;
  font-weight:700;
  display:block;
  padding-bottom:15px
}
.quiz__send {
  align-items:center;
  background-color:#EC631E;
  border-radius:6px;
  color:#fff;
  cursor:pointer;
  display:flex;
  font-family:'AmorSansProBold';
  font-size:22px;
  justify-content:center;
  height:42px
}
.quiz__send img {
  padding-right:10px
}
.quiz__thanks {
  display:none;
  background-color:#380D43;
  border-radius:6px;
  margin-bottom:48px;
  padding:20px
}
.quiz__thanks__title {
  font-family:'AmorSansProBold';
  font-size:22px
}
.quiz__thanks__description {
  font-size:20px
}
.hsbc {
  padding:20px 0 50px;
  text-align:center
}
.hsbc__title {
  color:#3C0F48;
  font-family:'AmorSansProBold';
  font-size:30px
}
.hsbc__description {
  font-size:18px;
  padding-top:20px
}
.hsbc__list {
  position:relative;
  display:block;
  width:100%;
  margin:auto;
  text-align:left;
  font-size:26px;
  padding-left:32px;
  max-width:300px;
}
.hsbc__list::before {
  background-image:url(../img/services/check-yellow.svg);
  background-size:20px 20px;
  bottom:0;
  content:'';
  height:20px;
  margin:auto;
  left:0;
  position:absolute;
  top:0;
  width:20px;
}
.hsbc__img {
  max-width:100%;
  width:380px;
}

.directory__branch figure {
  display: none;
}
.directory__loading {
  display: none;
  text-align: center;
}

.search__msg {
    display: none;
    text-align: center;
    padding: 6px 10px;
    margin-top: 10px;
}
.search__error {
    display: none;
    text-align: center;
    color: red;
    padding: 6px 10px;
    margin-top: 10px;
}
#itemList,
#GTMclicMarker {
    display: none;
}
.btnMapMarker {
    padding: 10px;
    color: #fff !important;
    border-radius: 30px;
    background-color: #ec631e;
}

@media screen and (min-width:360px) {
  .directory__branch figure {
    display: none;
  }
  .localsite__address {
    max-width:310px;
  }
  .directory__branch__btns {
    display:flex;
    justify-content:space-around;
    flex-direction: row;
    gap: 5px;
  }
  .directory__branch__btn {
    margin-bottom:0;
    width:48%;
  }
  .directory__web__branch__btn {
    margin-bottom:0px;
    width:48%;
  }
  .quiz__service__item:not(:last-child) {
    margin-right:30px;
  }
  .quiz__radio:not(:last-child) {
    padding-right:28px;
  }
}

@media screen and (min-width:380px) {
  .directory__branch figure {
    display: none;
  }
  .localsite__address {
    font-size:22px
  }
  .location__schedule {
    display:flex;
    justify-content:center
  }
  .schedule__select {
    padding-right:30px
  }
}


@media screen and (min-width:450px) {
  .directory__branch figure {
    display: none;
  }
  .localsite {
    padding-top:150px
  }
}

@media screen and (min-width: 500px){

  .directory__branch figure {
    display: none;
  }

  .directory__web__branch__btn {
    display:flex;
    align-items:center;
    justify-content: center;
    gap: 8px;
    width:40%;
    border-radius: 30px;
    border: 2px solid var(--main-color);
    text-decoration: none;
    text-align: center;
    font-family: InterSemiBold;
    font-size:15px;
    max-width:350px;
    padding: 11px 0;
    cursor: pointer;
  }
  .directory__web__branch__btn:hover {
    color: #fff;
    background-color: var(--main-color);
  }
  .directory__web__branch__btn__icon {
    height:20px;
    width:20px;
  }
  .directory__web__branch__btn .directory__web__branch__btn__icon {
    height:20px;
    width:20px;
  }

  .generic__purple__btn{
    width: 296px;
    margin: auto;
  }
  .generic__green__btn{
    width: 296px;
    margin: auto;
  }

  .directory__mini__ping{
    display: inline-block;
  }


}

@media screen and (min-width:700px) {

  .directory__branch figure {
    display: block;
  }
  .directory__branch figure img{
    width: 30px;
    height: 40px;
  }
  .localsite {
    padding-top:110px!important;
    ;
    background-position-y:80px!important;
  }
  .localsite__facade__icon {
    width:90px
  }
  .localsite__title {
    font-size:28px
  }
  .localsite__item__row {
    display:flex;
    padding-bottom:20px
  }
  .localsite__item__row__text {
    padding-left:20px;
    text-align:left
  }
  .localsite__item__row__text .localsite__address {
    font-size:16px;
    margin:5px 0 5px 0
  }
  .localsite__item__row__text .localsite__address::after {
    content:normal
  }
  .localsite__item__row .localsite__btn {
    margin:0 auto 15px
  }
  .localsite__btn__mobile {
    display:flex
  }
  .directory__mini__ping{
    display: none;
  }

  .localsite {
    padding-top:160px
  }
  .localsite2__pleca__bottom,
  .localsite2 {
    display:none
  }
  .localsite__items {
    display:flex;
    justify-content:space-between
  }
  .localsite__item {
    display:block!important;
    margin:0 15px!important;
    width:47%
  }
  .localsite__map__top {
    display:block
  }
  .localsite__btn {
    margin:20px auto 0 auto
  }
  .localsite__description {
    border-top:1px solid rgba(255,255,255,.22);
    display:block;
    font-size:20px;
    margin:0 15px 0 15px;
    padding-top:40px
  }
  .localsite__address {
    font-size:19px
  }
  .location__schedule {
    border-top:1px solid rgba(255,255,255,.22);
    padding:20px 0;
    margin-top:20px!important
  }
  .location__schedule.desk {
    display:flex
  }
  .location__schedule.mobile {
    display:none
  }
  .page-localsite footer,
  .page-subdirectory footer {
    margin-bottom:0
  }
  .fixedCTA {
    display:none
  }
  .fixed__icons {
    bottom:30px;
    border:none;
    display:block;
    position:fixed;
    right:15px;
    z-index:999;
    width:auto
  }
  .fixed__icons #branchPhone {
    display:none
  }
  .fixed__icons a:nth-child(1) {
    margin-bottom:15px
  }
  .fixed__icons-directory .fixed__cta__icon-desk {
    height:70px;
    width:70px
  }
  .fixed__cta {
    background-color:transparent;
    border:none!important;
    padding:0;
    width:auto
  }
  .fixed__cta__icon-desk {
    display:block
  }
  .fixed__cta__text,
  .fixed__cta__icon-mobile {
    display:none
  }
  .generic__purple__btn{
    width: 296px;
    margin: 0;
  }
  .generic__green__btn{
    width: 296px;
    margin: 0;
  }
}
@media screen and (min-width:768px) {
    .whatsapp__img {
        width: 64px;
    }
  .directory__branch figure {
    display: block;
  }
  .middleman__title,
  .hsbc__title {
    font-size:38px
  }
  .hsbc__description {
    font-size:20px;
    max-width:700px;
    margin:20px auto;
  }
  .generic__green__btn {
    width: 200px;
  }
  #mapDir {
    height: auto;
  }

}
@media screen and (min-width:900px) {
  .directory__branch figure {
    display: block;
  }
  .localsite__item {
    margin:0 16px;
    width:50%
  }
}
@media screen and (min-width:1020px) {
  .directory__branch figure {
    display: block;
  }
  .localsite__description,
  .localsite {
    background-position-y:0;
    background-position-x:100px
  }
  .localsite__facade__img {
    height:205px;
    max-width:435px
  }
  .localsite__facade__icon {
    width:150px
  }
  .location__schedule {
    display:flex;
    margin:auto;
    padding-left:12%;
    padding-right:12%
  }
  .location__schedule div,
  .location__schedule a {
    width:50%
  }
  .page-directory .service__logo__img {
    height:60px
  }
  .page-directory .services {
    padding:40px 0 100px
  }
  .page-directory .services__top {
    padding:30px 0 100px 0
  }
  .services__desc {
    font-size:30px;
    padding:40px 0 30px 10px
  }
  .about p,
  .contact__description {
    margin-left:auto;
    margin-right:auto
  }

  .middleman {
    padding:40px 0 60px
  }
}
@media screen and (min-width:1100px) {
  .localsite {
    padding-top:220px
  }
}
@media screen and (min-width:1160px) {
  .localsite__description,
  .quiz {
    padding:14px 48px
  }
  .quiz__service__item {
    width:95px
  }
  .quiz__question {
    font-size:20px;
    padding:6px 0 20px
  }
  .quiz__radio {
    padding-bottom:24px
  }
  .quiz__service {
    padding-bottom:24px
  }
}
@media screen and (min-width:1300px) {
  .contact__desk {
    margin-top:-9%
  }
}
@media screen and (min-width:1380px) {
  .slider5 .payserv__item+* {
    padding-left:4%
  }
  .fixed__icons {
    bottom:50px;
    right:5%
  }
}
@media screen and (min-width:1550px) {
  .localsite {
    padding-top:230px
  }
}
