

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

.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;
}

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;
}

.hotspot-bell {
    background-image: url(../assets/images/svg/bell_indicator.svg)!important;
    width: 3.5vw!important;
    height: 3.5vw!important;
}
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)";
}


/*Slick Slider*/
#slider-home {
    display: block;
    max-width: 96%;
    margin: 0 auto;
    box-shadow: -5px 5px 5px rgb(0 0 0 / 5%), 5px -5px 5px rgb(0 0 0 / 5%);
    border-radius: 0.5rem;
    margin-bottom: 2%;
    padding-bottom: 3%;
    padding-top: 2%;
}
.slick-prev, .slick-next {
   z-index: 99;
}
.slick-next:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f105';
  color: #4a4a4a;
 font-size: 30px;
 font-weight: 900;
}
.slick-prev:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f104';
  color: #4a4a4a;
 font-size: 30px;
 font-weight: 900;
}

.slick-dots {
    z-index: 99;
    bottom: 3%;
}

/* TYPE EFFECT CSS ONLY */
.typewriter h6 {
  color: #4a4a4a;
  font-family: 'ProximaNova-Regular';
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  white-space: nowrap; /* Keeps the content on a single line */
  animation: 
  typing 2s steps(15, end),
  blink-caret .5s 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 }
}

/* END TYPE EFFECT CSS ONLY */