

/*INDICADORES CSS NEW VERSION*/
.indicator-parent {
  position:absolute;
  width:1.5vw;
  height:1.5vw;
  /*margin-left: -15px;
  margin-top: -15px;*/
}

.demo-hotspot-blue {
    position: absolute;
    left: 0px;
    top: 0px;
    text-decoration: none;
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    background: #5378d6;
    
    outline: 0!important;
    
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 7;
    margin-left: -0.75vw;
    margin-top: -0.75vw;
    /* animation-name: fade;
    animation-duration: 1.5s; */
    animation-name: pulse-ring;
    animation-duration:2.25s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-delay: 0.01s;
    -webkit-animation-name: pulse-ring;
    -webkit-animation-duration:2.25s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-animation-delay: 0.01s;
}

.demo-hotspot2 {
    position: absolute;
    left: 0px;
    top: 0px;
    text-decoration: none;
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    
    background: #F2635D;
    
    outline: 0!important;
    
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 7;
    margin-left: -0.75vw;
    margin-top: -0.75vw;
    /* animation-name: fade;
    animation-duration: 1.5s; */
    animation-name: pulse-ring;
    animation-duration:1.25s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-delay: 0.01s;
    -webkit-animation-name: pulse-ring;
    -webkit-animation-duration:1.25s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-animation-delay: 0.01s;
}
.demo-hotspotblue {
    position: absolute;
    left: 0px;
    top: 0px;
    text-decoration: none;
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    background: #F2635D;
    outline: 0!important;
    
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 7;
    margin-left: -0.75vw;
    margin-top: -0.75vw;
    /* animation-name: fade;
    animation-duration: 1.5s; */
    animation-name: pulse-ring-delay;
    animation-duration:3.25s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-delay: 0.01s;
    -webkit-animation-name: pulse-ring-delay;
    -webkit-animation-duration:3.25s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-animation-delay: 0.01s;
}
@-webkit-keyframes pulse-ring-delay{
    0% {
        background: #0e339c;
        transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    20% {
        background: #0e339c;
        transform: scale(0.5, 0.5);
        opacity: 0.5;
    }
    40% {
        background: #0e339c;
        transform: scale(1, 1);
        /*opacity: 0.0;*/
    }
    100%{
        background: white;
        opacity: 0.0;
    }
}

span.demo-hotspot-circle2 {
    width: 1.5vw;
    height: 1.5vw;
    position: absolute;
    cursor: pointer;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    /* background: #ffffff; */
     background-size: cover;
    background-image: url(../assets/images/svg/cross2.svg);
    background-position: center center; 
    z-index: 8;
}
span.demo-hotspot-i2 {
    width: 1.5vw;
    height: 1.5vw;
    position: absolute;
    cursor: pointer;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    /* background: #ffffff; */
     background-size: cover;
    background-image: url(../assets/images/svg/i2.svg);
    background-position: center center; 
    z-index: 8;
}
.indicator-parent-s {
  position:absolute;
  width:2.3vw;
  height:2.3vw;
  /*margin-left: -15px;
  margin-top: -15px;*/
}

.demo-hotspot2-s {
    position: absolute;
    left: 0px;
    top: 0px;
    text-decoration: none;
    width: 4.6vw;
    height: 4.6vw;
    border-radius: 50%;
    background: #F2635D;
    outline: 0!important;
    
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 7;
    margin-left: -1.15vw;
    margin-top: -1.15vw;
    /* animation-name: fade;
    animation-duration: 1.5s; */
    animation-name: pulse-ring;
    animation-duration:1.25s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-delay: 0.01s;
    -webkit-animation-name: pulse-ring;
    -webkit-animation-duration:1.25s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-animation-delay: 0.01s;
}

span.demo-hotspot-circle2-s {
    width: 2.3vw;
    height: 2.3vw;
    position: absolute;
    cursor: pointer;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    /* background: #ffffff; */
     background-size: cover;
    background-image: url(../assets/images/svg/cross2.svg);
    background-position: center center; 
    z-index: 8;
}


/*INDICADORES CSS*/

.demo-hotspot {
    position: absolute;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #F2635D;
    outline: 0!important;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 7;
    margin-left: -15px;
    margin-top: -15px;
    -webkit-transition: none;
    transition: none;
    animation-name: fade;
    animation-duration: 1.5s;
}
@keyframes fade {
  from {opacity:0;}
  to {opacity:1;}
}
.demo-hotspot span.demo-hotspot-text{
    position: absolute;
    pointer-events: none;
    white-space: pre-wrap;
    font-size: 14px;
    letter-spacing: .32px;
    letter-spacing: .02rem;
    line-height: 16px;
    line-height: 1rem;
    background: #F2635D;
    color: #fff;
    font-weight: 600;
    padding: 7px 12px 7px 8px;
    border-radius: 15px;
    left: 44px;
    /* top: 0; */
    box-sizing: border-box;
    min-width: 26px;
    /*text-indent: -400px;*/
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: none;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 4;
}
.demo-hotspot span.demo-hotspot-circle {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    background-size: cover;
    background-image: url(../assets/images/svg/cross.svg);
    background-position: center center;
    z-index: 7;
}
.demo-hotspot:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    display: block;
    margin-left: -50%;
    margin-top: -50%;
    border-radius: 50px;
    background-color: #F9AB83;
    /*animation: pulse-ring 1.25s cubic-bezier(.215,.61,.355,1) infinite;*/
  /*  -webkit-animation: pulse-ring 1.25s cubic-bezier(.215,.61,.355,1) infinite;*/
    /*animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;*/
    pointer-events: none;
    animation-name: pulse-ring;
    animation-duration:1.25s;
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-iteration-count: infinite;
    animation-delay: 0.01s;
    -webkit-animation-name: pulse-ring;
    -webkit-animation-duration:1.25s;
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 0.01s;
}
@-webkit-keyframes pulse-ring{
    0% {
      transform: scale(0.1, 0.1);
      opacity: 0.0;
    }
    50% {
        transform: scale(0.5, 0.5);
        opacity: 0.5;
    }
    100% {
      transform: scale(1, 1);
      opacity: 0.0;
    }
  }
 .demo-hotspot.demo-hotspot--right span.demo-hotspot-text {
    -webkit-transform: translateX(calc(-100% + 26px));
    transform: translateX(calc(-100% + 26px))
}
.demo-hotspot.hovered span.demo-hotspot-text,
.demo-hotspot:focus span.demo-hotspot-text,
.demo-hotspot:hover span.demo-hotspot-text {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-indent: 0!important;
    pointer-events: inherit
}



