/** Compilar dentro del directorio de hiberus_leadcapture con sass --watch css */
.hiberus-leadcapture {
  overflow: hidden; }
  .hiberus-leadcapture.hidden .hiberus-leadcapture-sidepanel-overlay {
    opacity: 0;
    position: relative; }
  .hiberus-leadcapture.hidden .hiberus-leadcapture-sidepanel {
    right: -400px; }

.hiberus-leadcapture-sidepanel-overlay {
  transition: all 0.6s ease-in-out;
  position: fixed;
  z-index: 55501;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer; }

.hiberus-leadcapture-sidepanel {
  transition: all 0.6s ease-in-out;
  position: fixed;
  z-index: 55502;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  max-width: 320px;
  font-size: 100%; }
  .hiberus-leadcapture-sidepanel .panel-close {
    position: absolute;
    top: 0;
    left: -40px;
    background-color: #d0d0d0;
    width: 40px;
    height: 40px;
    cursor: pointer; }
    @media screen and (max-width: 375px) {
      .hiberus-leadcapture-sidepanel .panel-close {
        left: 0; } }
    .hiberus-leadcapture-sidepanel .panel-close .close-x {
      stroke: rgba(0, 0, 0, 0.7);
      fill: transparent;
      stroke-linecap: round;
      stroke-width: 5; }
  .hiberus-leadcapture-sidepanel .panel-head {
    padding: 1.2vh 1.2vw; }
    .hiberus-leadcapture-sidepanel .panel-head img {
      max-width: 100%;
      height: auto; }
  .hiberus-leadcapture-sidepanel .panel-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2vh 2vw; }
  .hiberus-leadcapture-sidepanel .panel-text {
    margin: 0.5em 0; }
  .hiberus-leadcapture-sidepanel .panel-button {
    display: inline-block;
    padding: 10px 17px;
    margin: 0.8em;
    border-radius: 3px;
    font-size: 1.3em;
    text-decoration: none; }
    .hiberus-leadcapture-sidepanel .panel-button:hover {
      text-decoration: none;
      opacity: 0.9; }
  .hiberus-leadcapture-sidepanel .large {
    font-size: 2.7em;
    font-weight: bold;
    line-height: 1.2em; }
  .hiberus-leadcapture-sidepanel .medium {
    font-size: 1.7em;
    line-height: 1.2em; }
  .hiberus-leadcapture-sidepanel .small {
    font-size: 1.2em;
    line-height: 1.2em; }

/*# sourceMappingURL=hiberus-leadcapture.css.map */
