* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

html, body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

body {
  background: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto Condensed", sans-serif;
}

hr {
  height: 1px;
  margin: 7px 0px 8px;
  border: none;
  background-color: #e0e0e0;
}

/* SWIPERCARDS */
.swiper-container.swipercards {
  height: 600px;
  width: 340px;
}

.swipercards > .swiper-wrapper {
  z-index: 2;
}

.swipercards > .swiper-wrapper > .swiper-slide {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
}

.swipercards > .swiper-wrapper > .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}

.swipercards > .swiper-pagination {
  bottom: -50px !important;
  z-index: 1;
  display: none;
}

.swipercards > .swiper-pagination > .swiper-pagination-bullet {
  height: 26px;
  width: 26px;
  margin: 6px !important;
  background: transparent;
  border-radius: 0;
}

.swipercards > .swiper-pagination > .swiper-pagination-bullet:after {
  content: "";
  height: 3px;
  width: 26px;
  background: #000;
  border-radius: 1.5px;
  display: inline-table;
}

.swipercards > .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background: #222;
}

/* END SWIPERCARDS */
.swiper-container.swiperscrollbar {
  position: relative;
  height: calc(100% - 40px);
  width: 100%;
}

.swiper-container.swiperscrollbar .swiper-slide {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
}

.swiper-container.swiperscrollbar .swiper-slide .contact-info {
  width: 100%;
}

.swipercards > .swiper-wrapper > .swiper-slide.card {
  position: relative;
  height: 100%;
  width: 100%;
  /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  transition: 0.6s all;*/
}

/*.card:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}*/
.profile {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.brand {
  position: relative;
  height: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
}

.logo {
  position: relative;
  height: auto;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: url(//localeyesbrazil.com/logo-120x120-nobg.png);*/
  border-radius: 50%;
}

.logo svg {
  height: 100%;
  width: 100%;
}

.info {
  position: relative;
  height: 40%;
  text-align: center;
  background: #fff;
  padding: 50px 10px;
  box-sizing: border-box;
}

.info .photo {
  position: absolute;
  height: auto;
  width: 30%;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  margin-top: -38%;
  background-color: white;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: translate(-50%, -50%);
  transition: 0.4s all;
  z-index: 9;
  cursor: pointer;
}

.info .photo.selected {
  height: auto;
  width: 80%;
  border: 4px solid white;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

.info h1 {
  font-size: 28px;
  font-weight: 100;
  color: #231F20;
}

.info h2 {
  margin-top: 8px;
  font-size: 18px;
  color: #aaa;
}

.links {
  position: absolute;
  height: 40px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.link {
  height: 100%;
  width: calc(100% / 3);
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-bottom: 2px solid transparent;
  transition: 0.6s all;
  cursor: pointer;
}

/*.link:hover {
  border-bottom:2px solid #eee;
}*/
.link.current {
  border-bottom: 2px solid #ccc;
}

.link svg {
  height: 16px;
  display: none;
}

.link svg path {
  /*fill: #888;*/
  transition: 0.6s all;
}

.link:hover svg path {
  /*fill: #231F20;*/
}

.link a, .link span {
  display: block;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.contact {
  position: relative;
  height: 100%;
  width: 100%;
  background: white;
  z-index: 2;
}

.contact-info-item {
  position: relative;
  min-height: 48px;
  height: 48px;
  width: 100%;
  padding: 0px 16px 0px 60px;
  box-sizing: border-box;
  display: table;
  font-size: 20px;
  font-weight: 100;
  color: #231F20;
  line-height: 20px;
}

.contact-info-item:hover svg {
  opacity: 0.8;
}

.contact-info-item > a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  color: inherit;
  z-index: 2;
}

.contact-info-item svg {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 14px;
  left: 14px;
  opacity: 0.5;
  transition: 0.6s all;
}

.contact-info-item span {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: inherit;
}

.qrcode {
  position: relative;
  height: 100%;
  width: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.qrcode canvas {
  height: auto;
  width: 80%;
}

@media (max-width: 640px) {
  body {
    /*align-items:start;*/
  }

  .swiper-container.swipercards {
    position: relative;
    height: calc(100vh - 60px);
    width: 100vw;
    min-width: 200px;
    max-width: calc(100vh / 1.5);
    padding: 10px 30px;
    box-sizing: border-box;
  }

  .swipercards > .swiper-wrapper > .swiper-slide.card {
    height: 100%;
    width: 100%;
  }

  .info {
    padding: 20% 10px;
  }

  .swiper-pagination {
    bottom: 0 !important;
  }
}