.demo-hotspot span.demo-hotspot-text, .demo-hotzone-container.hotzone--unloaded {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.demo-hotspot span.demo-hotspot-i {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    background-size: cover;
    background-image: url(../assets/images/svg/i2.svg);
    background-position: center center;
    z-index: 7;
}
/*RELATIVE INDICATORS*/
.demo-hotspot-relative {
    position: relative;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #F2635D;
    outline: 0!important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 2;
    margin-left: -15px;
    margin-top: -15px;
    -webkit-transition: none;
    transition: none;
}
.demo-hotspot-relative span.demo-hotspot-text {
    position: relative;
    pointer-events: none;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: .32px;
    letter-spacing: .02rem;
    word-wrap: break-word;
    line-height: 16px;
    line-height: 1rem;
    background: #F2635D;
    color: #fff;
    font-weight: 600;
    padding: 7px 12px 7px 8px;
    border-radius: 15px;
    left: 4px;
    /* top: 0; */
    box-sizing: border-box;
    min-width: 26px;
    width: 100px;
    text-indent: -400px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: none;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 4;
}
.demo-hotspot-relative span.demo-hotspot-circle {
    width: 26px;
    height: 26px;
    position: relative;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    background-size: cover;
    background-image: url(../assets/images/svg/cross.svg);
    background-position: center center;
    z-index: 3;
}
.demo-hotspot-relative:after {
    content: '';
    position: relative;
    width: 60px;
    height: 60px;
    display: block;
    margin-left: -50%;
    margin-top: -50%;
    border-radius: 50px;
    background-color: #F9AB83;
    animation: pulse-ring 1.25s cubic-bezier(.215,.61,.355,1) infinite;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(.215,.61,.355,1) infinite;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    pointer-events: none;
}
@-webkit-keyframes pulse-ring{
    0% {
      transform: scale(0.1, 0.1);
      opacity: 0.0;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      transform: scale(1, 1);
      opacity: 0.0;
    }
  }
 .demo-hotspot-relative.demo-hotspot--right span.demo-hotspot-text {
    -webkit-transform: translateX(calc(-100% + 26px));
    transform: translateX(calc(-100% + 26px))
}
.demo-hotspot-relative.hovered span.demo-hotspot-text,
.demo-hotspot-relative:focus span.demo-hotspot-text,
.demo-hotspot-relative:hover span.demo-hotspot-text {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-indent: 0!important;
    pointer-events: inherit
}



.demo-hotspot-relative span.demo-hotspot-text, .demo-hotzone-container.hotzone--unloaded {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.hotspot-bell {
    background: #26328c;
    background-image: url(../assets/images/svg/bell_indicator.svg)!important;
    width: 3.5vw!important;
    height: 3.5vw!important;
    transition: all 0.3s ease;
}
.hotspot-bell:hover{
	background: #5378d6;
}

.hotspot-light-bulb {
    background: #26328c;
    background-image: url(../assets/images/svg/bulb_indicator.svg)!important;
    width: 3.5vw!important;
    height: 3.5vw!important;
}
.animate_hover:hover{
    animation-name: hvr-wobble-horizontal;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}
.hotspot-light-bulb:hover{
    background: #5378d6;
}
/*@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}*/
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
}

.typewriter2 h5 {
   color: #4a4a4a;
    font-family: 'ProximaNova-Regular';
    overflow: hidden;
    white-space: nowrap;
    animation: typing 2.5s steps(50, end), blink-caret 1.9s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #4a4a4a }
}