body {
  position: relative;
  left: 0;
}

.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

html.zeynep-opened {
  overflow-x: hidden;
}

html.zeynep-opened body {
  width: 100%;
  position: fixed;
}

html.zeynep-opened .zeynep {
  pointer-events: auto;
}

.zeynep {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  overflow: hidden;
  overflow-y: auto;
  background-color: white;
  color: #50535a;
  z-index: 1011;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transform: translateX(100%);
}

.zeynep.opened {
  width: 100%;
}

.zeynep .submenu:not(.no-transition),
.zeynep:not(.no-transition),
html:not(.no-transition) body {
  transition: all 375ms;
  transition-property: left, right, transform;
}

.zeynep-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1010;
  display: none;
}

.zeynep-opened .zeynep-overlay {
  display: block;
}

.zeynep ul {
  list-style-type: none;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.zeynep ul > li {
  margin: 8px 0px;
  padding: 8px 24px;
  display: block;
}

.zeynep ul > li.has-submenu {
  background-repeat: no-repeat;
  background-position: right 26px center;
}

.zeynep ul > li > a {
  font-size: 16px;
  color: #50535a;
  display: block;
  font-weight: 700;
  text-decoration: none;
}

.zeynep .submenu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  overflow: hidden;
  overflow-y: auto;
  background-color: white;
  min-height: 100%;
  width: 100%;
}

.zeynep .submenu.opened {
  left: 0;
}

.zeynep .submenu-header {
  background-color: #0b2739;
  cursor: pointer;
  position: relative;
  height: 56px;
}

.zeynep .submenu-header > a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: block;
  text-decoration: none;
}

.zeynep .submenu-header > a:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  width: 20px;
  height: 100%;
  transform: rotate(-180deg);
  background-repeat: no-repeat;
  background-position: center right;
}

.zeynep .submenu > label {
  padding-left: 26px;
  color: #fff;
  font-size: 16px;
  opacity: 0.5;
  margin-top: 22px;
  margin-bottom: 16px;
  display: block;
  width: 100%;
}

.zeynep .has-submenu i.fas.fa-chevron-right {
  float: right;
  padding-top: 3px;
}

.zeynep .submenu-header i.fas.fa-chevron-left {
  padding-right: 10px;
}

.zeynep .pnt-seleccionador-sitio {
  height: 56px;
}

.zeynep .pnt-seleccionador-sitio select {
  border-radius: 50px;
}

.pnt-menu-lateral-mobile.zeynep ul > li > a {
  font-weight: normal;
  margin-left: 8px;
}

.pnt-menu-lateral-mobile.zeynep ul > li > p {
  margin-left: 35px;
  font-size: 14px;
  line-height: 20px;
}

.pnt-menu-lateral-mobile.zeynep > .pnt-boton-cerrar-zeynep {
  position: absolute;
  top: 12px;
  right: 16px;
  opacity: 1;
}

.aui .pnt-seleccionador-sitio > .pnt-boton-primario,
.aui .pnt-seleccionador-sitio > .pnt-boton-secundario {
  padding: 11px;
  font-weight: 700;
  width: 143px;
  line-height: 18px;
  font-size: 14px;
  height: 40px;
}

.aui .pnt-seleccionador-sitio > .pnt-boton-secundario {
  color: #50535a;
}